get_keywords tool returns all keywords within a specified ad group, including each keyword’s text, match type, status, and current CPC bid. Use add_keywords to add new keywords to an ad group.
get_keywords
Parameters
The ad group ID to retrieve keywords for. Your AI assistant resolves ad group names to IDs automatically.
Filter by keyword status. Accepted values:
ENABLED, PAUSED. Returns all keywords if omitted.The 10-digit Google Ads account ID. Uses configured default if not specified.
Example prompts
Example response
add_keywords
Theadd_keywords tool adds one or more keywords to an existing ad group.
Parameters
The ad group ID to add keywords to.
List of keyword objects to add.
The keyword text.
Match type:
BROAD, PHRASE, or EXACT.Max CPC bid in account currency. If omitted, the ad group default bid is used.
The 10-digit Google Ads account ID.
Example prompts
Match type reference
| Match type | Syntax | When to use |
|---|---|---|
BROAD | running shoes | Widest reach; includes synonyms and related searches |
PHRASE | "running shoes" | Searches that include the phrase in order |
EXACT | [running shoes] | Searches that match exactly (or close variants) |