Skip to main content
Glama
get-mcp-ads

Google Ads by Get MCP Ads

google ads run readonly rpc

google_ads_run_readonly_rpc
Read-onlyIdempotent

Run read-only Google Ads operations for advanced insights beyond GAQL: audience, reach, benchmarks, targeting, Smart Campaigns, invoices, and payments.

Instructions

Advanced read-only escape hatch for allowlisted Google Ads services outside GAQL: Audience Insights, Reach Planner, benchmarks, creator/trending insights, targeting suggestions, Smart Campaign suggestions, identity verification, invoices, and payments accounts. The operation is an enum; arbitrary paths and all mutations/uploads are impossible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestNoOfficial REST JSON request body for POST operations, or query parameters for GET operations
operationYesExact allowlisted operation to execute. Arbitrary provider operations are not accepted.
customerIdNoRequired for customer-scoped operations; omit for global planning catalogs

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesOriginal tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.1

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds value by stating the operation is an enum, arbitrary paths are impossible, and all mutations/uploads are blocked—details beyond the generic read-only annotation and useful for safe invocation.

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

Conciseness5/5

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

Two sentences with no fluff: the first leads with the tool's role and scope, the second adds critical constraints. Information is front-loaded and every sentence contributes meaning.

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

Completeness4/5

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

Given the tool's complexity (30 enum operations, nested request body) and rich annotations/output schema, the description covers the key differentiator (services outside GAQL), safety constraints (read-only, enum-limited), and tersely enumerates service categories. It does not need to explain return values because an output schema exists, though it could offer slightly more guidance on when the customerId is needed.

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

Parameters3/5

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

Schema coverage is 100% for all parameters (operation enum, request, customerId), so the schema already documents parameter meaning. The description adds context that the operation is an enum and constrained, but no parameter-specific semantics beyond that, matching the baseline for high schema coverage.

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 clearly identifies the tool as an 'advanced read-only escape hatch' for specific allowlisted Google Ads services 'outside GAQL', listing example service categories. It distinguishes itself from GAQL-based siblings and avoids tautology by naming the resource and scope.

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?

It gives clear context: use for services outside GAQL and only for read-only operations. It also implicitly excludes mutations/uploads and arbitrary paths. However, it does not explicitly name an alternative tool for GAQL queries or list when-not-to-use scenarios, leaving some inference to the agent.

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