Project Tree
localnest_project_treeGenerate a compact file and directory tree for a project path to enable efficient codebase navigation and introspection.
Instructions
Return a compact tree of files/directories for a project path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| max_depth | No | ||
| max_entries | No | ||
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |