get_repository_structure
Analyze project layout by retrieving directory structure and file types without reading file contents. Use to understand repository organization and navigate codebases efficiently.
Instructions
⭐ PREFERRED OVER ls/tree: Get clean repository structure showing directories and file types. Use this INSTEAD OF running ls, tree, or Glob for understanding project layout. No file contents, just structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional: specific subdirectory to analyze. Default: root | |
| depth | No | Maximum depth to traverse. Default: 3 |