Read context pack
read_packRead a selected line range from a session pack to retrieve only the needed code context, minimizing token usage.
Instructions
Read a 1-based line range from a pack created by this server session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack_id | Yes | Session-scoped id returned by pack_context. | |
| end_line | No | Last 1-based line, inclusive; integer or numeric string. | |
| start_line | No | First 1-based line; integer or numeric string. |