Skip to main content
Glama
kiarashedraki

google-ads-mcp

Raw mutate

mutate
Destructive

Submit Google Ads create, update, or remove operations for any resource using REST field names, with optional dry-run validation and partial failure support.

Instructions

Advanced: send raw GoogleAdsService.mutate operations using REST field names (camelCase), e.g. [{ campaignOperation: { update: { resourceName, status }, updateMask: 'status' } }]. Supports every resource the API can create/update/remove (campaigns, ads, assets, conversion actions, extensions…). Use validate_only: true first to dry-run. Operations are atomic unless partial_failure is true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationsYes
customer_idNoGoogle Ads customer ID (10 digits, dashes allowed). Defaults to GOOGLE_ADS_CUSTOMER_ID.
validate_onlyNo
partial_failureNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

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

The description discloses destructive behavior through 'create/update/remove' and mentions atomicity and dry-run validation, going beyond the annotations. It does not detail error response shapes or partial-failure result handling, but the provided guidance is sufficient for a raw mutation tool.

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?

The description is compact and well-structured, including a concrete example, scope, and usage cautions in just a few sentences. Every sentence adds meaningful information without redundancy.

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?

Given the tool's advanced and open-ended nature, the description covers the essential aspects: syntax, supported resources, validation flow, and failure semantics. The absence of an output schema is acceptable because the description focuses on request construction and side effects.

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

Parameters4/5

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

The description compensates for the sparse schema by explaining the operations parameter with a concrete camelCase example and clarifies validate_only and partial_failure behavior. customer_id is already described in the schema, while validate_only and partial_failure are implied through the text.

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 explicitly states 'send raw GoogleAdsService.mutate operations using REST field names', which clearly identifies the tool's function and resource scope. It also contrasts with sibling tools by labeling itself 'Advanced' and covering 'every resource the API can create/update/remove'.

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

Usage Guidelines5/5

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

The description provides direct guidance: use camelCase field names, 'Use validate_only: true first to dry-run', and notes atomicity unless partial_failure is true. This effectively advises when and how to use the tool relative to the more specific sibling operations.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kiarashedraki/google-ads-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server