meta_get_ads
List ads for a Meta ad account, optionally filtered by ad set. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.
List ads for a Meta ad account, optionally filtered by ad set. Returns ad ID, name, status, and creative reference.
- Source
- Meta Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ meta-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Ad account ID (e.g., act_123456789) |
adsetId | string | Optional | Filter by ad set ID. |
statusFilter | string | Optional | Filter by entity status. One of: ACTIVE, PAUSED, DELETED, ARCHIVED. |
limit | integer | Optional | Default: 100. |
cursor | string | Optional | Pagination cursor from previous response. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_ads",
"args": {
"adAccountId": "<string>"
}
}
}