list_accounts
Discover all accessible Google Ads accounts, including MCC sub-accounts, to obtain customer IDs before running reports or other tools.
Instructions
List all accessible Google Ads accounts including MCC sub-accounts.
Returns a structured dict with account metadata (id, name, is_manager, level, parent_id). For manager (MCC) accounts, sub-accounts are fetched and included up to two levels deep.
Source: gomarble-ai/google-ads-mcp-server (server.py) — MCC traversal logic; combined with repo2 CustomerService pattern for cleaner API calls.
Recommended first step: run this to discover available customer IDs before calling any reporting tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||