> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adcue.app/llms.txt
> Use this file to discover all available pages before exploring further.

# list_connected_accounts

> MCP tool reference for list_connected_accounts.

# `list_connected_accounts`

List connected Google Ads accounts.

**Expose:** `top` · **Read-only:** yes · **Destructive:** no · **Advanced:** no

Call this tool by name at the MCP top level.

Runtime truth is the live MCP surface (`list_tools` / `get_tool_schema`). This page is generated from the committed registry export.

## Parameters

| Parameter  | Type   | Required | Description                       |
| ---------- | ------ | -------- | --------------------------------- |
| `platform` | string | no       | Optional platform filter (google) |

## Input schema

```json theme={null}
{
  "type": "object",
  "properties": {
    "platform": {
      "type": "string",
      "description": "Optional platform filter (google)"
    }
  },
  "required": [],
  "additionalProperties": true
}
```

## Related

* [Tool catalog](/mcp/tools)
* [Safety model](/mcp/safety)
* [Tool Reference overview](/tool-reference/overview)
