This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_connect
InactiveTool of Green API WhatsApp
declared in dev
Connect a WhatsApp instance. Call this before using other tools. Validates credentials via getStateInstance.
Parameters schema
{
"type": "object",
"required": [
"instance_id",
"api_token"
],
"properties": {
"api_url": {
"type": "string",
"description": "API URL (defaults to https://api.green-api.com)"
},
"api_token": {
"type": "string",
"description": "Instance API token"
},
"instance_id": {
"type": "number",
"description": "WhatsApp instance ID (from console.green-api.com)"
}
}
}Parent server
Green API WhatsApp
https://github.com/green-api/green-api-mcp-gateway
1/7 registries