Skip to main content
Glama

Google Ads MCP

List Accessible Brands

list_brands
Read-onlyIdempotent

Use first when the requested brand is unknown or ambiguous, or when its available reporting sources are unclear. Lists accessible brands with their exact brand ID, team, role, connected sources, and selected advertising account context. Select one exact ID for later operations. Similarly named brands do not imply shared access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandsYes
next_actionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds access-scoping context ('accessible brands', 'Similarly named brands do not imply shared access') and clarifies the included advertising account context, which is meaningful beyond the annotations.

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 four sentences with no filler. It front-loads the trigger condition, then lists outputs, next action, and a caveat. Every sentence earns its place.

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 zero-parameter, read-only enumeration tool with an output schema, the description fully covers when to use it, what it returns, how to use the result, and an access caveat. Nothing essential is missing.

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 tool has zero parameters with 100% schema description coverage, so the baseline is 4. The description's guidance to 'Select one exact ID for later operations' adds practical downstream context without needing to define parameters.

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 uses a specific verb ('Lists') and resource ('accessible brands'), enumerating the returned fields (brand ID, team, role, connected sources, advertising account context). This clearly distinguishes it from sibling tools like delete_memory, fetch_data, and transform.

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?

It explicitly states when to use the tool ('Use first when the requested brand is unknown or ambiguous, or when its available reporting sources are unclear') and instructs the agent to select one exact ID for later operations. The caveat about similarly named brands not implying shared access adds useful exclusionary guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources