mcp-server-chatsum

query_chat_messages

Retrieve and filter chat messages by room or participant names using specified parameters, enabling efficient chat data analysis and summarization.

Instructions

query chat messages with given parameters

Input Schema

NameRequiredDescriptionDefault
limitNochat messages limit
room_namesNochat room names
talker_namesNotalker names

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "description": "chat messages limit", "type": "number" }, "room_names": { "description": "chat room names", "items": { "description": "chat room name", "type": "string" }, "type": "array" }, "talker_names": { "description": "talker names", "items": { "description": "talker name", "type": "string" }, "type": "array" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from mcp-server-chatsum

Related Tools

ID: acahzjtv6h