Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_update_contact

Modify an existing WhatsApp contact's details, such as full name and first name, using the contact's ID to ensure accurate updates in your address book.

Instructions

Update an existing WhatsApp contact.

Input Schema

NameRequiredDescriptionDefault
contactIdYesContact ID (phone number with @s.whatsapp.net)
firstNameYesFirst name of the contact (max 255 characters)
fullNameYesFull name of the contact (max 255 characters)

Input Schema (JSON Schema)

{ "properties": { "contactId": { "description": "Contact ID (phone number with @s.whatsapp.net)", "type": "string" }, "firstName": { "description": "First name of the contact (max 255 characters)", "type": "string" }, "fullName": { "description": "Full name of the contact (max 255 characters)", "type": "string" } }, "required": [ "contactId", "fullName", "firstName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wsapi-chat/wsapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server