Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

send_media

Send images, videos, audio, or documents via WhatsApp Business API to recipients with optional captions and file names for business communication.

Instructions

Send media (image, video, audio, document)

Input Schema

NameRequiredDescriptionDefault
captionNoMedia caption
fileNameNoFile name for documents
instanceNameYesInstance name
mediaYesMedia URL or base64
mediatypeYesType of media
numberYesRecipient phone number

Input Schema (JSON Schema)

{ "properties": { "caption": { "description": "Media caption", "type": "string" }, "fileName": { "description": "File name for documents", "type": "string" }, "instanceName": { "description": "Instance name", "type": "string" }, "media": { "description": "Media URL or base64", "type": "string" }, "mediatype": { "description": "Type of media", "enum": [ "image", "video", "audio", "document" ], "type": "string" }, "number": { "description": "Recipient phone number", "type": "string" } }, "required": [ "instanceName", "number", "mediatype", "media" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luiso2/mcp-evolution-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server