meta_ get_ audiences
List custom, saved, and lookalike audiences for a Meta ad account. One of 39 Meta Ads tools on the Get MCP Ads MCP gateway.
List custom, saved, and lookalike audiences for a Meta ad account.
- 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) |
type | string | Optional | Filter by audience type. One of: custom, saved, lookalike. |
limit | integer | Optional | Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "meta_get_audiences",
"args": {
"adAccountId": "<string>"
}
}
}