update_account
ActiveTool of BorealHost
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": ""
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries