You're viewing a demo portfolio

Join the waitlist
PRSM

magicbell_create_user

Active

Tool 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": {}
    }
  }
}

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_create_user — io.usefulapi/magicbell — PRSM MCP