perseus_tree
Display a directory tree with configurable depth to understand project structure at a glance. Useful for codebase navigation.
Instructions
Display a directory tree with configurable depth. Use to understand project structure at a glance. For flat file listings with metadata, use perseus_list instead. Read-only; depth limits control output size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path for tree display (default: workspace root) | |
| depth | No | Value for depth parameter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Root directory path | |
| tree | No | Directory tree as formatted text |