blender_download_animations
Find and download animations by keyword, source, and limit, optionally attaching them to objects directly from Blender. Narrow results to match specific actions like walk or idle.
Instructions
Search downloadable animation sources and list what is available.
Pass apply_to to import and attach the result in the same call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | What to look for, e.g. 'walk' or 'idle'. | |
| source | No | Animation source id. | mixamo |
| apply_to | No | Objects to attach the animation to. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |