mint:read
List Model Animation Artifacts
list_model_animation_artifacts
Lists rigged-character and animation-clip artifacts without exposing direct file URLs.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- target_typerequired
"asset_pack_animation_batch" | "model_animation_batch" | "model_animation_clip"
- target_idrequired
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
{
"target_type": "model_animation_batch",
"target_id": "mabwalkcycle123"
}Example response
{
"targetType": "model_animation_batch",
"targetId": "mabwalkcycle123",
"artifacts": [
{
"id": "rigged_character_glb",
"artifactId": "rigged_character_glb",
"label": "Rigged Character GLB",
"kind": "rigged_character",
"role": "rigged_character",
"format": "glb",
"filename": "hero-runner-ycle123-rigged.glb",
"contentType": "model/gltf-binary",
"downloadable": true,
"batchId": "mabwalkcycle123",
"modelId": "mn785pg330fdx30ty4achjv80985ne5z"
},
{
"id": "clip:macwalkcycle456:animation_glb",
"artifactId": "clip:macwalkcycle456:animation_glb",
"label": "Idle GLB",
"kind": "animation_clip",
"role": "animation_clip",
"format": "glb",
"filename": "idle-cycle456.glb",
"contentType": "model/gltf-binary",
"downloadable": true,
"batchId": "mabwalkcycle123",
"clipId": "macwalkcycle456",
"modelId": "mn785pg330fdx30ty4achjv80985ne5z"
}
]
}Use cases
- Find which animation files are ready before requesting a download URL.
- Choose between rigged character GLB/FBX and per-clip animation GLB/FBX.