Skip to main content
Glama

Crossmint HR Airdrop MCP

by monostate

calculate_amounts

Determine Solana token allocations for employees based on uniform amounts or role-based specifications, enabling HR teams to organize airdrops with precise calculations.

Instructions

Calculate token amounts for each employee

Input Schema

NameRequiredDescriptionDefault
roleAmountsNoToken amounts by role (if CSV with roles is used)
uniformAmountNoUniform amount for all employees (if no CSV role-mapping is used)

Input Schema (JSON Schema)

{ "properties": { "roleAmounts": { "description": "Token amounts by role (if CSV with roles is used)", "properties": { "VIP": { "type": "number" }, "VP": { "type": "number" }, "developer": { "type": "number" }, "manager": { "type": "number" }, "operational": { "type": "number" } }, "type": "object" }, "uniformAmount": { "description": "Uniform amount for all employees (if no CSV role-mapping is used)", "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/monostate/Employees-Airdrop-Rewards-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server