bird_list_audience_contacts
ActiveTool of io.usefulapi/bird
declared in 1.0.1
List the contacts that belong to a static audience, as a cursor page. Bird API: GET /v1/audiences/{audience_id}/contacts.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"audience_id"
],
"properties": {
"limit": {
"type": "integer",
"maximum": 1000,
"description": "Max items per page.",
"exclusiveMinimum": 0
},
"audience_id": {
"type": "string",
"description": "Audience id."
},
"starting_after": {
"type": "string",
"description": "Cursor from a previous response's `next_cursor` field, to fetch the next page."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.usefulapi/bird
https://github.com/m190/usefulapi-mcp
1/7 registries