list_scenes
List available scenes in the current project, returning their IDs and names for use in scene operations.
Instructions
List the scenes in the current project/branch. Returns scene records including id, uniqueId and name. Use uniqueId with load_scene to switch scenes, and id with get_scene / duplicate_scene / delete_scene. When NOT to use: to list assets (use list_assets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||