File Tree
treeList files and directories within a workspace to inspect project structure. Control depth, entry limits, and hidden file inclusion for targeted exploration.
Instructions
List files and directories inside the workspace, excluding blocked paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory relative to workspace root. Default: . | |
| max_depth | No | Maximum depth. Default: 4. | |
| max_entries | No | Maximum entries. Default: 800. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. | |
| include_hidden | No | Include dotfiles/dotfolders that are not blocked. Default: false. |