> ## 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_campaigns

> MCP tool reference for list_campaigns.

# `list_campaigns`

List campaigns for a customer.

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

Call via the `google_ads` router with `action=execute` and this `tool_name`.

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                             |
| --------------- | ------ | -------- | --------------------------------------- |
| `campaign_type` | string | no       | Channel type filter                     |
| `customer_id`   | string | no       | Google Ads customer id as digits string |
| `status_filter` | string | no       | Status filter e.g. ENABLED,PAUSED       |

## Input schema

```json theme={null}
{
  "type": "object",
  "properties": {
    "campaign_type": {
      "type": "string",
      "description": "Channel type filter"
    },
    "customer_id": {
      "type": "string",
      "description": "Google Ads customer id as digits string"
    },
    "status_filter": {
      "type": "string",
      "description": "Status filter e.g. ENABLED,PAUSED"
    }
  },
  "required": [],
  "additionalProperties": true
}
```

## Related

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