site
Server Details
Cyprus Gross to Net: the site's own MCP server — calculator, enquiry (enquiry = a human handoff,...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateCyprus gross to net calculator, 2026AInspect
Run the Cyprus gross to net calculator, 2026 calculator: Social insurance (8.8%); GHS contribution (2.65%); Provident fund contribution; Contributions deducted before tax. Missing inputs fall back to their documented defaults.
| Name | Required | Description | Default |
|---|---|---|---|
| gross | No | Gross annual salary | |
| salaries | No | Salaries paid per year | 12 |
| provident | No | Employee provident fund contribution |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses the exact contribution rates (8.8% social insurance, 2.65% GHS), the inclusion of provident fund contributions, and the fact that these are deducted before tax, which accurately conveys the calculation order. The default-fallback statement also signals that the tool is robust to missing inputs, though it stops short of describing the output structure.
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 and resource in the first five words. The only inefficiency is the doubled 'calculator' phrase ('gross to net calculator, 2026 calculator'), which is a minor wording flaw in an otherwise tight description.
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 three documented optional parameters and no output schema, the description covers the essential inputs, rates, and fallback behavior. The tool's title and name indicate the result is a gross-to-net computation, so an agent can infer the output. It could be more explicit about the exact return payload, but overall it is sufficient for correct invocation.
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 100%, so the baseline is 3. The description adds value by mapping the calculation behavior to the parameters: it identifies the social insurance and GHS rates that apply to gross salary and references the provident fund parameter, plus the pre-tax deduction order. It does not explain the 'salaries' parameter, but the schema already does.
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?
States a specific action ('Run'), a specific resource ('Cyprus gross to net calculator, 2026'), and the core calculation logic, including the rates. This clearly differentiates it from the describe/enquiry sibling tools, which are about inspection rather than 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?
The description provides clear context—this is the tool that runs the calculator—and directly tells the agent that omitted inputs will fall back to defaults, implying optional parameters can be skipped. It does not explicitly name sibling alternatives or exclusion criteria, but no other sibling performs the same calculation, so the use case is unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculator_describeWhat Cyprus gross to net calculator, 2026 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 provided, the description carries the full burden. It transparently explains what the tool returns: input specifications, outputs, assumptions, and tables. As a describe-only tool with no parameters, this sufficiently conveys its non-mutating, informational nature.
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, efficient sentence that front-loads the key content areas: inputs, outputs, and assumptions/tables. Every phrase earns its place, with no repetition of the title or wasted wording.
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, the description gives a reasonable overview of what will be found. It might be slightly stronger with an explicit statement that this is read-only documentation, but the tool's nature makes that unnecessary.
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 takes zero parameters, so the baseline is 4. The description adds meaningful context by mentioning units, ranges, defaults, and return categories, which helps an agent understand the value of calling this tool even without parameters.
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 documents the calculator's inputs, outputs, and underlying assumptions and tables, which is a clear purpose. It does not explicitly differentiate itself from sibling 'calculate', though the name and 'describe' nature imply the distinction.
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 this tool should be used to understand the calculator's behavior and details before using it, but it provides no explicit when-to-use or when-not-to-use guidance and names no alternatives. Usage context is present but left to inference.
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 Cyprus Gross to Net: 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 must carry the transparency burden. It does clarify that the action being described belongs to submit_enquiry and that this tool 'returns' details, consent wording, and confirmation method, implying a read-only informational function. However, it never explicitly states that calling enquiry_describe itself has no side effects, and the title could be misread as producing an enquiry.
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: three sentences, led by 'Read first', and packs the key disclaimers and return-value summary efficiently. A little redundancy with the title ('not a purchase, not a guaranteed quote') keeps it from a 5.
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 help/describe tool with no output schema, the description supplies the essential context: what submit_enquiry does, what is not included, and what the returned explanation will contain. It does not detail how the returned text should be used or relate to enquiry_fields, but nothing critical is missing for invoking it correctly.
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 0 parameters and 100% schema coverage, so there is no parameter documentation burden on the description. It adds no parameter-specific meaning, but none is needed.
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 clear function: it 'States plainly what submit_enquiry does' on Cyprus Gross to Net, so an agent can see it is an explanatory companion to the submission tool. It also lists what the returned explanation covers. It does not explicitly name or differentiate from sibling tools such as enquiry_fields or calculator_describe, so it stops short of a 5.
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 an explicit use cue: call this before using submit_enquiry. The description also makes clear this tool is the informational precursor to submit_enquiry. It gives no when-not-to-use or alternatives, so it lacks the full exclusionary guidance needed for a 5.
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 Cyprus Gross to Net 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 full burden of behavioral disclosure. It does disclose what the output contains and how it relates to submit_enquiry, but it never states whether this operation is read-only, whether it reflects live enquiry state, or what happens if no fields exist. This is adequate but not fully 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 two focused sentences: the first succinctly enumerates the return contents, and the second gives practical usage guidance. There is no filler or repetition of the tool 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 no-parameter, no-output-schema metadata tool, the description covers the output structure and the downstream relationship to submit_enquiry. It is nearly complete, but it does not explicitly clarify how enquiry_fields differs from enquiry_describe or state that no mutation is performed.
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 parameter documentation is not needed. The description still adds value by explaining that the returned field keys are the ones to use when submitting answers, which orients the agent for downstream invocation.
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 a specific resource (the Cyprus Gross to Net enquiry) and enumerates exactly what is returned: key, label, type, required flag, help text, and allowed options. It lacks an explicit verb like 'fetch' or 'list,' and it does not distinguish itself from the sibling enquiry_describe, so it falls short of a 5.
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 sentence 'Pass answers to submit_enquiry keyed by field key' implies a workflow: fetch fields first, then submit answers using those keys. However, it never explicitly says when to use this tool versus enquiry_describe or calculator_describe, and it provides no exclusions or alternatives.
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 Cyprus Gross to Net — 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 Cyprus payroll accountant, 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 Cyprus payroll accountant, 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 fully carries the behavioral disclosure burden. It explains validation, the intermediate summary and confirmation token, the required human approval, the email link, and the fact that no provider sees the enquiry until the link is clicked. It also quotes 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 purpose and key exclusions are front-loaded, followed by a clearly numbered Step 1/Step 2 structure. Every sentence carries necessary information for a sensitive two-step consent flow, and there is no 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 complex tool with no output schema, the description covers the full workflow: validation, intermediate return values, human confirmation, email verification, and provider visibility. An agent has enough guidance to invoke both steps correctly and safely.
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 the parameters, the description adds essential sequence-level meaning: answers must be keyed from enquiry_fields, consent=true encodes the quoted agreement, and confirmation must be the token obtained from step 1 after approval. This is substantial value beyond the schema.
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 verb and resource: 'Submits an enquiry to Cyprus Gross to Net.' It also clearly excludes related actions ('NOT a purchase, NOT a guaranteed quote') and specifies that the recipient is human providers, distinguishing it from calculator and describe-type 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?
The description gives an explicit two-step protocol: call with answers and consent=true, show the returned summary and consent line, then call again only if the person agrees, adding the confirmation token. It also points to enquiry_fields for the answer keys and states when the tool is not appropriate.
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
Cyprus Non-Dom Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Malta Payroll Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Malta Tax Refund Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Expatriation Tax Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
- 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
- AlicenseNot gradedqualityCmaintenancePublic, no-login MCP server exposing SmartMoney77's financial calculators: compound interest, FIRE number, credit-card payoff, emergency fund, inflation, fees and the cost of waiting. Also computes historical "what if I had invested" returns from real yearly price data, and builds deep links and share packs for calculators in 6 localized editions.MIT
- FlicenseAqualityBmaintenanceMCP server for VAT/tax calculation based on country and price, supporting integration with LLM clients like Claude and Ollama for natural language queries.1-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: calculate executes the calculator, calculator_describe explains it, enquiry_describe explains the enquiry flow, enquiry_fields provides the schema, and submit_enquiry performs the submission. No two tools appear to do the same thing.
The names are readable and all use snake_case, but they mix verb-first naming like calculate and submit_enquiry with noun-first naming like calculator_describe and enquiry_fields. This inconsistency is noticeable but not chaotic.
Five tools is well-scoped for this server: two tools cover the calculator itself and its documentation, and three tools cover the enquiry lifecycle. Each tool earns its place without unnecessary overlap or bloat.
The tool set fully covers the advertised domain: calculation, calculator metadata, enquiry process explanation, enquiry field schema, and the two-step submission flow. There are no obvious gaps that would prevent an agent from completing the intended workflow.