This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_last_outgoing_messages
InactiveTool of Green API WhatsApp
declared in dev
Get recent outgoing messages from the last N minutes (default 60, max 1440 = 24 hours).
Parameters schema
{
"type": "object",
"required": [
"instance_id"
],
"properties": {
"minutes": {
"type": "number",
"description": "Time window in minutes (default 60, max 1440)"
},
"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