mint:read
List Model Animation Options
list_model_animation_options
Browses the checked-in Meshy animation catalog without starting an animation run.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- query
string
Optional behavior, role, or companion-asset query such as locomotion, rifle, seated, or door.
- category
string
- include_disabled
boolean
- limit
number
- cursor
string
- contextrequired
string
Describe the user's goal and why this tool helps in 15-25 words. Do not include credentials, personal data, identifiers, URLs, emails, or account addresses.
Example request
{
"query": "idle wave",
"limit": 3
}Example response
{
"catalogProvider": "meshy",
"catalogRowCount": 678,
"enabledRowCount": 673,
"maxSelection": 10,
"items": [
{
"actionId": 112,
"displayName": "Idle",
"category": "idle",
"subcategory": "neutral",
"enabled": true
}
],
"nextCursor": null,
"totalKnown": 1
}Use cases
- Let a user choose exact animation presets.
- Find valid action IDs before calling animate_generated_model.
Related Mint workflow
AI rigging and 3D animation →