Skip to main content
Glama

What Pub mortgage 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

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It indicates that the tool provides descriptive information about calculator inputs, outputs, and assumptions, which suggests a read-only metadata operation. However, it does not explicitly state that no calculation is performed or that no side effects occur, which would improve clarity.

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 concise sentence that lists the three key content areas: inputs, outputs, and assumptions/tables. It contains no filler, though it is grammatically a sentence fragment rather than a complete statement with a main verb.

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 simple zero-parameter describe tool with no output schema, the description covers the main aspects an agent would want to know: inputs with units/ranges/defaults, outputs, and assumptions/tables. It is nearly complete, though an explicit note that this tool does not perform the calculation itself would fully close the loop with the 'calculate' sibling.

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 description is not required to document any. The mention of calculator inputs refers to the calculator being described, not to this tool's own parameters, so the 0-param baseline of 4 applies without needing additional detail.

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 title 'What Pub mortgage calculator computes' and description make clear this tool describes the calculator's inputs, outputs, and underlying assumptions. It is distinguishable from the sibling 'calculate' tool, which presumably performs the calculation, but the description itself lacks an explicit verb such as 'returns' or 'explains' and relies partly on the title for clarity.

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?

The description implies this is the tool to use when an agent needs to know the calculator's inputs, defaults, outputs, or assumptions. However, it does not explicitly say when to use this instead of 'calculate' or any other sibling tool, leaving the usage context mostly implicit.

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