get_message_context
Fetch a set of recent messages surrounding a given message ID in its chat, using a configurable limit to control context depth.
Instructions
Get recent messages around a specific message ID within its chat (context accuracy depends on fetch limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The serialized ID of the target message | |
| limit | No | Number of recent messages to fetch for context |