This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).
whatsapp_send_location
InactiveTool of Green API WhatsApp
declared in dev
Send a location
Parameters schema
{
"type": "object",
"required": [
"instance_id",
"chat_id",
"latitude",
"longitude"
],
"properties": {
"name": {
"type": "string",
"description": "Place name"
},
"address": {
"type": "string",
"description": "Address"
},
"chat_id": {
"type": "string",
"description": "Chat ID"
},
"latitude": {
"type": "number",
"description": "Latitude"
},
"longitude": {
"type": "number",
"description": "Longitude"
},
"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