List Open Scenes
godot_list_scenesList all open scenes in the Godot editor, including the active scene, to manage scene trees and track project structure.
Instructions
Returns all scenes currently open in the Godot editor, including the active scene.
Returns: Array of scene objects: { path: string, root_node: string, root_type: string, node_count: number }
Examples:
Use when: "What scenes are open?" or "List all scenes"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||