create_animation
Build custom animation sequences by defining poses and timing, then save them for playback in the Maid-MCP avatar system.
Instructions
Create and save a custom animation sequence
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique ID for the animation | |
| name | Yes | Display name for the animation | |
| frames | Yes | Comma-separated list of poses | |
| fps | No | Frames per second (default: 2) | |
| loop | No | Whether to loop (default: false) |