Skip to main content
Glama
AleemHaider

google-ads-manager-mcp

by AleemHaider

Draft: update keyword status

update_keyword_status

Pause, enable, or remove a keyword criterion in an ad group. Returns a draftId to apply with confirm_write.

Instructions

Draft pausing, enabling, or removing a keyword criterion in an ad group. Returns a draftId — call confirm_write to actually apply it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
adGroupIdYesNumeric ad group ID the keyword belongs to
criterionIdYesNumeric ad_group_criterion ID (from get_keywords)
Behavior4/5

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

With no annotations provided, the description carries the full burden. It explicitly discloses the most important behavior: the operation is a draft, returns a draftId, and only takes effect after calling confirm_write. While it doesn't mention error cases or permissions, the critical delayed-application trait is transparent.

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 concise, front-loaded sentences with zero filler. The action, target, and draft-draftId-confirm_write flow are efficiently communicated in a readable structure.

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?

For a draft operation with no output schema, the description explains the return value (draftId) and the necessary next step (confirm_write), covering the essential workflow. It lacks some peripheral details like error conditions, but the core functional context is complete.

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?

The schema already provides good coverage (67%) with descriptions for adGroupId and criterionId and an enum for status. The description adds the draft/confirm context but does not enhance parameter meaning beyond the schema, so it meets the baseline.

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 action (pausing, enabling, or removing) on a keyword criterion in an ad group. It distinguishes this from sibling tools like update_campaign_status and update_ad_group_status by being keyword-specific, and the title emphasizes the draft nature.

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 clearly indicates this creates a draft and instructs to call confirm_write to apply the change, providing clear usage context. However, it does not explicitly contrast with alternatives like update_ad_group_status or state exclusions, so it lacks a full when-not-to-use explanation.

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/AleemHaider/google-ads-manager-mcp'

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