You're viewing a demo portfolio

Join the waitlist
PRSM

update_account

Active

Tool of BorealHost

declared in 1.27.0

Update account profile fields (email, language, name). Requires: API key with write scope. Only provided (non-empty) fields are updated. Args: email: New email address language: Language preference — "fr" (French) or "en" (English) first_name: First name last_name: Last name Returns: {"success": true, "account": {"email": "...", "language": "fr", "first_name": "...", "last_name": "..."}} Errors: VALIDATION_ERROR: Invalid email format or language code

Parameters schema

{
  "type": "object",
  "title": "update_accountArguments",
  "properties": {
    "email": {
      "type": "string",
      "title": "Email",
      "default": ""
    },
    "language": {
      "type": "string",
      "title": "Language",
      "default": ""
    },
    "last_name": {
      "type": "string",
      "title": "Last Name",
      "default": ""
    },
    "first_name": {
      "type": "string",
      "title": "First Name",
      "default": ""
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →