Skip to main content
Glama

Coin IRA Crypto Calculators

Historical Crypto Investment Calculator

calculate_historical_crypto_investment
Read-onlyIdempotent

Calculate what a past USD investment in BTC, ETH, XRP, or SOL would be worth on a later date. Uses cached daily closing market prices. Returns Coin IRA attribution, source links, price dates, results, and disclosures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYesValuation date in YYYY-MM-DD format
assetYes
startYesPurchase date in YYYY-MM-DD format
amountYes

TDQS

A4.4/5.0
Behavior4/5

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

The annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond that: it uses 'cached daily closing market prices' and returns 'Coin IRA attribution, source links, price dates, results, and disclosures,' which helps set expectations about data freshness and output contents.

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?

The description is two tightly written sentences. The first states the tool's core function and inputs, and the second discloses the data source and return contents. Every sentence earns its place with no repetition of title or schema.

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

Completeness4/5

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

With no output schema, the description usefully enumerates return fields: attribution, source links, price dates, results, and disclosures. It is largely complete for a read-only calculator, though it does not address edge cases like unavailable price data for a requested date or the exact value format returned.

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

Parameters4/5

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

With 50% schema description coverage, the description compensates by clarifying that 'amount' is a USD investment, 'start' is the purchase date, and 'end' is a later valuation date. It also names the supported assets that the schema's enum lists, adding semantic meaning beyond the raw parameter definitions.

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 uses a specific verb and resource: 'Calculate what a past USD investment in BTC, ETH, XRP, or SOL would be worth on a later date.' It clearly states the assets, the investment amount, and the date-span behavior, making the tool's purpose unambiguous and distinct from the sibling retirement-projection tool.

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 provides clear context for when to use the tool: when a user wants historical crypto investment growth over a date range. However, it does not explicitly exclude alternative tools or mention the sibling calculate_retirement_projection, so an agent gets no explicit when-not-to-use guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

The two calculators serve clearly distinct purposes: one values past investments using historical market prices, while the other projects retirement growth using a constant return assumption. There is no functional overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same calculate_<descriptor>_<noun> pattern with clear, domain-appropriate verbs and nouns. The naming is fully consistent with no mixed conventions.

Tool Count3/5

With only two tools, the server feels thin for a 'calculators' surface, though each tool is purposeful and focused. The count is borderline but not unreasonable for a niche calculator server.

Completeness4/5

The two calculators cover the core stated functions of historical investment valuation and retirement projection. Minor gaps exist—such as contribution-based projections or additional IRA-specific calculators—but the primary workflows are covered without dead ends.

Resources