List Facebook company ads
facebook_company_ads_listList ads a company or Page is running in the Facebook Ad Library. Accepts a page id or company name. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Alias for `sortBy`. Prefer `sortBy`. | |
| trim | No | Ignored if this tool does not support it. | |
| limit | No | Ignored if this tool does not support it. | |
| cursor | No | Opaque pagination cursor from a previous response. | |
| offset | No | Ignored if this tool does not support it. | |
| pageId | No | Facebook page id when you have it instead of a company name. | |
| sortBy | No | Optional sort order for returned ads. | |
| status | No | Optional ad status filter. | |
| context | Yes | Describe the user's underlying goal in one sentence — not the tool you are calling. | |
| country | No | Optional country code filter. Use ALL to search all countries. | |
| endDate | No | Optional end date filter in YYYY-MM-DD format. | |
| language | No | Optional language code filter. | |
| pageSize | No | Ignored if this tool does not support it. | |
| 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. | |
| mediaType | No | Optional creative media filter. | |
| startDate | No | Optional start date filter in YYYY-MM-DD format. | |
| maxResults | No | Ignored if this tool does not support it. | |
| companyName | No | Company or page name to search when you do not have a page id. | |
| max_results | No | Ignored if this tool does not support it. | |
| 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. |