get_chunk
Retrieve the indexed code chunk for a given file path and line number from a repository.
Instructions
Read the indexed chunk containing a repository-relative file path and one-based line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Repository-relative file path exactly as shown in a search result or list_files. | |
| line | Yes | One-based line number inside the desired chunk. | |
| profile | No | Saved profile to use for source defaults. | |
| source | No | Git URL or local path. Omit only when the server has a default source. |