This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_forward_messages
InactiveTool of Green API WhatsApp
declared in dev
Forward messages to another chat
Parameters schema
{
"type": "object",
"required": [
"instance_id",
"chat_id",
"chat_id_from",
"messages"
],
"properties": {
"chat_id": {
"type": "string",
"description": "Destination chat ID"
},
"messages": {
"type": "array",
"items": {
"type": "string"
},
"description": "Message IDs to forward"
},
"instance_id": {
"type": "number",
"description": "WhatsApp instance ID"
},
"chat_id_from": {
"type": "string",
"description": "Source chat ID"
}
}
}Parent server
Green API WhatsApp
https://github.com/green-api/green-api-mcp-gateway
1/7 registries