mint:read
Who Am I
who_am_i
Tells your agent who's signed in, what they're allowed to do, and how many credits they have.
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
{
"userId": "user_2k4N9pQrS",
"scopes": [
"mint:read",
"mint:generate:start",
"mint:generate:approve"
],
"capabilities": {
"read": true,
"startGeneration": true,
"retrieveArtifacts": true
},
"preflight": {
"readyForAssetPipeline": true,
"missingScopes": [],
"recoverable": false,
"recommendedAction": null
},
"subscription": null,
"credits": {
"totalAvailable": 5000,
"monthlyRemaining": 0,
"usageCredits": 5000
}
}Use cases
- Confirm the connected Mint account when an agent first connects.
- Confirm a new MCP sign-up received welcome credits before the first request.