scene_list
List all scene files (.tscn) in a Godot project, with optional subdirectory filtering and recursive search.
Instructions
List all scene files (.tscn) in a Godot project.
Category: Scene
Args: project_path: Path to the Godot project directory directory: Optional subdirectory to search in (relative to project root) recursive: Whether to search recursively (default: True)
Returns: JSON array containing scene file paths relative to project root
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| directory | No | ||
| recursive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |