Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_edit_message

Edit text in previously sent WhatsApp messages by providing the message ID, chat ID, and new content to correct errors or update information.

Instructions

Edit a previously sent text message.

Input Schema

NameRequiredDescriptionDefault
messageIdYesID of the message to edit
textYesNew text content for the message (max 4096 characters)
toYesChat ID where the message is located

Input Schema (JSON Schema)

{ "properties": { "messageId": { "description": "ID of the message to edit", "type": "string" }, "text": { "description": "New text content for the message (max 4096 characters)", "type": "string" }, "to": { "description": "Chat ID where the message is located", "type": "string" } }, "required": [ "messageId", "to", "text" ], "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