Directory Tree
sdlc_directory_treeRecursively list a directory tree with configurable depth and entry limits, returning path, type, and depth for controlled exploration.
Instructions
Bounded recursive directory listing with depth and entry caps. Returns a flat array of {path, type, depth} entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Target directory. Filesystem roots are rejected; UNC/network paths require an explicit environment override. | |
| maxDepth | No | ||
| maxEntries | No | ||
| includeDirs | No | ||
| includeFiles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| entryCount | No |