Skip to main content
Glama
jomiferse

Google Ads MCP Admin

by jomiferse

mutations_cancel_mutation_plan

Read-only

Cancel a pending local mutation plan without applying it to Google Ads.

Instructions

Invalidate a pending local plan without changing Google Ads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plan_idYes
plan_hashYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

The description contradicts the annotations: it says 'Invalidate a pending local plan' (a mutation) while annotations declare readOnlyHint: true. This is a direct contradiction, and the description does not reconcile this by explaining that it only affects local state. Annotation contradiction is present.

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 a single, front-loaded sentence that immediately conveys the core function. Every word adds value, and there is no unnecessary filler.

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

Completeness2/5

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

Despite having an output schema, the description is too minimal to fully support an agent. It omits any explanation of parameters, side effects, or how it relates to the mutation plan lifecycle. The contradiction with annotations further reduces its reliability, making it incomplete for a tool that invalidates a plan.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain what 'plan_id' and 'plan_hash' are or how they relate to the invalidation. With two required parameters and no added context, the description fails to compensate for the schema's lack of descriptions.

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 states the verb 'Invalidate' and the specific resource 'a pending local plan', and adds the scope 'without changing Google Ads', which distinguishes it from apply/acknowledge siblings. It is concise and unambiguous about what the tool does.

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 provides clear context: this tool is for invalidating a pending local plan, implying it should be used instead of applying or acknowledging it. However, it does not explicitly name alternatives or state when not to use it, so it falls short of a perfect score.

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

Install Server

Other Tools

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/jomiferse/google-ads-mcp-admin'

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