Skip to main content
Glama

Malta MPRP cost calculator

calculate

Run the Malta MPRP cost calculator calculator: Non-refundable administrative fee; Government contribution; Donation to a Maltese NGO; Adult dependant fees at €7,500 each. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routeNoProperty routebuy
spouseNoIncluding a spouse0
childrenNoDependent children on the application
annualRentNoAnnual rent, if you lease instead
propertyValueNoPurchase price of the qualifying property
adultDependantsNoAdult dependants other than the spouse

Schema Changelog

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

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations supplied, the description carries the burden of behavioral disclosure. It helpfully states that missing inputs fall back to documented defaults and lists the calculator's components, but it does not mention whether the tool has side effects, what its output looks like, or any prerequisites.

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

Conciseness3/5

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

The description is short and starts with the main action, but it contains an obvious redundancy ('calculator calculator') and presents the cost components as a run-on list. It would be cleaner and more readable as a structured breakdown.

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 a tool with 6 parameters, no output schema, and no annotations, the description provides core calculation context and a useful default-behavior note. However, it omits any statement of the return value and does not clarify potentially ambiguous parameters such as route or spouse string format.

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% and every parameter already has a description and default, so the schema handles most parameter meaning. The description adds meaningful value by specifying that adult dependant fees are €7,500 each, which is not stated in the adultDependants parameter description.

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 names a specific action ('Run') and a specific resource ('Malta MPRP cost calculator') and enumerates the cost components, so an agent can tell this is a calculation tool rather than a describe tool. It does not explicitly distinguish it from sibling tools like calculator_describe, though 'Run' implies execution.

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 about when to use this tool versus alternatives such as calculator_describe or submit_enquiry. The imperative 'Run' implies a use case, but no conditions, exclusions, or alternative-selection cues are provided.

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 clearly distinct purpose: calculate runs the calculator, calculator_describe explains the calculator, enquiry_describe explains the enquiry flow, enquiry_fields provides the schema, and submit_enquiry submits. There is no meaningful overlap or ambiguity between them.

Naming Consistency3/5

The names are readable but follow mixed conventions: 'calculate' is a bare verb, while 'calculator_describe' and 'enquiry_describe' use noun_verb reversed, and 'enquiry_fields' is a noun phrase. The pattern is not chaotic, but it is inconsistent enough to be noticeable.

Tool Count5/5

Five tools is well-scoped for a calculator-plus-enquiry server. Each tool covers a necessary function without bloat or redundancy.

Completeness5/5

The toolset fully covers its stated domain: calculating costs, understanding the calculator, understanding the enquiry process, fetching the enquiry fields, and submitting an enquiry. There are no obvious dead ends or missing operations.

Resources