You're viewing a demo portfolio

Join the waitlist
PRSM

magicbell_update_user

Active

Tool of io.usefulapi/magicbell

declared in 1.0.1

Updates a user record (reversible; sends no notification). Project API: PUT /users/{user_id}.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "user_id"
  ],
  "properties": {
    "email": {
      "type": "string",
      "description": "User email address."
    },
    "user_id": {
      "type": "string",
      "description": "MagicBell user id or external id to update."
    },
    "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.70.

Parent server

io.usefulapi/magicbell

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

1/7 registries
View full server →