tldr_structure
Reveals a project's code structure, listing classes, functions, and imports, to help understand organization without reading each file.
Instructions
Show code structure (classes, functions, imports) for a project. Use instead of reading files to understand structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language filter (python, typescript, php, swift, kotlin, etc.) | |
| path | Yes | Project path (absolute) |