This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_set_settings
InactiveTool of Green API WhatsApp
declared in dev
Update instance settings (webhooks, proxy, etc.)
Parameters schema
{
"type": "object",
"required": [
"instance_id"
],
"properties": {
"instance_id": {
"type": "number",
"description": "WhatsApp instance ID"
},
"webhook_url": {
"type": "string",
"description": "URL for incoming webhooks"
},
"delay_message": {
"type": "number",
"description": "Message send delay (ms)"
},
"state_webhook": {
"type": "boolean",
"description": "Enable state webhook"
},
"device_webhook": {
"type": "boolean",
"description": "Enable device webhook"
},
"incoming_webhook": {
"type": "boolean",
"description": "Enable incoming message webhook"
},
"outgoing_webhook": {
"type": "boolean",
"description": "Enable outgoing message webhook"
},
"webhook_url_token": {
"type": "string",
"description": "Token for the webhook URL"
},
"status_instance_webhook": {
"type": "boolean",
"description": "Enable instance status webhook"
},
"mark_incoming_messages_readed": {
"type": "boolean",
"description": "Mark incoming messages as read"
}
}
}Parent server
Green API WhatsApp
https://github.com/green-api/green-api-mcp-gateway
1/7 registries