magicbell_create_user
ActiveTool of io.usefulapi/magicbell
declared in 1.0.1
Creates a user (notification recipient) record in MagicBell. Additive — sends no notification. Provide at least one identifier (external_id or email). Project API: POST /users.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"email": {
"type": "string",
"description": "User email address."
},
"timezone": {
"type": "string",
"description": "IANA timezone, e.g. America/New_York."
},
"last_name": {
"type": "string",
"description": "User last name."
},
"first_name": {
"type": "string",
"description": "User first name."
},
"external_id": {
"type": "string",
"description": "Your own stable id for this user (recommended identifier)."
},
"phone_numbers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of phone numbers (E.164)."
},
"custom_attributes": {
"type": "object",
"description": "Arbitrary key/value metadata for the user.",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.usefulapi/magicbell
https://github.com/m190/usefulapi-mcp
1/7 registries