Skip to main content
Glama

What Crypto licence cost calculator computes

calculator_describe

The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It usefully states that the tool returns inputs (with units, ranges, defaults), outputs, assumptions, and tables, giving a clear expectation of content. It does not mention any side effects or limitations, but for a describe-only tool this is largely sufficient.

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 a single focused sentence that front-loads the main content areas: inputs, outputs, assumptions, and tables. Every phrase adds useful meaning with no redundancy or filler.

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?

For a zero-parameter descriptive tool, the description is largely complete: it names the categories of information returned. However, it does not describe the format of the output or whether it includes examples, which would strengthen completeness given there is no output schema.

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?

The tool has zero parameters, so the baseline is 4. The description adds meaningful context about the calculator's inputs and outputs, even though there are no parameter schemas to elaborate on.

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 specifies what the tool does: it presents the calculator's inputs, outputs, assumptions, and underlying tables. This distinguishes it from siblings like 'calculate' and 'enquiry_describe' by focusing solely on explaining the calculation model rather than performing or handling enquiries.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool instead of siblings such as 'calculate' or 'enquiry_describe'. The description implies it is informational, but it does not explicitly say to consult this before performing a calculation or to understand the calculator's model.

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

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct concern: running the calculator, describing the calculator, explaining the enquiry flow, listing enquiry fields, and submitting an enquiry. The two describe tools are clearly separated by domain prefix, so an agent should not confuse them.

Naming Consistency3/5

The names are readable and grouped by area, but the convention is mixed: 'calculate' is a bare verb, 'calculator_describe' and 'enquiry_describe' use noun_describe, 'enquiry_fields' is noun_noun, and 'submit_enquiry' is verb_noun. There is no single consistent verb_noun pattern.

Tool Count5/5

Five tools is well-scoped for a focused calculator-plus-enquiry server. Each tool earns its place and there is no redundant surface area.

Completeness5/5

The surface covers both core flows completely: calculating costs (including documenting inputs/defaults) and submitting an enquiry (describing the process, providing fields, and handling the two-step confirmation). No obvious dead ends or missing operations for the stated purpose.

Resources