Skip to main content
Glama

WAHA MCP Server

by seejux

waha_get_chats

Retrieve recent WhatsApp chats with IDs, names, message previews, and unread counts. Filter by specific chats or paginate results to manage conversation overviews.

Instructions

Get overview of recent WhatsApp chats. Returns chat ID, name, last message preview, and unread count. Default limit is 10 chats.

Input Schema

NameRequiredDescriptionDefault
chatIdsNoOptional filter for specific chat IDs (format: number@c.us)
limitNoNumber of chats to retrieve (default: 10, max: 100)
offsetNoOffset for pagination

Input Schema (JSON Schema)

{ "properties": { "chatIds": { "description": "Optional filter for specific chat IDs (format: number@c.us)", "items": { "type": "string" }, "type": "array" }, "limit": { "default": 10, "description": "Number of chats to retrieve (default: 10, max: 100)", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" } }, "type": "object" }

Other Tools from WAHA 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/seejux/waha-mcp'

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