fs_list
List files and directories under a specified path, controlling recursion depth to limit results.
Instructions
List files and directories under a path, up to a given depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory to list (default: workspace root). | |
| depth | No | How deep to recurse (default: 2). |