list_directory_tree
Display a compact directory tree with file names and sizes, bounded by depth and entry count, to quickly understand a directory's structure without reading file contents.
Instructions
Compact directory tree (names + sizes), depth/entry-bounded.
Understand a config dir's structure without reading any file contents. Args: path, max_depth (1–6), max_entries cap, show_hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| max_depth | No | ||
| max_entries | No | ||
| show_hidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||