Skip to main content
Glama

Crypto licence cost calculator

calculate

Run the Crypto licence cost calculator calculator: Published regulator fees, year one; Published regulator fees, year one; How this regulator charges; MiCA minimum capital you must hold (Annex IV). Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
servicesNoHow many of the ten crypto-asset services will the authorisation cover?
jurisdictionNoWhere are you applying?mt
serviceClassNoHighest class of service you will provide2

Schema Changelog

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

  1. First observed

TDQS

C2.4/5.0
Behavior2/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, but it only mentions default fallback. It does not state whether the operation is read-only, what outputs are produced, or any side effects, and the duplicated phrase adds confusion.

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

Conciseness2/5

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

The description is short but poorly structured: 'calculator calculator' is redundant and 'Published regulator fees, year one' appears twice. It reads like a malformed concatenation rather than a clean, front-loaded explanation.

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

Completeness2/5

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

Given three parameters, no annotations, and no output schema, the description is incomplete. It does not explain what the calculator returns, how the listed regulator fees and MiCA minimum capital relate to the result, or which specific defaults apply to missing inputs.

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 description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond the generic 'Missing inputs fall back to their documented defaults', which does not enhance the schema's already-provided parameter descriptions.

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

Purpose3/5

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

The description says 'Run the Crypto licence cost calculator calculator', which names a verb and resource, but the redundant 'calculator calculator' and the repeated 'Published regulator fees, year one' fragment muddy the meaning. It does not differentiate from sibling tools like calculator_describe.

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?

There is no guidance on when to use this tool versus alternatives. The only usage-related note, 'Missing inputs fall back to their documented defaults', concerns input behavior rather than selecting this tool over a sibling.

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