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#
| Tool | Purpose |
|---|---|
list_workflows | Every root workflow in your org |
get_workflow | Detail including input / output schema |
run_workflow | Kick off an async run; returns a run_id |
get_run_status | Poll status, output, and error |
Common errors#
error_type | Typical cause |
|---|---|
auth_error | Missing / invalid API key |
not_found | Workflow id / run id not in your org |
invalid_input | Input failed the workflow’s trigger-schema validation |
execution_error | Run couldn’t be scheduled (rare — usually transient) |