google ads search fields
google_ads_search_fieldsSearch Google's live GoogleAdsField catalog to find queryable resources, attributes, segments, metrics, enum values, and compatibility relationships before writing a GAQL query.
Instructions
Search Google's live GoogleAdsField catalog. Discovers every queryable GAQL resource, attribute, segment, metric, enum value, and selectable-with compatibility relationship. Read-only and useful before a raw GAQL query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional raw GoogleAdsField SELECT query. When provided it replaces the structured filters. | |
| category | No | Category selected from the provider dictionary or field catalogue. | |
| pageSize | No | Maximum items requested per page. Follow the returned pagination information for remaining results. | |
| sortable | No | Filter the field catalogue by whether the field can appear in ORDER BY. | |
| pageToken | No | Opaque continuation token returned by the preceding provider response. | |
| filterable | No | Filter the field catalogue by whether the field can appear in WHERE. | |
| selectable | No | Filter the field catalogue by whether the field can appear in SELECT. | |
| nameContains | No | Case-sensitive field-name substring, e.g. conversion or asset_group |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |