get_structure_summary
Retrieve a structural summary of a code file or entire project, including functions, classes, imports, and line counts, to understand code organization at a glance.
Instructions
Structure of one file (functions, classes, imports, line counts), or project-wide if file omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Relative path to a file in the project. Omit for project-level summary. | |
| project | No | Project name/path (default: active). |