List Google company ads
google_company_ads_listList ads a company or advertiser is running in Google Ad Transparency. Accepts a domain or advertiser id. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trim | No | Ignored if this tool does not support it. | |
| limit | No | Ignored if this tool does not support it. | |
| topic | No | Optional topic filter. When `political`, `region` is required. | |
| cursor | No | Opaque pagination cursor from a previous response. | |
| domain | No | Company domain when you do not have an advertiser id. | |
| format | No | Optional creative format filter. | |
| offset | No | Ignored if this tool does not support it. | |
| region | No | Optional region filter as a two-letter country code. | |
| context | Yes | Describe the user's underlying goal in one sentence — not the tool you are calling. | |
| endDate | No | Optional end date filter in YYYY-MM-DD format. | |
| pageSize | No | Ignored if this tool does not support it. | |
| platform | No | Optional Google surface filter. | |
| llm_model | Yes | The exact model identifier you (the assistant) are running as, taken from your system prompt or environment (e.g. "claude-opus-4-8", "gpt-5.2"). Used for analytics only. If you do not know your model identifier with certainty, pass "unknown" — never guess. | |
| startDate | No | Optional start date filter in YYYY-MM-DD format. | |
| maxResults | No | Ignored if this tool does not support it. | |
| max_results | No | Ignored if this tool does not support it. | |
| advertiserId | No | Google Ad Transparency advertiser id when you have it instead of a domain. | |
| conversation_id | No | Echo the conversation_id from the server's previous response. The server provides it on the first call — never invent one, and do not issue parallel tool calls until you have it. |