list_dir
List files and directories to orient in an unfamiliar repo area. Automatically skips build outputs, node_modules, and .git. For specific lookups, use search_code.
Instructions
List files and directories. Use for orientation in an unfamiliar area of the repo. Build outputs, node_modules and .git are skipped automatically. Prefer search_code when you are looking for something specific.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory relative to the workspace root. Default: "." | |
| depth | No | Levels to descend, 1-6. Default 1. | |
| limit | No | Max entries. Default 500. | |
| workspace | No | Workspace alias. Defaults to the active workspace. | |
| include_hidden | No | Include dot-files. Default false. |