animation_list
List all animations in a Godot scene by specifying the project and scene paths. Returns a JSON array of animation names.
Instructions
List all animations in a scene.
Category: Animation
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project)
Returns: JSON string containing list of animations or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |