Get token metadata: name, symbol, decimals, supply, mint/freeze authority, mutability, and image. Lightweight call — use before any new token interaction.
| Name | Type | Required | Description |
|---|---|---|---|
| mintAddress | string | required | Solana token mint address (base58) |
// MCP tool call
{
"name": "token_metadata",
"arguments": {
"mintAddress": ""
}
}
// Add to your MCP config — this tool is immediately available
{
"mcpServers": {
"toolbooth": { "url": "https://toolbooth.io/mcp" }
}
}