pond_get_message
Expand a message to show its full part bodies, including tool calls, results, reasoning, and files, plus neighbor messages for context.
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. |