create_token
Generate a new Solana token by specifying name, symbol, supply, and decimals. Designed for HR teams using Crossmint HR Airdrop MCP to facilitate role-based token distribution and email notifications.
Instructions
Create a new Solana token
Input Schema
Name | Required | Description | Default |
---|---|---|---|
decimals | No | Token decimals (default: 9) | |
name | Yes | Token name | |
supply | Yes | Total token supply | |
symbol | Yes | Token symbol |