First Meta review
Run the canonical 7-day Meta account review through adcom or the hosted MCP surface.
This is the canonical first workflow after setup.
It is intentionally narrow: one read-only review, one account, one clear output shape.
Local adcom path
Use this when your agent is connected through the local adcom bridge.
adcom login
adcom mcp serveThen ask the agent to:
1. Call meta_get_ad_accounts
2. Pick an accessible account_id
3. Call meta_review_account_performance with that explicit account_idThe local bridge proxies the hosted tool surface unchanged. There is no local review wrapper.
Hosted MCP path
Use this when you are connecting to the hosted MCP surface directly instead of going through adcom.
The hosted path uses the same tools:
meta_get_ad_accounts
meta_review_account_performancewith:
{
"account_id": "act_123"
}Optional inputs:
lookback_daystop_campaign_limittop_ad_set_limit
Output shape
The review returns:
review_windowaccount_summarytop_campaignstop_ad_setsflagged_campaignsflagged_ad_sets
What the workflow flags
The current review uses deterministic finding codes:
spent_without_clickslow_ctr_vs_account_averagehigh_cpc_vs_account_average
This workflow does not make writes. It is the proving ground for the first operational read, not an automation runner.