You're viewing a demo portfolio

Join the waitlist
PRSM

bird_create_audience

Active

Tool 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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.usefulapi/bird

https://github.com/m190/usefulapi-mcp

1/7 registries
View full server →
bird_create_audience — io.usefulapi/bird — PRSM MCP