mint:read
List My Assets
list_my_assets
Lists your worlds, models, asset packs, materials, audio, and Studio projects with Mint handoff links — all in one place.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- limit
number
Maximum number of assets to return, from 1 through 50.
- 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
{
"limit": 10
}Example response
{
"items": [
{
"type": "model",
"id": "mn785pg330fdx30ty4achjv80985ne5z",
"name": "Blush Cloud Loveseat",
"status": "succeeded",
"assetStage": "final",
"previewImageUrl": "https://cdn.mint.gg/images/models/blush-cloud-loveseat-preview.webp",
"chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3",
"updatedAt": 1745625600000
},
{
"type": "world",
"id": "wd123abc456def789ghi012jkl345mno",
"name": "Sunlit Atrium",
"status": "preview_ready",
"assetStage": "preview",
"previewImageUrl": "https://cdn.mint.gg/images/worlds/sunlit-atrium-preview.webp",
"chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3",
"updatedAt": 1745622000000
},
{
"type": "audio",
"id": "audcoinpickup123",
"name": "Coin Pickup",
"status": "succeeded",
"assetStage": "final",
"previewImageUrl": null,
"chatUrl": "https://mint.gg/chat/j572z3a4b5c6d7e8f9g0h1i2j3",
"updatedAt": 1745621000000
}
],
"nextCursor": null,
"totalKnown": 18
}Use cases
- Browse your owned worlds, models, asset packs, materials, audio, and Studio projects in one list.
- Pick a recent asset to revise or reference in another generation.