Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
adlyse-adminadlyse-all
  1. Overview
adlyse-all

adlyse-all

Endpoint: https://mcp.adlyse.com/mcp/all/

Aggregate endpoint exposing every tool from the four scoped servers (insights, ads, reports, workflows) under one connection, with original tool names. Exists for connector convenience — clients like claude.ai and Claude Desktop need a separate OAuth setup per endpoint, and the common investigate → act → report loop spans several servers.

The scoped endpoints remain the recommended surface for agents: a focused tool list selects better. Agent, skill and institutional-memory authoring is part of adlyse-workflows; the organization control plane on adlyse-admin is deliberately NOT part of this aggregate.

Tools (104)#

ToolServerSummary
list_ad_accountsadlyse-insightsList all actively tracked ad accounts in your organization.
get_dashboard_snapshotadlyse-insightsGet Adlyse’s latest dashboard snapshot: ABI score, waste breakdown,
get_impact_analysisadlyse-insightsRun Adlyse’s recent-impact analysis for an ad account: week-over-week
get_competitor_pressureadlyse-insightsAttribute a Search impression-share drop to competitors for an ad account.
list_guidelinesadlyse-insightsList the organization’s guideline documents.
get_guidelineadlyse-insightsGet the full content of a single guideline document.
list_suggestionsadlyse-insightsList the organization’s OPEN suggested actions — the live decision queue.
get_suggestionadlyse-insightsGet a single suggested action by id, including its full context blob.
get_strategy_sessionadlyse-insightsThe organization’s strategy session (Brand Profile): objective, north-star
list_strategy_claimsadlyse-insightsThe strategy session’s reviewable claims (facts/assumptions about the
list_strategy_proposalsadlyse-insightsAgent-proposed strategy changes awaiting review (pending by default),
get_creative_insightsadlyse-insightsAdlyse’s creative-analytics rollups — the Creative Analytics tab as one
list_watched_competitorsadlyse-insightsList the businesses this organization watches on Brand Watch (the
list_competitor_adsadlyse-insightsBrowse a watched competitor’s captured ads: copy, CTA, format, activity
watch_competitoradlyse-insightsStart watching a business’s ads on Brand Watch and kick off the first pull.
unwatch_competitoradlyse-insightsStop watching a competitor on Brand Watch. Soft and free: captured ads stay
list_audit_eventsadlyse-insightsList what has been done on this organization’s behalf, newest first.
list_report_templatesadlyse-reportsList available report templates for your organization.
list_reportsadlyse-reportsList generated reports for your organization, newest first.
get_reportadlyse-reportsGet full metadata for a single report. When status=“ready” the response
generate_reportadlyse-reportsTrigger generation of a report. Generation is asynchronous — poll with
list_report_targetsadlyse-reportsList performance targets configured for the org (or a single account).
list_campaignsadlyse-adsList distinct campaigns synced for an ad account.
get_performanceadlyse-adsAggregated, cross-platform performance for an ad account over a date
list_change_eventsadlyse-adsList change events captured by Adlyse’s ad-sync diff for an account.
list_adsadlyse-adsList distinct ads (creatives) synced for an ad account.
get_ad_performanceadlyse-adsAggregated per-ad performance for a date range.
list_creative_libraryadlyse-adsBrowse the organization’s persisted Creative Library — the actual creatives
list_experimentsadlyse-adsList the organization’s autonomous creative experiments (A/B tests the
get_experimentadlyse-adsOne experiment with full detail: arms (budgets, launch state, metrics)
pause_experimentadlyse-adsPause a RUNNING experiment (pauses its platform entities; the measurement
resume_experimentadlyse-adsResume a PAUSED experiment (reactivates platform entities; ends_at is
stop_experimentadlyse-adsStop an experiment before conclusion (irreversible): pauses arms, restores
update_ad_group_statusadlyse-adsPause or resume an ad group (Meta: ad set). Writes a DecisionLogEntry on
update_ad_statusadlyse-adsPause or resume a single ad on any platform with a write adapter
update_campaign_statusadlyse-adsPause, resume, or remove a campaign.
update_campaign_budgetadlyse-adsUpdate a campaign’s daily budget (in the account’s currency, e.g. USD).
list_swipe_fileadlyse-adsBrowse the Swipe File — the curated library of exemplar ad creatives
save_competitor_ad_to_swipe_fileadlyse-adsSave a competitor ad from Brand Watch into the org’s Swipe File — a
save_creative_to_swipe_fileadlyse-adsSave one of the org’s OWN creatives into the Swipe File — a durable
remix_from_swipe_fileadlyse-adsRemix a Swipe File reference into on-brand draft creatives: kicks off
list_workflowsadlyse-workflowsList all workflows in your organization.
get_workflowadlyse-workflowsGet detailed information about a specific workflow, including its full
run_workflowadlyse-workflowsTrigger a workflow run with the provided input.
get_run_statusadlyse-workflowsGet the status and output of a workflow run.
get_workflow_schemaadlyse-workflowsDescribe the authoring contract for creating and editing workflows.
create_workflowadlyse-workflowsCreate a new workflow (agent) in your organization.
update_workflowadlyse-workflowsEdit an existing workflow. Only the fields you pass are changed.
delete_workflowadlyse-workflowsSoft-delete a workflow. It is hidden from listings but recoverable by staff.
create_releaseadlyse-workflowsCreate an immutable release (versioned snapshot) of a draft workflow.
list_releasesadlyse-workflowsList all releases of a workflow, newest first.
set_production_releaseadlyse-workflowsPromote a release to production, or clear the production pointer.
delete_releaseadlyse-workflowsDelete a release and its snapshot.
list_authoring_resourcesadlyse-workflowsList the org-scoped resources that workflow node fields reference.
list_tablesadlyse-workflowsList the data tables in your organization.
get_tableadlyse-workflowsGet a table’s schema: the columns every row payload is addressed by.
query_table_rowsadlyse-workflowsRead rows from a table, with the row_id needed to edit or delete them.
create_tableadlyse-workflowsCreate a new data table in your organization.
add_table_columnsadlyse-workflowsAdd columns to an existing table.
add_table_rowsadlyse-workflowsAppend rows to a table.
upsert_table_rowsadlyse-workflowsAdd rows, or update the ones that already exist — the repeatable write.
update_table_rowsadlyse-workflowsEdit specific cells on specific rows. Only the columns you name change.
delete_table_rowsadlyse-workflowsDelete rows from a table. Rows are soft-deleted (recoverable by staff).
update_tableadlyse-workflowsRename or re-describe one of your tables.
delete_tableadlyse-workflowsDelete one of your tables, with every row in it. Destructive.
update_table_columnadlyse-workflowsRename a column, change its type, or edit its options.
delete_table_columnadlyse-workflowsDelete a column and every value in it. Destructive. The primary column
reorder_table_columnsadlyse-workflowsReorder a table’s columns. Columns not named keep their relative order
list_schedulesadlyse-workflowsList the organization’s scheduled runs.
get_scheduleadlyse-workflowsGet one schedule, optionally with its recent runs.
create_scheduleadlyse-workflowsSchedule an agent or workflow to run on a recurring cadence.
update_scheduleadlyse-workflowsChange a schedule’s cadence, name, or the instruction it runs with.
pause_scheduleadlyse-workflowsPause a schedule. It stops firing and keeps its configuration.
resume_scheduleadlyse-workflowsResume a paused schedule on its existing cadence.
delete_scheduleadlyse-workflowsDelete a schedule. The agent or workflow it targeted is untouched.
trigger_scheduleadlyse-workflowsRun a schedule once, right now, without waiting for its next slot.
run_assistantadlyse-workflowsRun an agent once, right now, with this message — how you test a colleague
get_assistant_runadlyse-workflowsStatus and result of one headless agent run (on-demand or scheduled).
list_assistantsadlyse-workflowsList assistants in the authenticated organization.
get_assistantadlyse-workflowsGet one assistant’s complete configuration.
create_assistantadlyse-workflowsCreate a user-managed AI colleague.
update_assistantadlyse-workflowsUpdate a user-managed AI colleague.
delete_assistantadlyse-workflowsSoft-delete a non-system assistant.
list_assistant_handoffsadlyse-workflowsList explicit parent-to-child assistant dispatch edges.
create_assistant_handoffadlyse-workflowsConnect one assistant to another.
update_assistant_handoffadlyse-workflowsUpdate an assistant dispatch edge.
delete_assistant_handoffadlyse-workflowsDelete a non-system assistant dispatch edge.
list_filesadlyse-workflowsList institutional-memory workspace files and directories.
read_fileadlyse-workflowsRead a workspace file or virtual workspace view.
grep_filesadlyse-workflowsSearch workspace file content.
write_fileadlyse-workflowsCreate or overwrite a workspace file.
edit_fileadlyse-workflowsReplace exactly one string occurrence in a workspace file.
move_fileadlyse-workflowsMove or rename a workspace file.
archive_fileadlyse-workflowsSoft-delete a workspace file.
list_file_versionsadlyse-workflowsList version history for a workspace file.
promote_file_versionadlyse-workflowsPromote a workspace file version to production.
list_skillsadlyse-workflowsList organization and built-in system skills.
get_skilladlyse-workflowsGet a reusable skill definition.
create_skilladlyse-workflowsCreate an organization skill.
update_skilladlyse-workflowsUpdate a non-system skill.
delete_skilladlyse-workflowsDelete a non-system skill.
assign_skill_to_assistantadlyse-workflowsAssign a skill to an assistant.
remove_skill_from_assistantadlyse-workflowsRemove a skill assignment from an assistant.
list_agent_resourcesadlyse-workflowsList ids needed while authoring agents.

Generated by generate_mcp_docs from the live server registrations.

Previousadlyse-admin