| name | adspirer-performance-review |
| description | Review ad performance across platforms with Adspirer — how are my ads doing, weekly or monthly reports, a cross-channel scorecard, CPA, ROAS, CTR, spend trends, and auditing whether conversion tracking is set up correctly. Read-only; changes nothing. |
Performance review
Follow adspirer-mcp before any tool call. This skill only reads — it never changes a campaign.
Where the numbers come from
The two big platforms have direct, top-level performance tools. The rest go through their router.
| Platform | How |
|---|
| Google Ads | get_campaign_performance — call it directly |
| Meta Ads | get_meta_campaign_performance — call it directly |
| TikTok | tiktok_ads router → execute → get_tiktok_campaign_performance |
| LinkedIn | linkedin_ads router → execute → get_linkedin_campaign_performance |
| Amazon | amazon_ads router → execute → get_amazon_campaign_performance |
| ChatGPT Ads | chatgpt_ads router → execute → get_chatgpt_performance |
Calling the routed ones directly by name will fail — they aren't in the tool list. Pass
raw_data: true when the user wants the numbers rather than the rendered summary.
Only pull the platforms the user has actually connected. Check first
instead of firing six calls and reporting five failures.