list_directory
List files and directories at a specified path. Optionally list recursively and set the workspace root.
Instructions
List files and directories at a given path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path | |
| recursive | No | Whether to list recursively (default false) | |
| workspace_root | No | Workspace root directory (optional) |