site
Server Details
MPRP Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human handoff, not...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateMalta MPRP cost calculatorBInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| route | No | Property route | buy |
| spouse | No | Including a spouse | 0 |
| children | No | Dependent children on the application | |
| annualRent | No | Annual rent, if you lease instead | |
| propertyValue | No | Purchase price of the qualifying property | |
| adultDependants | No | Adult dependants other than the spouse |
TDQS
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.
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.
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.
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.
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.
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.
calculator_describeWhat Malta MPRP cost calculator computesAInspect
The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the burden of behavioral disclosure. It does explain what content the tool returns (inputs, outputs, assumptions, tables), but it does not state whether the operation is read-only, what the output format is, or that no calculation is performed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that efficiently conveys the scope of the tool. It wastes no words and is easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter descriptive tool, the description sufficiently outlines the content coverage: inputs, outputs, assumptions, and tables. It could be slightly more complete by explicitly noting its relationship to the 'calculate' sibling, but no critical invocation information is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description adds useful context by indicating that the calculator's inputs have units, ranges, and defaults, even though it does not enumerate them. No invocation parameters are needed, so no additional parameter semantics are required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly conveys that this tool provides information about the calculator's inputs, outputs, assumptions, and tables, which distinguishes it from the sibling 'calculate' tool. However, it lacks an explicit verb like 'returns' or 'describes', so the purpose is implied rather than directly stated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool instead of siblings such as 'calculate' or 'enquiry_describe'. The agent must infer from the name and title that this is a descriptive utility rather than a computation tool.
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 MPRP 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses meaningful behavioral traits: nothing is bought, ordered, or paid; no quote is guaranteed; it is free; and it returns who receives details, consent wording, and confirmation. It only stops short of explicitly stating that calling this tool itself is read-only and has no side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is tightly structured and front-loaded: 'Read first' grabs attention, the next sentence states the core purpose, and the following sentences add essential non-commitment details and return content. No sentence is filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter describe tool with no output schema, this is complete. An agent can determine when to call it, what it explains, and what the returned text covers, and it is clearly positioned as a precursor to submit_enquiry.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has zero parameters, so there is no parameter meaning for the description to add. The description correctly spends no time on inputs and instead clarifies the tool's informational output. Baseline 4 applies for a 0-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description is specific and action-oriented: it says the tool 'states plainly what submit_enquiry does' on the MPRP Calculator, and the title reinforces that the subject is an enquiry, not a purchase or guaranteed quote. This clearly separates it from action tools like submit_enquiry and from calculator-related siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'Read first' is explicit, front-loaded usage guidance, telling the agent this is the orientation step before submitting an enquiry. It makes the intended context clear, though it does not explicitly name alternatives or state when not to use it.
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 MPRP 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It openly describes what the tool returns (field metadata and allowed options) and how the result should be used. Although it does not explicitly state that the tool is read-only, the informational nature is evident from the description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long and contains no filler. The first sentence front-loads the core purpose and enumerates the field attributes; the second sentence provides actionable guidance on using the output. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
There is no output schema, so the description must explain what the tool returns; it does so by listing the field attributes. It also explains how to use the result with submit_enquiry, which is valuable. The main gap is not clarifying the relationship to enquiry_describe, but for a zero-parameter informational tool this is largely sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema offers no meaningful required information. Baseline for 0 parameters is 4, and the description adds useful context by explaining that the returned field keys are to be used when submitting answers. This is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool provides every field of the MPRP Calculator enquiry, including key, label, type, required status, help text, and allowed options. It does not use an explicit verb like 'list' or 'get', but the meaning is unambiguous. It distinguishes itself from submit_enquiry by saying answers should be passed to that tool keyed by field key, though it does not differentiate from the sibling enquiry_describe.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a workflow: retrieve fields from this tool, then pass answers to submit_enquiry keyed by field key. This gives clear usage context. However, it does not explicitly state when to prefer this tool over enquiry_describe or any other alternative, nor does it mention any exclusions.
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 MPRP 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 licensed immigration adviser, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to a licensed immigration adviser, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It clearly explains the two-step mutation, validation and returned summary/token, the email link requirement before any provider can see the enquiry, and the exact consent wording.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The definition is front-loaded with purpose and well organized into Step 1, Step 2, and Consent sections. It is dense but slightly long because the consent sentence repeats text already present in the schema, which is defensible for this consent-sensitive workflow.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex two-step mutation with no output schema and no annotations, it covers consent, the confirmation token flow, email gating, and provider visibility. The main gap is that it does not describe what step 2 returns or how the agent should confirm successful submission to the user.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is already 100%, so the baseline is 3. The description adds meaningful lifecycle context: answers are keyed by enquiry_fields keys, and confirmation is the token produced in step 1 and required in step 2.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource ('Submits an enquiry to MPRP Calculator') and immediately states what it is not: 'NOT a purchase, NOT a guaranteed quote.' This makes the tool's role distinct from the calculate/enquiry sibling tools without needing to inspect them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides an explicit two-step protocol: call with answers and consent=true first, then call again with the same answers, consent=true, and the confirmation token only if the person agrees. It also references enquiry_fields for answer keys and excludes purchase/quote use, though it does not explicitly name alternative sibling tools.
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.
5 tool updates
- First observed
calculate - First observed
calculator_describe - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
PRSI Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human handoff, not...
Settlement Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Exit Value Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
IT Support Cost Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA universal MCP server providing calculator and API calling tools, deployable on Cloudflare Workers.-
- AlicenseAqualityCmaintenanceThe most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.15191MIT
- FlicenseAqualityCmaintenanceCalculator-focused MCP server with tools, resources, and prompts for arithmetic operations and widget interactions.3-
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
Five tools is well-scoped for a calculator-plus-enquiry server. Each tool covers a necessary function without bloat or redundancy.
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.