Spl-token Mint To
spl-token_mintToMint additional tokens to a destination wallet by providing mint, authority, destination, and amount in raw units.
Instructions
Mint additional tokens to a destination wallet (requires mint authority). SAP MCP context: Protocol spl-token; operation class write. Use for SPL token deploy, mint, transfer, burn, freeze, thaw, and authority management. Confirm mint, decimals, authority, recipient, and amount before writes. Use token tools alongside SAP payments and settlement tools only when token operations are part of the agent service lifecycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | Token mint address | |
| amount | Yes | Amount to mint (raw, smallest unit) | |
| destination | Yes | Wallet to receive minted tokens | |
| mintAuthority | Yes | Mint authority wallet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |