Skip to main content
Glama
LucasSantana-Dev

Google Ads MCP

get_change_events

Retrieve change events for a Google Ads customer account within a specific date range to monitor account modifications.

Instructions

Retrieve change events for a customer account within a date range.

The change_event resource requires a date filter, an ORDER BY clause, and a LIMIT (hard-capped at 10,000 rows by the API). The Google Ads API typically supports a ~30-day lookback window for change events; queries beyond that range may return empty results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax rows returned to the caller (hard-capped at 10,000 by the API).
date_endYesend date in 'YYYY-MM-DD' format (inclusive).
date_startYesstart date in 'YYYY-MM-DD' format (inclusive).
customer_idYesGoogle Ads customer id (digits only; hyphens are stripped).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: the required SQL-like clauses, the hard cap of 10,000 rows, and the typical lookback window. No contradictions are 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 two well-structured sentences with no redundant information. The purpose is front-loaded, and every sentence provides essential context or constraints.

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 presence of an output schema (handling return value explanation), the description adequately covers all necessary behavioral and usage aspects for a parameter-rich retrieval tool. No gaps are evident.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the API-enforced hard cap on 'limit' and the typical date range constraints, which goes beyond the schema's basic type and format 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 action ('Retrieve change events'), the resource ('customer account'), and the scope ('within a date range'). It is distinct from sibling tools, which focus on other resources.

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 important usage constraints: the need for a date filter, ORDER BY, LIMIT, and a ~30-day lookback. While it doesn't explicitly state when not to use this tool, the context is sufficiently clear for an agent.

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/LucasSantana-Dev/google-ads-mcp'

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