list_directory
Retrieve a single directory level as structured name/type entries, including dotfiles, without recursing into subdirectories. Use it to inspect immediate contents deterministically.
Instructions
List one directory level as deterministic structured name/type entries, including dotfiles. This tool is intentionally non-recursive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Base directory. Defaults to the agent user home directory. | |
| path | No | Directory path. Relative paths are resolved against cwd. | . |