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 setup
adcom status
adcom mcp serveThen ask the agent to call:
review_default_account_performanceThat tool:
- resolves the configured default Meta account
- reviews the last 7 days
- returns account summary metrics
- flags inefficient campaigns and ad sets
- returns exactly 3 suggested next actions
Hosted MCP path
Use this when you are connecting to the hosted MCP surface directly instead of going through adcom.
Call:
meta_review_account_performancewith:
{
"account_id": "act_123"
}Optional inputs:
lookback_daystop_campaign_limittop_ad_set_limit
Output shape
The hosted review returns:
review_windowaccount_summarytop_campaignstop_ad_setsflagged_campaignsflagged_ad_sets
The local adcom wrapper adds:
- default-account metadata
- workspace-context availability
suggested_actions
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.