bird_create_audience
ActiveTool of io.usefulapi/bird
declared in 1.0.1
Creates an audience (contact list) in Bird — additive, sends no message. Static audiences start empty. Bird API: POST /v1/audiences.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Display name for the audience."
},
"type": {
"enum": [
"static",
"dynamic",
"external"
],
"type": "string",
"description": "How members are determined. Only `static` is generally available."
},
"description": {
"type": "string",
"description": "Longer description of who this audience is."
}
}
}Parent server
io.usefulapi/bird
https://github.com/m190/usefulapi-mcp
1/7 registries