Skip to main content
Glama

Server Details

HMO Mortgage Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
calculateHMO mortgage calculatorAInspect

Run the HMO 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
loanNoLoan amount
termNoTerm in years
costsNoAnnual running costs, bills and management
roomsNoNumber of lettable rooms
voidsNoVoid and bad debt allowance (%)
marginNoMargin over Bank Rate (%)
roomRentNoRent per room per month
arrFeePctNoArrangement fee (% of loan)
otherFeesNoValuation, legal and broker fees

TDQS

A3.5/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 full burden. It discloses the key behavioral trait of fallback to documented defaults for missing inputs, and enumerates the outputs produced. However, it does not mention side effects (though likely pure), error behavior, or any constraints such as value ranges. For a calculator, the listed outputs and default behavior provide moderate transparency, but more could be said about edge cases or return format.

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 a single, front-loaded sentence that starts with the action and then lists the outputs. It is compact with no wasted words. The minor redundancy 'calculator calculator' is a slight stylistic flaw but does not impede comprehension.

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?

Given 9 parameters, all documented in the schema, and no output schema, the description compensates by explicitly listing the computed results. It also clarifies the default-fallback behavior. While it does not describe the exact return structure or handle invalid input scenarios, it is reasonably complete for a straightforward calculator tool.

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 each of the 9 parameters already has a description and default in the schema. The tool description adds no extra parameter-level meaning beyond what the schema provides, such as units, relationships, or constraints. Thus the baseline of 3 applies.

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 states a specific verb ('Run') and a specific resource ('HMO mortgage calculator'), followed by a precise list of computed outputs (all-in interest rate, monthly payment variants, arrangement fee). It is immediately distinguishable from sibling tools like calculator_describe or enquiry_fields, which serve different purposes.

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?

The description provides no guidance on when to use this tool versus its siblings. It does not mention any exclusions or alternatives, such as when to use calculator_describe instead. The only usage hint is about missing inputs falling back to defaults, which is a parameter behavior, not a selection criterion.

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

calculator_describeWhat HMO mortgage calculator computesAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are present, so the description carries the full behavioral disclosure burden. It does reveal what the tool returns—information about inputs, outputs, assumptions, and tables—but it does not explicitly state whether it is read-only, whether it performs any calculation, or what the output format is. This is acceptable for a describe tool but not richly transparent.

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?

A single sentence that efficiently enumerates the three main content areas: inputs, outputs, and assumptions/tables. It is front-loaded with the most important information and contains no fluff.

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

Completeness5/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 with no output schema, this description fully covers what an agent needs to know: what the tool will tell them about the calculator. No critical detail is missing for deciding whether to invoke it.

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 and 100% schema coverage, so the baseline is 4. The description adds useful detail about what parameter information will be covered (units, ranges, defaults), even though the tool itself takes no parameters.

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 states that this tool describes the calculator's inputs, outputs, assumptions, and tables. This distinguishes it from the sibling tool 'calculate', which presumably performs the calculation rather than describing it.

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: an agent would consult this before calling calculate to understand inputs and behavior. However, there is no explicit when-to-use or when-not-to-use guidance, and no alternative tools are named.

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

enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on HMO Mortgage Calculator: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and mostly meets it: it states the tool returns explanatory content and specifies what that content covers (recipients, consent wording, confirmation method). It does not explicitly say 'this tool itself has no side effects' or 'does not submit an enquiry,' but the verbs 'States' and 'returns' strongly signal a read-only informational tool.

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 short, front-loaded with 'Read first,' and every clause contributes meaning. The 'Also returns' sentence is slightly ambiguous about its subject, and the title duplicates some of the body's content, but overall the structure is efficient.

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-input, no-output-schema explainer tool, the description is nearly complete: it names the product context, the sibling it explains, and the topics its output covers. It could more explicitly declare that this tool itself does not create or submit anything, but that is strongly implied by the framing.

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 and the schema is already fully covering that (an empty schema), so there are no parameter semantics to add. The description adds useful non-schema context about what the returned explanation contains, which is the relevant semantic value here.

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 ('States') against a specific resource ('what submit_enquiry does on HMO Mortgage Calculator') and then concretely defines that scope: it starts an enquiry with human providers, not a purchase or guaranteed quote. This clearly separates it from submit_enquiry (the action itself) and from other describe/calculation siblings.

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 opening 'Read first' explicitly instructs when to use this tool — before relying on or acting through submit_enquiry. It identifies the target sibling and the intended context, though it does not explicitly compare against calculator_describe or enquiry_fields.

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

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the HMO Mortgage Calculator enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/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, and it discloses the returned content in detail without claiming any mutation or side effect. The instruction to pass answers to submit_enquiry implies this is a read-only metadata lookup, and the tool's output structure is made transparent.

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 sentences with no filler. It front-loads the core purpose and then delivers the actionable guidance about submit_enquiry, making every sentence useful.

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

