list_sandbox_dir
List directory contents inside an isolated sandbox to verify files before reading or executing, especially after package installs or missing-file errors. Returns each entry's name, kind, and size.
Instructions
List the contents of a directory inside the sandbox.
Use it to find out what is actually there before reading or running something —
especially after install_sandbox_package, or when a read_sandbox_file came back
not_found. Returns each entry's name, kind and size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | / | |
| network | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||