Skip to main content
Glama

Google Ads MCP Server

by martechery

list_resources

Discover available Google Ads resources or list accounts using GAQL-compatible queries with flexible output formats for API integration.

Instructions

List GAQL FROM-able resources via google_ads_field (category=RESOURCE, selectable=true) or list accounts. output_format=table|json|csv.

Input Schema

NameRequiredDescriptionDefault
filterNosubstring filter on resource name
kindNowhat to list: resources | accountsresources
limitNomax rows (1-1000)
outputFormatNoAlias of output_format.
output_formatNorender formattable
resourceNoAlias of kind ("accounts" or "resources").

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "substring filter on resource name", "type": "string" }, "kind": { "default": "resources", "description": "what to list: resources | accounts", "enum": [ "resources", "accounts" ], "type": "string" }, "limit": { "default": 500, "description": "max rows (1-1000)", "type": "number" }, "outputFormat": { "description": "Alias of output_format.", "enum": [ "table", "json", "csv" ], "type": "string" }, "output_format": { "default": "table", "description": "render format", "enum": [ "table", "json", "csv" ], "type": "string" }, "resource": { "description": "Alias of kind (\"accounts\" or \"resources\").", "type": "string" } }, "type": "object" }

Other Tools from Google Ads MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/martechery/mcp-google-ads-ts'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server