whatsapp_set_account_name
Update your WhatsApp account display name to personalize your profile and maintain current identification across all chats and contacts.
Instructions
Update account display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New account name (max 255 characters) |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "New account name (max 255 characters)",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}