update_phone_number
ActiveTool of Famulor
declared in 0.2.0
Update a phone number you own. Currently sets the nickname — a short human-readable label (max 50 chars) shown next to the number. Send null/empty to clear it. Granted (shared) numbers cannot be updated.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "integer",
"description": "Phone number ID to update"
},
"nickname": {
"type": [
"string",
"null"
],
"description": "Short label, max 50 chars. null clears it."
}
}
}Parent server
Famulor
https://github.com/bekservice/Famulor-MCP
1/7 registries