Documentation Index
Fetch the complete documentation index at: https://leverhq.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Cross-Platform Tools
Three tools that work across all connected ad platforms — account discovery, unified reporting, and draft confirmation.list_connections
List all connected ad platform accounts. Call this first to discover which accounts are available before using platform-specific tools. Type: read This tool takes no parameters. Example prompt: “What ad accounts do I have connected?” Returns:unified_campaign_report
Get a unified performance report across all connected ad platforms. Automatically queries every connected Google Ads and Meta Ads account and combines the results into a single table. Type: read| Parameter | Type | Required | Description |
|---|---|---|---|
since | string | Yes | Start date (YYYY-MM-DD) |
until | string | Yes | End date (YYYY-MM-DD) |
metrics | string[] | No | Metrics to include (defaults to all). Options: impressions, clicks, spend, cpc, cpm, ctr, conversions, cpa |
The unified report shows all available metrics for Google Ads campaigns. Meta Ads campaigns currently show spend and status only — full metrics support is coming soon.
confirm_draft
Confirm and execute a pending draft operation. Use this after a write tool (likegoogle_ads_update_campaign or meta_ads_update_campaign) returns a draft preview.
Type: write
| Parameter | Type | Required | Description |
|---|---|---|---|
draftId | string | Yes | The draft ID returned by the write tool |

