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

# research_keywords

> MCP tool reference for research_keywords.

# `research_keywords`

Research keyword ideas (Keyword Planner when available).

**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                             |
| ---------------------- | ------ | -------- | --------------------------------------- |
| `business_description` | string | no       | Business description                    |
| `customer_id`          | string | no       | Google Ads customer id as digits string |
| `seed_keywords`        | array  | no       | Seed keywords                           |
| `target_location`      | string | no       | Target location name                    |
| `website_url`          | string | no       | Website URL                             |

## Input schema

```json theme={null}
{
  "type": "object",
  "properties": {
    "business_description": {
      "type": "string",
      "description": "Business description"
    },
    "customer_id": {
      "type": "string",
      "description": "Google Ads customer id as digits string"
    },
    "seed_keywords": {
      "type": "array",
      "description": "Seed keywords",
      "items": {
        "type": "string"
      }
    },
    "target_location": {
      "type": "string",
      "description": "Target location name"
    },
    "website_url": {
      "type": "string",
      "description": "Website URL"
    }
  },
  "required": [],
  "additionalProperties": true
}
```

## Related

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