get_message_context
Fetch message context with reply chain and optional thread messages to see the full conversation around any message.
Instructions
Get detailed context for a message including reply chain and thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | The chat ID containing the message | |
| messageId | Yes | The message ID to get context for | |
| includeThread | No | Include thread messages (default: false) | |
| includeReplies | No | Include reply chain (default: true) |