Skip to main content
Glama
kiarashedraki

google-ads-mcp

Account overview

account_overview
Read-only

Retrieve account-level details such as name, currency, time zone, and status, along with aggregated performance metrics for a specified date range.

Instructions

Account details (name, currency, time zone, auto-tagging, status) plus account-wide totals for the date range: impressions, clicks, cost, conversions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoCustom range end, YYYY-MM-DD
date_rangeNoPreset date range. Ignored when start_date and end_date are both given. ALL_TIME applies no date filter.LAST_30_DAYS
start_dateNoCustom range start, YYYY-MM-DD
customer_idNoGoogle Ads customer ID (10 digits, dashes allowed). Defaults to GOOGLE_ADS_CUSTOMER_ID.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful output context (returned fields and account-wide metrics) but does not disclose operational behavior such as how date range selection interacts with parameters; the schema covers that.

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?

A single sentence that front-loads the key output categories and lists precise fields and metrics. There is no filler, and every phrase contributes to understanding the tool.

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?

Even without an output schema, the description enumerates the returned account details and metrics well enough for an agent to understand what it will receive. Remaining invocation details are fully covered by the input schema.

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 description coverage is 100%, so the schema fully documents all four parameters. The description adds no parameter-specific detail beyond referencing the date range, which is already represented by start_date, end_date, and date_range.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (account) and the payload (account settings plus performance totals). It distinguishes account-level scope from sibling campaign/ad-group tools, but lacks an explicit action verb such as 'get' or 'list'.

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 phrase 'account-wide totals' gives clear context that this is for account-level reporting, which separates it from campaign_performance, ad_group_performance, and similar siblings. It does not explicitly name alternatives or exclusion conditions, but the scope is clear enough for selection.

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