get_conversation_messages
Retrieve paginated messages from a specific conversation. Provide the conversation ID to access its message history, with an optional page number to navigate through results.
Instructions
Get messages from a specific conversation with pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (starts at 0) | |
| conversationId | Yes | The conversation ID (24-char hex ObjectId) |