get_imports
Retrieve imports (module, names, line) from a project or file. Filter results to analyze dependencies or code structure.
Instructions
List imports (module, names, line).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name/path (default: active). | |
| compress | No | Compact rows (default true). | |
| file_path | No | Filter to file (omit=all). | |
| max_results | No | Default 100. 0=unlimited. Truncated results carry a trailing `_truncated` marker with total count. |