facebook_company_ads_list
ActiveTool of Social Fetch
declared in 0.19.0
List ads a company or Page is running in the Facebook Ad Library. Accepts a page id or company name.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor from a previous response (`data.page.nextCursor`)."
},
"pageId": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Facebook page id when you have it instead of a company name."
},
"sortBy": {
"enum": [
"impressions",
"most-recent"
],
"type": "string",
"description": "Optional sort order for returned ads."
},
"status": {
"enum": [
"all",
"active",
"inactive"
],
"type": "string",
"description": "Optional ad status filter."
},
"country": {
"type": "string",
"maxLength": 3,
"minLength": 2,
"description": "Optional country code filter. Use ALL to search all countries."
},
"endDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional end date filter in YYYY-MM-DD format."
},
"language": {
"type": "string",
"maxLength": 8,
"minLength": 2,
"description": "Optional language code filter."
},
"mediaType": {
"enum": [
"all",
"image",
"video",
"meme",
"image-and-meme",
"none"
],
"type": "string",
"description": "Optional creative media filter."
},
"startDate": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Optional start date filter in YYYY-MM-DD format."
},
"companyName": {
"type": "string",
"maxLength": 4096,
"minLength": 1,
"description": "Company or page name to search when you do not have a page id."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries