project_tree
List a directory's file tree read-only, skipping hidden and common dependency directories. Configure path, max depth, and skip options to control the view.
Instructions
列出目录的文件树(只读),默认跳过 .venv/.git/pycache 等目录。
path: 目录路径(默认当前目录;可用绝对路径)
max_depth: 最大递归深度(1-4)
skip_hidden: 跳过隐藏目录与常见依赖目录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . | |
| max_depth | No | ||
| skip_hidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |