project_scan
Scan a local project directory, capture its folder tree to a chosen depth, and save a JSON summary for later reuse.
Instructions
Scan a local project directory and record its structure for later reuse.
Args: path: Absolute or relative path to the project directory. depth: Maximum directory nesting included in the tree (default 4). save: Persist the summary to local storage (default True).
Returns: A JSON summary of the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| save | No | ||
| depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |