list_files
List the contents of a directory within a workspace to inspect project files and subdirectories, with options for recursive traversal and entry limits.
Instructions
List a directory's contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default/max 500 entries | |
| dirPath | Yes | ||
| recursive | No | ||
| workspace | No | Workspace name (not id) - created automatically if it doesn't exist yet. Defaults to "default". |