list_scene_backups
List available backups for a Godot scene file, ordered by most recent, to review restore points before restoring a backup.
Instructions
List all available backups for a scene file, ordered by most recent first. Use this to review available restore points before calling restore_scene_backup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Scene path relative to project (e.g. scenes/level.tscn) |