list_files
List files and folders in a sandboxed directory using relative paths; use '.' for the root and absolute paths are rejected.
Instructions
List files and folders inside the allowed sandbox directory.
Rules:
All paths are relative to the sandbox root
Use "." to list the root of the allowed directory
Absolute paths (like "/") are not allowed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |