You're viewing a demo portfolio

Join the waitlist
PRSM

magicbell_list_broadcasts

Active

Tool of io.usefulapi/magicbell

declared in 1.0.1

List broadcasts (notification-send batches) with cursor pagination. Read-only observability. Project API: GET /broadcasts.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 100,
      "description": "Max items per page (cursor pagination).",
      "exclusiveMinimum": 0
    },
    "ending_before": {
      "type": "string",
      "description": "Cursor: return items before this id (previous page)."
    },
    "starting_after": {
      "type": "string",
      "description": "Cursor: return items after this id (next page)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.usefulapi/magicbell

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

1/7 registries
View full server →
magicbell_list_broadcasts — io.usefulapi/magicbell — PRSM MCP