Skip to main content
Glama

Opus Growth, Ad Platforms MCP Connector

Unified Performance Report

get_report
Read-only

ONE report tool for EVERY connected platform — use this for any "how did X perform" question instead of hunting for a platform-specific report tool. platform: google_ads | meta (facebook/instagram) | tiktok | linkedin | microsoft | ga4 | search_console | youtube | business_profile. account = that platform's account id (Google Ads customer_id, Meta account_id, GA4 property, Search Console site url, Business Profile location…); leave empty to use the connected/default one. days = lookback window (or give start_date/end_date as YYYY-MM-DD). level = row granularity for ad platforms (campaign | ad_group/adset | ad). breakdown = split rows by a dimension (device, day, country, age, gender, publisher_platform… for GA4/Search Console this is the dimension: channel, source, page, query…). Call describe(platform) to see exactly which levels and breakdowns that platform supports. For search_console the breakdown also takes a COMBINATION and a SORT: 'page,query' answers which page ranks for which term, and 'query by impressions' sorts by impressions instead of clicks — Search Console itself only ever returns rows by clicks, so high-impression low-click terms are invisible without it. Returns the platform's metric rows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
levelNo
limitNo
accountNo
end_dateNo
platformYes
breakdownNo
start_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral detail beyond annotations: the unified multi-platform scope, default account behavior when left empty, and the subtle Search Console behavior that rows are only ever returned by clicks unless a sort is specified. This meaningfully exceeds what annotations alone provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but dense flame every sentence adds parametrical or behavioral value, and the primary purpose is front-loaded in the first sentence. The run-on semicolon style makes it slightly harder to parse, but the content is appropriately sized for an 8-parameter unified tool with cross-platform nuances.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 parameters and an output schema, the description is complete enough: every operationally important parameter is explained, platform-specific nuances are disclosed, and the output is summarized as the platform's metric rows. The presence of an output schema means return-value details need not be spelled out, so no critical context is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must carry the full parameter burden, and it does. It explains platform values, account ID semantics across platforms, days versus start_date/end_date, level values, breakdown dimensions, and the special Search Console combination/sort syntax. Only 'limit' is left to inference, which is reasonable since it is self-explanatory from the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb+resource ('report tool for EVERY connected platform') and explicitly scopes it to 'how did X perform' questions slash 'Returns the platform's metric rows.' It clearly differentiates from the sibling search/list tools by positioning itself as the unified reporting entry point rather than a platform-specific or metadata tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage guidance: use for any performance question, pass platform/account/days/level/breakdown, and call describe(platform) to see supported options. It provides clear context and points to an alternative (describe) for discovering platform specifics, though it does not list explicit when-not-to-use cases or name a concrete sibling tool as the alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.