Show directory tree
zspace_treeView a directory's nested folder structure on ZSpace NAS to understand its layout before deeper operations. Read-only tree with configurable depth up to 2 levels.
Instructions
Return a nested tree view of a directory on the ZSpace NAS.
Use to understand overall folder structure before deep operations. depth caps recursion (default 2). Returns the nested tree structure as exposed by the NAS API. Read-only.
Nested rather than flat: use zspace_ls for a single level with sizes, or zspace_search when you are looking for a name rather than a layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Root directory to show as a tree, e.g. /sata11/my/data | /sata11/my/data |
| depth | No | Maximum recursion depth (1 = current level only) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||