Skip to main content
Glama

WhatsApp MCP Server

by jlucaso1

get_chat

Retrieve detailed chat history from WhatsApp, including the last message, by specifying the chat JID. Integrates with MCP servers for AI-driven message management.

Input Schema

NameRequiredDescriptionDefault
chat_jidYesThe JID of the chat to retrieve
include_last_messageNoInclude last message details (default true)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chat_jid": { "description": "The JID of the chat to retrieve", "type": "string" }, "include_last_message": { "default": true, "description": "Include last message details (default true)", "type": "boolean" } }, "required": [ "chat_jid" ], "type": "object" }

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