You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version dev).

whatsapp_upload_file

Inactive

Tool of Green API WhatsApp

declared in dev

Upload a file to GREEN-API storage and return its URL. Use the returned URL with whatsapp_send_file.

Parameters schema

{
  "type": "object",
  "required": [
    "instance_id",
    "file_base64",
    "filename"
  ],
  "properties": {
    "filename": {
      "type": "string",
      "description": "File name with extension (e.g. photo.jpg)"
    },
    "file_base64": {
      "type": "string",
      "description": "File contents encoded as base64"
    },
    "instance_id": {
      "type": "number",
      "description": "WhatsApp instance ID"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Green API WhatsApp

https://github.com/green-api/green-api-mcp-gateway

1/7 registries
View full server →
whatsapp_upload_file — Green API WhatsApp — PRSM MCP