Skip to main content
Glama

Pub mortgage calculator

calculate

Run the Pub mortgage calculator calculator: All-in interest rate; Monthly payment, capital and interest; Monthly payment, interest only; Arrangement fee. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fmtNoAnnual net profit before rent and finance (FMT)
loanNoLoan amount
termNoTerm in years
bricksNoBricks and mortar value if it stopped trading
marginNoMargin over Bank Rate (%)
multipleNoGoing concern multiple applied to FMT
arrFeePctNoArrangement fee (% of loan)
otherFeesNoValuation, legal and broker fees

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Since no annotations are supplied, the description has the full transparency burden. It does disclose the computed result categories and the fallback-to-defaults behavior, which is useful. However, it does not state whether the operation is purely read-only/stateless, how results are returned, or any assumptions/constraints beyond the documented defaults.

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?

A single sentence with the key action and output list front-loaded, and no filler. The typo 'calculator calculator' and the compact semicolon-separated output list keep it from being a perfect 5, but it is still appropriately concise.

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?

For an eight-parameter calculator with no output schema and no annotations, the description could do more: it lists the output categories and notes default fallback, but it omits output shape/units, whether results are returned as a single object, and how this relates to the sibling enquiry/calculator-describe tools. It is adequate but not rich.

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?

All eight parameters are already described in the input schema (100% coverage), so the baseline of 3 applies. The description adds no per-parameter semantics beyond pointing to 'documented defaults,' but the schema carries that weight.

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 identifies a specific action ('Run') and resource ('Pub mortgage calculator') and enumerates the four outputs, so an agent can tell this tool computes mortgage figures. It does not explicitly contrast it with the sibling calculator_describe, and the doubled 'calculator calculator' wording is a minor blemish, so it falls just short of a 5.

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

Usage Guidelines3/5

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

Usage is implied: call this tool when the requested outputs are mortgage payment/interest/fee figures, and omitted inputs will use defaults. There is no explicit when-not-to-use guidance or mention of alternatives such as calculator_describe or submit_enquiry, so the guidance is adequate but not explicit.

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 targets a distinct concern: calculate runs the calculator, calculator_describe documents its inputs/outputs, enquiry_describe explains the submission flow, enquiry_fields provides the schema, and submit_enquiry performs the two-step submission. There is no real overlap in purpose despite some similar naming.

Naming Consistency2/5

The naming convention is inconsistent: some tools are verb-first (calculate, submit_enquiry) while others are noun-first (calculator_describe, enquiry_describe, enquiry_fields). The mixed ordering and inconsistent verb/noun placement make the tool names harder to predict.

Tool Count5/5

Five tools is well-scoped for a focused mortgage calculator and enquiry submission server. Each tool fills a necessary role, and there is no bloat or redundancy.

Completeness5/5

The surface covers the full workflow: understanding the calculator, executing it, reading the enquiry process, fetching the required fields, and submitting with two-step consent. There are no obvious missing operations for the stated purpose.

Resources