Skip to main content
Glama

WhatsApp MCP Server

by jlucaso1

list_messages

Retrieve and paginate chat messages from a specified WhatsApp chat using JID, with customizable limits and page numbers for efficient message management.

Input Schema

NameRequiredDescriptionDefault
chat_jidYesThe JID of the chat (e.g., '123456@s.whatsapp.net' or 'group@g.us')
limitNoMax messages per page (default 20)
pageNoPage number (0-indexed, default 0)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chat_jid": { "description": "The JID of the chat (e.g., '123456@s.whatsapp.net' or 'group@g.us')", "type": "string" }, "limit": { "default": 20, "description": "Max messages per page (default 20)", "exclusiveMinimum": 0, "type": "integer" }, "page": { "default": 0, "description": "Page number (0-indexed, default 0)", "minimum": 0, "type": "integer" } }, "required": [ "chat_jid" ], "type": "object" }
Install Server

Other Tools from WhatsApp MCP Server

Related Tools

    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/jlucaso1/whatsapp-mcp-ts'

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