Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

get_messages

Retrieve messages from a WhatsApp chat by specifying the instance name and chat JID, with optional limit for number of messages to fetch.

Instructions

Get messages from a chat

Input Schema

NameRequiredDescriptionDefault
instanceNameYesInstance name
limitNoNumber of messages to retrieve
remoteJidYesChat JID

Input Schema (JSON Schema)

{ "properties": { "instanceName": { "description": "Instance name", "type": "string" }, "limit": { "description": "Number of messages to retrieve", "type": "number" }, "remoteJid": { "description": "Chat JID", "type": "string" } }, "required": [ "instanceName", "remoteJid" ], "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