Completeness5/5

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

Given zero parameters and no output schema, the description fully covers what an agent needs: what the tool returns, the meaning of each field, and how to use the result with submit_enquiry. Nothing essential is missing.

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 of 4 applies. The description adds no parameter detail because there are no parameters to describe; the empty schema is complete and consistent.

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 names exactly what the tool exposes — every field of the HMO Mortgage Calculator enquiry — and enumerates the returned attributes: key, label, type, required, help text, and allowed options. This clearly distinguishes it from the sibling tools like calculator_describe and enquiry_describe by focusing on structured field metadata.

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 gives a concrete usage context: 'Pass answers to submit_enquiry keyed by field key,' which tells an agent this tool is the source for building valid submissions. It does not explicitly state when not to use it or name alternatives, but the connection to submit_enquiry is clear.

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

submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect

Submits an enquiry to HMO Mortgage Calculator — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a specialist HMO mortgage broker, who'll contact me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to a specialist HMO mortgage broker, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and delivers thoroughly: it discloses that step 1 only validates (returns summary, consent line, confirmation token), that step 2 actually submits, that the person receives an email with a click-required link before any provider sees it, and the exact consent wording. No runtime surprises are left unstated.

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 long but every sentence earns its place: the key caveat is front-loaded ('not a purchase'), steps are explicitly labeled, and the consent text is included verbatim since it is legally/operationally critical. No filler or repetition of schema content.

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

Completeness5/5

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

For a two-step consent-gated submission tool with no output schema, the description covers everything needed to call it correctly: return values of step 1, the token handoff, the email link requirement, and the full consent wording. An agent can execute both steps correctly without further information.

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 coverage is 100%, so the baseline is 3. The description adds value beyond the schema by wiring the three parameters into the flow: answers come keyed from enquiry_fields, consent=true gates step 1, and the confirmation token is only added in step 2 after approval. This clarifies the temporal dependency among parameters that the schema alone does not convey.

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?

Opens with a specific verb+resource ('Submits an enquiry to HMO Mortgage Calculator') and immediately sets scope boundaries: 'NOT a purchase, NOT a guaranteed quote.' The two-step nature and the consent requirement are stated upfront, so an agent knows exactly what action this tool performs and what it does not.

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?

Provides an explicit two-step protocol: call with answers and consent=true first, show the person the summary and consent line, then 'only if the person agrees' call again with the confirmation token. It references enquiry_fields for the answer keys, implying how to prepare input. It does not explicitly contrast against siblings like enquiry_describe, but the step-by-step when-to-call guidance is concrete and unambiguous.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • First observedcalculate
    • First observedcalculator_describe
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct role: calculate performs the mortgage math, calculator_describe explains its interface, enquiry_describe outlines the submission flow, enquiry_fields provides the form schema, and submit_enquiry handles the two-step consent submission. No two tools overlap in purpose.

Naming Consistency3/5

All names are lowercase snake_case, but the verb/noun ordering is mixed: calculate and submit_enquiry are verb-first, calculator_describe and enquiry_describe are noun-first, and enquiry_fields is noun-noun. The pattern is readable but not fully predictable.

Tool Count5/5

Five tools is a well-scoped set for a calculator plus enquiry workflow, with each tool earning its place and no redundant or missing entries at this granularity.

Completeness5/5

The tool surface fully covers the domain's two user journeys: running the mortgage calculator and submitting a consent-based enquiry. There are no dead ends—calculation results and submission confirmations are both provided, and metadata tools support the actions.

Resources