meta_ validate_ query
Validate a metric/breakdown combination BEFORE executing. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.
Validate a metric/breakdown combination BEFORE executing. Returns errors and warnings. Use this to check if your query will work.
- Source
- Meta Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
metrics | array | Required | Metric keys to validate. |
breakdowns | array | Optional | Breakdown keys to validate. |
level | string | Optional | Aggregation level. One of: account, campaign, adset, ad. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_validate_query",
"args": {
"metrics": "<array>"
}
}
}