Skip to main content
Glama

google_ads_accounts_list

Retrieve a list of Google Ads accounts accessible under your manager (MCC) account or direct user. Each row includes customer ID, name, currency, time zone, and manager flag. Use this to select a customer_id for subsequent API calls.

Instructions

Lists all Google Ads accounts accessible under the configured manager (MCC) account or directly under the authenticated user. Returns one row per accessible customer with id (10-digit), descriptive_name, currency_code, time_zone, and manager flag. Read-only. Use this at the start of a session to choose which customer_id to pass into subsequent calls; most other tools fall back to GOOGLE_ADS_CUSTOMER_ID if customer_id is omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customer_idNoGoogle Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted.
Behavior4/5

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

With no annotations, the description carries full burden. It declares the tool is 'read-only', describes the output fields, and explains parameter fallback. It could add details on sub-account listing but is otherwise adequate.

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 three sentences, front-loaded with the core action, and contains no redundant information. Every sentence adds value.

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?

For a simple list tool with one optional parameter and no output schema, the description covers purpose, output fields, and usage context comprehensively. It is sufficient for an agent to understand and invoke correctly.

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 input schema already details the optional customer_id parameter with fallback behavior. The description adds context about session usage and fallback in other tools, enhancing parameter understanding beyond the schema.

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 tool 'lists all Google Ads accounts accessible' under the MCC or authenticated user, specifying the resource (accounts) and action (list). It distinguishes from other list tools by focusing on account discovery for session initialization.

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 explicitly says 'Use this at the start of a session to choose which customer_id to pass into subsequent calls' and explains fallback behavior of other tools, providing clear guidance on when and why to use this tool.

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/logly/mureo'

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