mint:read
Get Mint Context
get_mint_context
Gives your agent a quick overview of your account — credits, projects, and recent work.
Parameters
Input schema generated from the registry. Required parameters are tagged.
- 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
{}Example response
{
"asOf": "2026-04-28T22:11:04.000Z",
"account": {
"userId": "user_2k4N9pQrS",
"scopes": [
"mint:read",
"mint:generate:start",
"mint:generate:approve"
]
},
"billing": {
"plan": "pro",
"credits": 1840,
"freePreviewBudget": 12
},
"projects": {
"totalKnown": 7
},
"recentWorlds": [
{
"id": "wd123abc456def789ghi012jkl345mno",
"name": "Sunlit Atrium",
"assetStage": "succeeded"
}
],
"recentModels": [
{
"id": "mn785pg330fdx30ty4achjv80985ne5z",
"name": "Blush Cloud Loveseat",
"assetStage": "succeeded"
}
],
"activeRuns": []
}Use cases
- Orient an agent at the start of a session in one round-trip.
- Hydrate account, credits, and recent assets without making multiple calls.