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)#
| Tool | Server | Summary |
|---|---|---|
list_ad_accounts | adlyse-insights | List all actively tracked ad accounts in your organization. |
get_dashboard_snapshot | adlyse-insights | Get Adlyse’s latest dashboard snapshot: ABI score, waste breakdown, |
get_impact_analysis | adlyse-insights | Run Adlyse’s recent-impact analysis for an ad account: week-over-week |
get_competitor_pressure | adlyse-insights | Attribute a Search impression-share drop to competitors for an ad account. |
list_guidelines | adlyse-insights | List the organization’s guideline documents. |
get_guideline | adlyse-insights | Get the full content of a single guideline document. |
list_suggestions | adlyse-insights | List the organization’s OPEN suggested actions — the live decision queue. |
get_suggestion | adlyse-insights | Get a single suggested action by id, including its full context blob. |
get_strategy_session | adlyse-insights | The organization’s strategy session (Brand Profile): objective, north-star |
list_strategy_claims | adlyse-insights | The strategy session’s reviewable claims (facts/assumptions about the |
list_strategy_proposals | adlyse-insights | Agent-proposed strategy changes awaiting review (pending by default), |
get_creative_insights | adlyse-insights | Adlyse’s creative-analytics rollups — the Creative Analytics tab as one |
list_watched_competitors | adlyse-insights | List the businesses this organization watches on Brand Watch (the |
list_competitor_ads | adlyse-insights | Browse a watched competitor’s captured ads: copy, CTA, format, activity |
watch_competitor | adlyse-insights | Start watching a business’s ads on Brand Watch and kick off the first pull. |
unwatch_competitor | adlyse-insights | Stop watching a competitor on Brand Watch. Soft and free: captured ads stay |
list_audit_events | adlyse-insights | List what has been done on this organization’s behalf, newest first. |
list_report_templates | adlyse-reports | List available report templates for your organization. |
list_reports | adlyse-reports | List generated reports for your organization, newest first. |
get_report | adlyse-reports | Get full metadata for a single report. When status=“ready” the response |
generate_report | adlyse-reports | Trigger generation of a report. Generation is asynchronous — poll with |
list_report_targets | adlyse-reports | List performance targets configured for the org (or a single account). |
list_campaigns | adlyse-ads | List distinct campaigns synced for an ad account. |
get_performance | adlyse-ads | Aggregated, cross-platform performance for an ad account over a date |
list_change_events | adlyse-ads | List change events captured by Adlyse’s ad-sync diff for an account. |
list_ads | adlyse-ads | List distinct ads (creatives) synced for an ad account. |
get_ad_performance | adlyse-ads | Aggregated per-ad performance for a date range. |
list_creative_library | adlyse-ads | Browse the organization’s persisted Creative Library — the actual creatives |
list_experiments | adlyse-ads | List the organization’s autonomous creative experiments (A/B tests the |
get_experiment | adlyse-ads | One experiment with full detail: arms (budgets, launch state, metrics) |
pause_experiment | adlyse-ads | Pause a RUNNING experiment (pauses its platform entities; the measurement |
resume_experiment | adlyse-ads | Resume a PAUSED experiment (reactivates platform entities; ends_at is |
stop_experiment | adlyse-ads | Stop an experiment before conclusion (irreversible): pauses arms, restores |
update_ad_group_status | adlyse-ads | Pause or resume an ad group (Meta: ad set). Writes a DecisionLogEntry on |
update_ad_status | adlyse-ads | Pause or resume a single ad on any platform with a write adapter |
update_campaign_status | adlyse-ads | Pause, resume, or remove a campaign. |
update_campaign_budget | adlyse-ads | Update a campaign’s daily budget (in the account’s currency, e.g. USD). |
list_swipe_file | adlyse-ads | Browse the Swipe File — the curated library of exemplar ad creatives |
save_competitor_ad_to_swipe_file | adlyse-ads | Save a competitor ad from Brand Watch into the org’s Swipe File — a |
save_creative_to_swipe_file | adlyse-ads | Save one of the org’s OWN creatives into the Swipe File — a durable |
remix_from_swipe_file | adlyse-ads | Remix a Swipe File reference into on-brand draft creatives: kicks off |
list_workflows | adlyse-workflows | List all workflows in your organization. |
get_workflow | adlyse-workflows | Get detailed information about a specific workflow, including its full |
run_workflow | adlyse-workflows | Trigger a workflow run with the provided input. |
get_run_status | adlyse-workflows | Get the status and output of a workflow run. |
get_workflow_schema | adlyse-workflows | Describe the authoring contract for creating and editing workflows. |
create_workflow | adlyse-workflows | Create a new workflow (agent) in your organization. |
update_workflow | adlyse-workflows | Edit an existing workflow. Only the fields you pass are changed. |
delete_workflow | adlyse-workflows | Soft-delete a workflow. It is hidden from listings but recoverable by staff. |
create_release | adlyse-workflows | Create an immutable release (versioned snapshot) of a draft workflow. |
list_releases | adlyse-workflows | List all releases of a workflow, newest first. |
set_production_release | adlyse-workflows | Promote a release to production, or clear the production pointer. |
delete_release | adlyse-workflows | Delete a release and its snapshot. |
list_authoring_resources | adlyse-workflows | List the org-scoped resources that workflow node fields reference. |
list_tables | adlyse-workflows | List the data tables in your organization. |
get_table | adlyse-workflows | Get a table’s schema: the columns every row payload is addressed by. |
query_table_rows | adlyse-workflows | Read rows from a table, with the row_id needed to edit or delete them. |
create_table | adlyse-workflows | Create a new data table in your organization. |
add_table_columns | adlyse-workflows | Add columns to an existing table. |
add_table_rows | adlyse-workflows | Append rows to a table. |
upsert_table_rows | adlyse-workflows | Add rows, or update the ones that already exist — the repeatable write. |
update_table_rows | adlyse-workflows | Edit specific cells on specific rows. Only the columns you name change. |
delete_table_rows | adlyse-workflows | Delete rows from a table. Rows are soft-deleted (recoverable by staff). |
update_table | adlyse-workflows | Rename or re-describe one of your tables. |
delete_table | adlyse-workflows | Delete one of your tables, with every row in it. Destructive. |
update_table_column | adlyse-workflows | Rename a column, change its type, or edit its options. |
delete_table_column | adlyse-workflows | Delete a column and every value in it. Destructive. The primary column |
reorder_table_columns | adlyse-workflows | Reorder a table’s columns. Columns not named keep their relative order |
list_schedules | adlyse-workflows | List the organization’s scheduled runs. |
get_schedule | adlyse-workflows | Get one schedule, optionally with its recent runs. |
create_schedule | adlyse-workflows | Schedule an agent or workflow to run on a recurring cadence. |
update_schedule | adlyse-workflows | Change a schedule’s cadence, name, or the instruction it runs with. |
pause_schedule | adlyse-workflows | Pause a schedule. It stops firing and keeps its configuration. |
resume_schedule | adlyse-workflows | Resume a paused schedule on its existing cadence. |
delete_schedule | adlyse-workflows | Delete a schedule. The agent or workflow it targeted is untouched. |
trigger_schedule | adlyse-workflows | Run a schedule once, right now, without waiting for its next slot. |
run_assistant | adlyse-workflows | Run an agent once, right now, with this message — how you test a colleague |
get_assistant_run | adlyse-workflows | Status and result of one headless agent run (on-demand or scheduled). |
list_assistants | adlyse-workflows | List assistants in the authenticated organization. |
get_assistant | adlyse-workflows | Get one assistant’s complete configuration. |
create_assistant | adlyse-workflows | Create a user-managed AI colleague. |
update_assistant | adlyse-workflows | Update a user-managed AI colleague. |
delete_assistant | adlyse-workflows | Soft-delete a non-system assistant. |
list_assistant_handoffs | adlyse-workflows | List explicit parent-to-child assistant dispatch edges. |
create_assistant_handoff | adlyse-workflows | Connect one assistant to another. |
update_assistant_handoff | adlyse-workflows | Update an assistant dispatch edge. |
delete_assistant_handoff | adlyse-workflows | Delete a non-system assistant dispatch edge. |
list_files | adlyse-workflows | List institutional-memory workspace files and directories. |
read_file | adlyse-workflows | Read a workspace file or virtual workspace view. |
grep_files | adlyse-workflows | Search workspace file content. |
write_file | adlyse-workflows | Create or overwrite a workspace file. |
edit_file | adlyse-workflows | Replace exactly one string occurrence in a workspace file. |
move_file | adlyse-workflows | Move or rename a workspace file. |
archive_file | adlyse-workflows | Soft-delete a workspace file. |
list_file_versions | adlyse-workflows | List version history for a workspace file. |
promote_file_version | adlyse-workflows | Promote a workspace file version to production. |
list_skills | adlyse-workflows | List organization and built-in system skills. |
get_skill | adlyse-workflows | Get a reusable skill definition. |
create_skill | adlyse-workflows | Create an organization skill. |
update_skill | adlyse-workflows | Update a non-system skill. |
delete_skill | adlyse-workflows | Delete a non-system skill. |
assign_skill_to_assistant | adlyse-workflows | Assign a skill to an assistant. |
remove_skill_from_assistant | adlyse-workflows | Remove a skill assignment from an assistant. |
list_agent_resources | adlyse-workflows | List ids needed while authoring agents. |
Generated by generate_mcp_docs from the live server registrations.