Skip to main content
Glama

Crossmint HR Airdrop MCP

by monostate

calculate_amounts

Calculate token amounts for employees based on uniform distribution or role-specific allocations using roleAmounts or uniformAmount inputs in the Crossmint HR Airdrop MCP server.

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" }

Other Tools from Crossmint HR Airdrop MCP

Related Tools

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