get_imports
Retrieve import and use statements from any source file in the repository to understand dependencies without reading the entire file.
Instructions
Get import/use statements from a source file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | path relative to the repo root (e.g., "src/main.py" or "calculator.py") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |