meta_get_adsets
List ad sets for a Meta ad account, optionally filtered by campaign. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.
List ad sets for a Meta ad account, optionally filtered by campaign. Returns targeting, budget, optimization, and schedule info.
- 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) |
campaignId | string | Optional | Filter by campaign 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_adsets",
"args": {
"adAccountId": "<string>"
}
}
}