list_dir
Lists files in a directory with Godot-specific file type indicators to help developers navigate project structures and identify asset types.
Instructions
List files in a directory with Godot-aware file type indicators.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path (defaults to project root) | |
| recursive | No | Whether to list recursively |