inspect_animation_players
Inspect a Godot scene to list all AnimationPlayer nodes and their animation names. Useful for locating animations to control in automated tests or editor workflows.
Instructions
Inspect AnimationPlayer nodes and animation names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenePath | Yes | ||
| projectPath | No | Optional absolute Godot project path. Defaults to the project selected in Godot MCP Toolkit. |