spine_recommend_animation_params
Recommends animation parameters for Spine based on user goal and character type, using learned presets. Falls back to defaults when knowledge is missing.
Instructions
Use this to turn a user goal into recommended BasicAnimationRequest parameters using learned corpus presets and naming rules. It returns recommendedAnimations, duration, preset params, warnings, and a short reasoning summary. If knowledge is missing, it falls back to built-in defaults. Do not use it to write files, call Spine CLI, or build projects directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userGoal | Yes | User's animation goal, for example a cute cat loading animation with blink and tail wag. | |
| knowledgeDir | No | Directory containing learned knowledge files. Defaults to project knowledge/. | |
| characterType | No | Character category used to choose default layout and animation presets. | |
| availableAssetRoles | No | Optional asset roles currently available, such as body, head, tail, eye_left, eye_right. |