Get project directory tree
get_project_treeInspect a project's file structure, excluding generated, dependency, secret, and cache directories. Configure depth and entry limits.
Instructions
Use this to inspect a project structure. Generated, dependency, secret, and cache directories are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path relative to the selected project root. Absolute paths are rejected. | . |
| project | Yes | Project key from list_projects. | |
| maxDepth | No | ||
| maxEntries | No |