read_animation
Inspect animation tracks and keyframes in a Godot scene. Provide a scene path to list animations or fetch a specific animation's data.
Instructions
Read animation tracks and keyframes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | Path to .tscn scene file containing the AnimationPlayer | |
| animation_name | No | Specific animation name to read (default: list all) |