What this tool family is for
The Meta analytics lane is built for questions like:- Which campaigns are working right now?
- Which creatives are doing the heavy lifting?
- Which ad sets deserve more attention?
- What patterns keep showing up in the winners?
meta_ads_ prefix. They wrap Meta’s Marketing API with organization scoping, server-side attribution policy, and currency-aware reporting. If you’re coming from Meta’s official Ads MCP, see Meta MCP parity for the field and behavior differences.
Core tools
meta_ads_get_ad_accounts
List the ad accounts linked to your active brand, with reporting currency.
meta_ads_get_metadata
Read entity attributes — name, objective, budget, schedule, status — for campaigns, ad sets, ads, and creatives.
meta_ads_get_insights
Pull performance metrics (spend, CPC, CPM, CTR, conversions, ROAS, and more) over a date range, at any level.
meta_ads_insights_performance_trend
Track a metric over time to spot momentum and inflection points.
meta_ads_get_metadata and meta_ads_get_insights are the two you reach for most: one answers what is this entity, the other answers how is it doing. Attribution is handled for you — set a per-account window once with meta_ads_set_attribution_mode and every insights call applies it.
Named briefs
Five tools package a common analyst task into one call. The model picks them based on your question — you don’t have to name them — and they return a rendered summary you can read at a glance. They work in both Foxley and the MCP suite.| Tool | Answers |
|---|---|
meta_brief_pacing_risk | Which live campaigns need attention this week? |
meta_brief_allocation | Where should an incremental budget go? |
meta_brief_preflight | Is this campaign safe to launch? |
meta_brief_discrepancy | Can I trust these conversion numbers? |
meta_brief_weekly_summary | What are the top insights this week? |
Typical questions to ask
The real advantage
The point is not generic dashboard replacement. The point is to combine analytics with Outfox context:- brand voice
- inspiration patterns
- briefs
- creative history
Best combined workflow
- Pull top-performing creatives with
meta_ads_get_insights - Search inspiration for similar patterns
- Generate a new brief for the next test
- Ask the model to explain the analytics reason behind that recommendation
Use this page as the conceptual reference for the Meta analytics lane of the
suite. For setup, start with Quickstart. For the per-tool
inputs and outputs, see the Meta analytics reference.
