tenki_stat_path
Check file or directory metadata in a sandbox to verify existence and inspect size, type, and timestamps before reading or removing.
Instructions
Get metadata (size, mode, type, timestamps) for a file or directory in a sandbox. Use to check whether a path exists or inspect it before reading/removing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path under /home/tenki, e.g. /home/tenki/output.txt | |
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. |