Skip to main content
Glama

crypto_vesting-schedule

Read-onlyIdempotent

Compute token vesting schedules with cliff, linear vesting, and TGE unlock. Returns period-by-period unlock amounts and cumulative totals for any grant.

Instructions

Token vesting schedule with cliff, linear/graded unlock, and TGE.

Use when computing a token vesting schedule with cliff and linear vesting. Provide total tokens, cliff period, vesting duration, and TGE unlock percentage. Returns: period-by-period unlock schedule with cumulative totals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tge_pctNoPercentage unlocked at Token Generation Event (0-100)
start_dateNoVesting start date (YYYY-MM-DD)2025-01-01
cliff_monthsNoCliff period in months
total_tokensYesTotal tokens in the vesting grant
vesting_typeNoVesting schedule typelinear
vesting_monthsNoTotal vesting duration in months
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=true, idempotentHint=true, destructiveHint=false, and the description adds that it returns a period-by-period unlock schedule with cumulative totals, which is consistent and adds value beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with front-loaded purpose and usage guidance. No redundant information, every sentence serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no output schema, the description adequately states it returns a period-by-period unlock schedule with cumulative totals. Combined with schema descriptions for parameters, the tool is fully specified for its simple computational role.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with parameter descriptions. The overall description summarizes key inputs (total tokens, cliff period, vesting duration, TGE unlock percentage) but does not add significant detail beyond the schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it computes a token vesting schedule with cliff, linear/graded unlock, and TGE, distinguishing it from all sibling tools which cover other financial calculations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use when computing a token vesting schedule with cliff and linear vesting', providing clear context for when to invoke. It does not mention exclusions, but the specific domain is sufficiently narrow.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/QuantOracledev/quantoracle'

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