google_ ads_ get_ paid_ organic_ search_ terms
Read-only paid/organic search terms report. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Read-only paid/organic search terms report. Uses paid_organic_search_term_view when available and falls back to paid-only search_term_view if organic fields are unavailable.
- 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 | Google Ads customer ID (without dashes, e.g., 1234567890) |
startDate | string | Required | Start date YYYY-MM-DD. |
endDate | string | Required | End date YYYY-MM-DD. |
campaignId | string | Optional | Optional campaign ID filter. |
adGroupId | string | Optional | Optional ad group ID filter. |
searchTermContains | string | Optional | Optional search term substring filter. |
serpType | string | Optional | Optional search engine results page type segment filter. One of: ADS_AND_ORGANIC, ADS_ONLY, ORGANIC_ONLY, UNKNOWN, UNSPECIFIED. |
limit | integer | Optional | Default: 1000. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_paid_organic_search_terms",
"args": {
"customerId": "<string>",
"startDate": "<string>",
"endDate": "<string>"
}
}
}