Skip to main content
Glama

Late payment interest calculator

calculate

Run the Late payment interest calculator calculator: Statutory interest rate (base rate plus 8%); Interest per day (£); Statutory interest to date (£); Fixed compensation, section 5A (£). Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoDays the payment has been late
debtNoInvoice amount still unpaid
baseRateNoBank of England base rate
purchaserNoWho owes you the moneybusiness
extraCostsNoReasonable recovery costs above the fixed sum

Schema Changelog

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

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does disclose default-fallback behavior and the computed outputs, but it remains silent on side effects, auth requirements, or the exact return format. That is adequate for a calculator but not rich.

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

Conciseness4/5

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

The description is compact and front-loaded with the core action, and every clause adds information (outputs, fallback behavior). It loses a point for the awkward 'calculator calculator' repetition and the dense run-on structure.

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

Completeness3/5

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

Given no annotations or output schema, the output list and fallback note are helpful, but the description does not explain how purchaser affects the fixed compensation or what the returned object looks like. It is functional but leaves some context to inference.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds value by stating that the statutory interest rate is base rate plus 8% and by naming the computed output fields, which clarifies how parameters such as baseRate feed into results.

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

Purpose4/5

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

The description states a specific action ('Run the ... calculator') and enumerates the outputs (statutory interest rate, interest per day, etc.), so an agent can tell what the tool computes. However, it does not distinguish itself from siblings like calculator_describe, and the duplicated 'calculator calculator' wording is slightly sloppy.

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 choose this tool over the sibling tools, nor any stated prerequisites or exclusion criteria. The only operational hint is that missing inputs fall back to defaults, which is a behavior note, not a usage policy.

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.9/5.0
Disambiguation5/5

Each tool has a distinct role: calculate executes the calculator, calculator_describe documents it, enquiry_describe explains the enquiry process, enquiry_fields provides the schema, and submit_enquiry performs the submission. No two tools appear to do the same thing.

Naming Consistency2/5

Naming conventions are mixed: calculate and submit_enquiry are verb-led, while calculator_describe, enquiry_describe, and enquiry_fields are noun-led. The lack of a consistent verb_noun or noun_verb pattern makes the set feel uneven.

Tool Count5/5

Five tools is well-scoped for this small site: two support the calculator workflow and three support the enquiry workflow. Each tool has a clear purpose and none are redundant.

Completeness5/5

The calculator has run and documentation coverage, and the enquiry has explanation, field schema, and a validated two-step submission process. The core user journeys are fully supported with no obvious dead ends.

Resources