mint:generate:approve
Get Model Animation Artifact
get_model_animation_artifact
Returns a Mint app link and durable download URL for a chosen animation artifact.
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
- artifact_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",
"artifact_id": "clip:macwalkcycle456:animation_glb"
}Example response
{
"artifact": {
"id": "clip:macwalkcycle456:animation_glb",
"label": "Idle GLB",
"kind": "animation_clip",
"format": "glb",
"filename": "idle-cycle456.glb",
"contentType": "model/gltf-binary",
"downloadable": true
},
"mintUrl": "https://mint.gg/0x1234/mn785pg330fdx30ty4achjv80985ne5z",
"downloadUrl": "https://cdn.mint.gg/glb/idle-cycle456.glb"
}Use cases
- Download a completed walk-cycle GLB into a code project.
- Load animation files directly in R3F without exposing raw provider internals.