This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_send_poll
InactiveTool of Green API WhatsApp
declared in dev
Send a poll via WhatsApp
Parameters schema
{
"type": "object",
"required": [
"instance_id",
"chat_id",
"message",
"options"
],
"properties": {
"chat_id": {
"type": "string",
"description": "Chat ID"
},
"message": {
"type": "string",
"description": "Poll question"
},
"options": {
"type": "array",
"items": {
"type": "string"
},
"description": "Answer options (strings)"
},
"instance_id": {
"type": "number",
"description": "WhatsApp instance ID"
},
"multiple_answers": {
"type": "boolean",
"description": "Allow multiple answers"
}
}
}Parent server
Green API WhatsApp
https://github.com/green-api/green-api-mcp-gateway
1/7 registries