Skip to main content
Glama

Server Details

Cyprus Gross to Net: the site's own MCP server — calculator, enquiry (enquiry = a human handoff,...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
calculateCyprus 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
grossNoGross annual salary
salariesNoSalaries paid per year12
providentNoEmployee provident fund contribution

TDQS

A4.3/5.0
Behavior4/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.8/5.0
Behavior3/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to a relevant Cyprus payroll accountant, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A5/5.0
Behavior5/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters5/5

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.

Purpose5/5

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.

Usage Guidelines5/5

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.

  1. 5 tool updates
    • First observedcalculate
    • First observedcalculator_describe
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    The 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.
    15
    19
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Public, 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
  • F
    license
    A
    quality
    B
    maintenance
    MCP server for VAT/tax calculation based on country and price, supporting integration with LLM clients like Claude and Ollama for natural language queries.
    1
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources