mint:generate:approve
Get Model Animation Artifact Manifest
get_model_animation_artifact_manifest
Returns a ready-to-copy manifest with durable URLs, suggested paths, and loader hints for animation artifacts.
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
{
"manifestVersion": 1,
"source": {
"kind": "animation",
"targetType": "model_animation_batch",
"id": "mabwalkcycle123"
},
"mintUrl": "https://mint.gg/0x1234/mn785pg330fdx30ty4achjv80985ne5z",
"artifacts": [
{
"id": "rigged_character_glb",
"label": "Rigged Character GLB",
"kind": "rigged_character",
"format": "glb",
"filename": "hero-runner-ycle123-rigged.glb",
"contentType": "model/gltf-binary",
"downloadUrl": "https://cdn.mint.gg/glb/hero-runner-ycle123-rigged.glb",
"suggestedPath": "public/models/hero-runner-ycle123-rigged.glb",
"loaderHint": "gltf",
"batchId": "mabwalkcycle123",
"modelId": "mn785pg330fdx30ty4achjv80985ne5z"
},
{
"id": "clip:macwalkcycle456:animation_glb",
"label": "Idle GLB",
"kind": "animation_clip",
"format": "glb",
"filename": "idle-cycle456.glb",
"contentType": "model/gltf-binary",
"downloadUrl": "https://cdn.mint.gg/glb/idle-cycle456.glb",
"suggestedPath": "public/animations/idle-cycle456.glb",
"loaderHint": "gltf",
"batchId": "mabwalkcycle123",
"clipId": "macwalkcycle456",
"modelId": "mn785pg330fdx30ty4achjv80985ne5z"
}
],
"presentationHint": "Use each suggestedPath as a ready project-local destination, or use downloadUrl directly in R3F animation loaders or curl."
}Use cases
- Import a full animation batch into a game without manually mapping artifact IDs.
- Download rigged character and clip files with paths an agent can copy into a project.
Related Mint workflow
AI 3D assets for Three.js →