get_project_skeleton
Retrieve the full project structure with file tree and statistics to understand its shape, module layout, and code distribution.
Instructions
Get the full project structure with file tree and statistics.
Call this first when starting work on a project to understand its overall shape, module layout, and code distribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | Maximum depth for the file tree display. | |
| detail | No | Level of detail: - ``"signatures"``: compact overview — totals, languages, and ``top_files`` (15 most code-dense files). Drops the file tree, directory stats, and per-language breakdown. Use when you just want to know "how big is this project and where's the dense code". - ``"summary"`` (default): adds full file tree, per-directory counts, and per-language breakdown. The workhorse view. - ``"full"``: identical to summary at the skeleton level (no source extraction at this scale). | summary |
| include_hints | No | If True, append navigation suggestions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||