List Scene Files
godot_list_scenesList every .tscn scene file in a Godot project and return their paths, optionally relative to the project root, to quickly locate available scenes.
Instructions
List all .tscn scene files in the Godot project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative | No | Return paths relative to project root (default True) | |
| project_path | No | Optional path to project root |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |