pond_get_message
Expand a single archived message to expose all tool calls, results, reasoning, files, and nearby messages for context. Provide a message ID and optional before/after window sizes.
Instructions
Expand one message with its full part bodies (tool_call / tool_result / reasoning / file), plus conversational neighbors for context. Pass a message_id from pond_search or a transcript line; context_before / context_after size the neighbor window (default 3, like grep -B/-A). For the whole session use pond_get_session. Response format details: resource schema://pond.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The message to expand - a message_id from pond_search or a transcript line. | |
| context_after | No | Conversational sibling messages to include after the target (mirrors grep -A). Default 3. | |
| context_before | No | Conversational sibling messages to include before the target (mirrors grep -B). Default 3. |