google_ ads_ validate_ query
Validate metric/dimension/resource compatibility BEFORE executing a query. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Validate metric/dimension/resource compatibility BEFORE executing a query. Checks segment restrictions and resource availability.
- 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 |
|---|---|---|---|
metrics | array | Required | Metric keys to validate. |
dimensions | array | Optional | Dimension keys to validate. |
resource | string | Optional | Default: "campaign". |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_validate_query",
"args": {
"metrics": "<array>"
}
}
}