google_ ads_ generate_ ad_ group_ themes
Organize supplied keywords into existing Google Ads ad groups. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Organize supplied keywords into existing Google Ads ad groups. Returns suggested ad group/campaign pairings, normalized keyword text, and suggested match type without creating or editing keywords. Read-only Keyword Planner RPC.
- Source
- Google Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
customerId- Endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
customerId | string | Required | Serving customer ID containing the existing ad groups. |
keywords | array | Required | |
adGroupIds | array | Required | Existing ad group IDs in the same customer account. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_generate_ad_group_themes",
"args": {
"customerId": "<string>",
"keywords": "<array>",
"adGroupIds": "<array>"
}
}
}