get_imports
Lists the modules, names, and line numbers of imports in a codebase, optionally filtered by file or project.
Instructions
List imports (module, names, line).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| compress | No | Compact rows (default true). | |
| project | No | Project name/path (default: active). |