site
Server Details
Malta Payroll Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateMalta salary calculatorAInspect
Run the Malta salary calculator calculator: Income tax for the year; Employee social security (Class 1); Net annual pay; Net pay per month. Missing inputs fall back to their documented defaults.
| Name | Required | Description | Default |
|---|---|---|---|
| born | No | Date of birth | post62 |
| rates | No | Tax computation | single |
| salary | No | Gross annual basic salary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the transparency burden. It discloses a meaningful runtime behavior—missing inputs fall back to documented defaults—and lists the computed output categories. It does not discuss error handling or side effects, but for an idempotent calculation tool this is reasonably transparent.
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 compact and front-loaded with the action, followed by a clear list of outputs and a short defaults statement. It earns its place, though the redundancy in 'calculator calculator' and the minor typo keep it from being perfect.
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?
Given that there is no output schema, the description sufficiently covers return values by listing the four output categories. It also notes the default fallback behavior, and the input schema fully documents the three optional parameters. Minor gaps such as currency and the semantics of the born cohort are not addressed, but the description is otherwise complete enough for this simple tool.
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%, with every parameter (born, rates, salary) already documented and rates having an enum. The tool description only reiterates the default-fallback behavior already visible in the schema and adds no new parameter-specific meaning, so the baseline score of 3 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 the action ('Run the Malta salary calculator') and enumerates the exact outputs: income tax, employee social security, net annual pay, and net pay per month. This makes it identifiable as the calculation tool rather than the sibling describe/enquiry tools, though it does not explicitly name or compare against those 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?
Usage is implied: if an agent needs Malta salary/tax/net pay calculations, this tool is the natural match, and 'Run' signals execution. However, there is no explicit when-to-use guidance, no exclusion conditions, and no alternative routing such as 'use calculator_describe for details'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculator_describeWhat Malta salary 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?
With no annotations, the description carries the full burden. It discloses the content categories (inputs, outputs, assumptions, tables) but does not explicitly state that the tool is read-only, returns documentation rather than performing a calculation, or describe any side effects. The name 'describe' mitigates this, but the text alone is not fully explicit.
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?
One compact sentence front-loads the content scope and uses parallel structure to list the three components. There is no fluff or repetition; every clause carries information.
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 without an output schema, the description gives a sufficient high-level contract: what the returned description covers. It could be more complete by mentioning the form of the output or how it relates to the 'calculate' sibling, but these are minor.
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 input schema has zero parameters, so there are no parameter details to document; the baseline is 4. The description's mention of 'inputs' refers to the calculator being described, not to call parameters, so no confusion in the schema context.
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 the resource (Malta salary calculator) and specifies its scope: inputs with units/ranges/defaults, outputs, assumptions, and tables. It clearly suggests a describe/documentation tool and is distinguishable from the sibling 'calculate', though it lacks an explicit operation verb like 'describes' or 'returns documentation'.
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 on when to call this tool versus the sibling 'calculate' or the enquiry tools. The agent can infer that the description is meant to explain the calculator, but there is no explicit statement such as 'call this before calculating' or 'use calculate to run the calculator'.
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 Malta Payroll 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 behavioral disclosure burden and does so well: it emphasizes that nothing is bought, ordered, or paid, that no quote is guaranteed, and that it is free. It also states what content is returned. It does not explicitly say this tool itself is read-only, but the describe-style nature and zero parameters make that clear enough.
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 front-loaded with 'Read first' and moves efficiently from purpose to key caveats to return contents. Each sentence earns its place, though a slightly sharper separation between describing this tool and describing submit_enquiry would make it tighter.
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, no-output-schema describe tool, the description is quite complete: it explains the context, the key guarantees, and what information is returned. It would be more complete if it explicitly stated that calling this tool does not submit an enquiry, but the intended usage is strongly implied.
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 there is no parameter detail to add beyond the schema. The description correctly focuses on what the tool returns rather than invocation arguments, matching the 0-parameter baseline.
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 states a specific purpose: it plainly explains what submit_enquiry does on the Malta Payroll Calculator, positioning this tool as the explanatory counterpart to submit_enquiry. The title and 'Read first' further signal what the user gets. It is clear but not fully differentiated from the other describe-style sibling, calculator_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?
'Read first' is a useful directive that implies this tool should be consulted before acting on submit_enquiry. It provides clear context but does not explicitly say when not to use it or name alternatives. Still, the placement and wording make the intended usage reasonably obvious.
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 Malta Payroll 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, the description carries the disclosure burden. It makes clear this is a metadata/read operation returning enquiry field definitions, and it explicitly points submission elsewhere ('Pass answers to submit_enquiry'), implying no side effects here. It does not discuss auth or rate limits, but the operation is a simple no-parameter lookup.
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?
Two sentences, front-loaded with the full content list, and a second sentence that connects the output to the next tool in the workflow. No filler or redundant restatement of the name.
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 metadata tool with no output schema, this description is complete: it enumerates the returned field metadata and explains how to consume it downstream. An agent has everything needed to call it and use the result.
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 is empty and the baseline is 4. The description still adds value by explaining that the returned field keys are the canonical keys to use when submitting answers to submit_enquiry.
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 identifies exactly what the tool exposes: every field of the Malta Payroll Calculator enquiry, including key, label, type, required flag, help text, and allowed options. This is a specific resource and content list that distinguishes it from the broader enquiry_describe and the action-oriented submit_enquiry.
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 gives clear workflow guidance: retrieve fields first, then pass answers to submit_enquiry keyed by field key. It does not explicitly state when not to use it versus each sibling, but the context is sufficient for an agent to select it for schema discovery.
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 Malta Payroll 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 relevant Maltese accountant or payroll provider, 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 relevant Maltese accountant or payroll provider, 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 provided, the description fully carries the behavioral burden. It discloses the two-step submission process, validation and summary return, the token requirement, the email link that must be clicked, and that providers only see the enquiry after that click. It also defines consent with the exact consent line.
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 longer than average, but every sentence earns its place: it explains the two-step flow, the exact consent wording, the user-facing display requirement, and the email confirmation step. The structure is organized and front-loads the most important 'not a purchase' caveat before diving into steps.
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 multi-step tool with no annotations and no output schema, the description is remarkably complete. It specifies inputs, intermediate outputs, the condition for step 2, the consent line, and the post-submission email flow. An agent has enough information to call the tool correctly in both steps.
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?
Although the schema already describes all parameters (100% coverage), the description adds essential meaning beyond the schema: answers must be keyed by field key from enquiry_fields, consent must match the specified agreement text, and confirmation is the token returned from step 1 after approval. This clarifies the relationship between 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.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific action (submits an enquiry) and a specific target (Malta Payroll Calculator), and explicitly distinguishes it from a purchase or guaranteed quote. It also frames the two-step nature, which differentiates it from the sibling tools like calculate and enquiry_fields.
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 gives a precise when-to-use protocol: first call with answers and consent, show the summary and consent line, then call again with the same answers plus the confirmation token only if the person agrees. It also explains the consent condition and the email verification step, leaving little ambiguity about how to use the tool correctly.
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
Malta Tax Refund Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Canada Payroll Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Cyprus Gross to Net: the site's own MCP server — calculator, enquiry (enquiry = a human handoff,...
Leave Loading Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Related MCP Servers
- 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
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
- AlicenseAqualityCmaintenanceMCP server for business-day arithmetic with country-aware holiday calendars. It offers tools to check, calculate, and list business days and holidays for over 60 countries.9MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for querying official Brazilian Federal Revenue payment receipts, read-only, pay-per-use, compatible with any MCP client.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool serves a clearly distinct purpose: calculate performs the salary computation, calculator_describe documents it, enquiry_describe explains the submission process, enquiry_fields lists the input fields, and submit_enquiry handles the actual submission. There is no meaningful overlap that would cause an agent to select the wrong tool.
The names are readable but follow mixed conventions: action-style names like calculate and submit_enquiry sit alongside noun_verb names like calculator_describe and enquiry_describe, plus the noun_noun enquiry_fields. The pattern is not chaotic, but it is not consistently verb_noun across the set.
Five tools is well-scoped for a site centered on a salary calculator and a related enquiry workflow. Each tool earns its place and there is no bloat or sense of missing helper tools.
The set covers the calculator domain and the enquiry workflow end to end: calculation, calculator documentation, enquiry explanation, field discovery, and two-step submission with confirmation. There are no obvious dead ends or missing operations for the apparent purpose.