snipara_read
Read exact line ranges from indexed project documentation. Retrieve precise wording after search or context queries without modifying project state.
Instructions
Read an exact line range from indexed project documentation. This is a read-only VIEWER operation and changes no project state. Use it after snipara_search or snipara_context_query when exact wording matters; use snipara_get_chunk instead when you already have a cited chunk ID. Returns the resolved range and text, or a validation/not-found error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | No | Ending line number. Defaults to start_line + 50. | |
| file_path | No | Indexed document path. Also accepted by the handler as file, path, or document. | |
| start_line | No | Starting line number. Relative to file_path when provided; otherwise global index line. |