list_files
List allowed files and directories under a workspace-relative path, returning bounded, paginated results for safe read-only inspection during plan and review workflows.
Instructions
List allowed files and directories under a workspace-relative path. Results are bounded and paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| limit | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| entries | Yes | ||
| hasMore | Yes | ||
| nextCursor | No |