AdlyseAdlyseMCP Docs
⌘K
Overview
adlyse-insights
list_ad_accountsget_dashboard_snapshotget_impact_analysislist_guidelinesget_guideline
adlyse-reports
list_report_templateslist_reportsget_reportgenerate_reportlist_report_targets
adlyse-ads
list_campaignsget_performancelist_adsget_ad_performancelist_change_eventsupdate_campaign_statusupdate_campaign_budget
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
  1. Overview
adlyse-workflows

adlyse-workflows

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

List and trigger Adlyse workflows from outside the platform. Workflows are the node-based automations built in the canvas editor — see the legacy workflow docs for the builder.

Use this server to integrate Adlyse workflows into an external orchestration: e.g. invoke generate_lead_report nightly from a scheduler, or enrich_contact from a CRM webhook.

Tools#

ToolPurpose
list_workflowsEvery root workflow in your org
get_workflowDetail including input / output schema
run_workflowKick off an async run; returns a run_id
get_run_statusPoll status, output, and error

Common errors#

error_typeTypical cause
auth_errorMissing / invalid API key
not_foundWorkflow id / run id not in your org
invalid_inputInput failed the workflow’s trigger-schema validation
execution_errorRun couldn’t be scheduled (rare — usually transient)
←Previous
update_campaign_budget
Next→
list_workflows