get_chat_messages
Retrieve chat messages from Pararam Nexus MCP by specifying a chat ID, with options to limit results and paginate through conversation history.
Instructions
Get messages from a specific chat.
Args: chat_id: ID of the chat to get messages from limit: Maximum number of messages to return (default: 50) before_message_id: Get messages before this message ID (for pagination, currently not used)
Returns: ToolResponse with GetChatMessagesPayload containing chat messages including sender, text, and timestamp
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| limit | No | ||
| before_message_id | No |