Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_create_contact

Create a new WhatsApp contact by providing phone number, full name, and first name to add to your WhatsApp account.

Instructions

Create a new WhatsApp contact.

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "firstName": { "description": "First name of the contact (max 255 characters)", "type": "string" }, "fullName": { "description": "Full name of the contact (max 255 characters)", "type": "string" }, "id": { "description": "Contact ID (phone number with @s.whatsapp.net)", "type": "string" } }, "required": [ "id", "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