This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_edit_message
InactiveTool of Green API WhatsApp
declared in dev
Edit a previously sent message
Parameters schema
{
"type": "object",
"required": [
"instance_id",
"chat_id",
"id_message",
"message"
],
"properties": {
"chat_id": {
"type": "string",
"description": "Chat ID"
},
"message": {
"type": "string",
"description": "New message text"
},
"id_message": {
"type": "string",
"description": "ID of the message to edit"
},
"instance_id": {
"type": "number",
"description": "WhatsApp instance ID"
}
}
}Parent server
Green API WhatsApp
https://github.com/green-api/green-api-mcp-gateway
1/7 registries