get_animation
Retrieve animation details, elements, and linked scripts by animation ID or name. Optionally include SVG content.
Instructions
Get animation details, elements, and linked scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| animation_id | No | Animation ID | |
| animation_name | No | Animation name (partial match, used if animation_id not provided) | |
| project_id | No | Project ID (for name-based search) | |
| include_svg | No | Include SVG content (default: false) | |
| include_elements | No | Include elements (default: true) |