magicbell_list_users
ActiveTool of io.usefulapi/magicbell
declared in 1.0.1
List users (notification recipients) with cursor pagination. Project API: GET /users.
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.usefulapi/magicbell
https://github.com/m190/usefulapi-mcp
1/7 registries