tenki_list_files
List directory contents inside a sandbox, with hidden files like .git and .env included by default. Set include_hidden to false to omit them.
Instructions
List a directory in a sandbox, including dotfiles (.git, .env, .gitignore) by default — set include_hidden false to omit them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path, e.g. /home/tenki | |
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. | |
| include_hidden | No | Include dot-prefixed entries (default true). The data plane omits them unless asked, which hides .git/.env from a listing. |