Skip to main content
Glama

Server Details

Employer CPP EI Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...

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
calculateEmployer CPP and EI cost, 2026AInspect

Run the Employer CPP and EI cost, 2026 calculator: CPP contributory earnings; Your CPP contribution, at 5.95%; Earnings in the CPP2 band; Your CPP2 contribution, at 4%. Missing inputs fall back to their documented defaults.

ParametersJSON Schema
NameRequiredDescriptionDefault
salaryNoAnnual salary
cppStatusNoCPP position of the employeeyes
employeesNoHow many employees at this salary

TDQS

A3.7/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 behavioral disclosure burden. It adds useful formula context: the 5.95% CPP rate, the 4% CPP2 rate, the CPP2 band concept, and fallback-to-defaults behavior for missing inputs. It leaves some ambiguity around employer versus employee perspective and does not clarify return formatting, but the core calculation behavior is disclosed.

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 compact, front-loaded with the imperative verb, and uses a structured colon list to convey the calculation components. There is no filler or redundant explanation beyond briefly restating the title, and every sentence carries information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, so the description must explain return behavior. It covers CPP and CPP2 outputs but never explicitly mentions EI despite 'EI cost' in the title, and it does not describe the returned result shape or how cppStatus=no interacts with the calculation. Useful defaults and rates are present, but the omission of EI is a meaningful completeness gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds formula-level context about CPP and CPP2 contributions, but it does not add meaning to the individual parameters beyond what the schema already provides. The fallback-to-defaults statement repeats schema default behavior rather than new parameter semantics.

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 uses a specific verb and resource: 'Run the Employer CPP and EI cost, 2026 calculator'. It lists concrete calculator outputs such as CPP contributory earnings, the 5.95% CPP contribution, the CPP2 band, and the 4% CPP2 contribution, making the intent clear and distinguishing this from sibling describe-tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool versus alternatives like calculator_describe, enquiry_describe, or submit_enquiry. The description does not provide conditions, exclusions, or context to help the agent decide between calculate and the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

calculator_describeWhat Employer CPP and EI cost, 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.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does disclose that the tool returns the calculator's input metadata, outputs, assumptions, and tables, which implies a read-only describe operation. It does not explicitly mention side effects, safety, or return format, but for a describe tool this is a moderate gap.

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 sentence that packs in all essential information without wasted words. It front-loads the calculator context and specifies exactly what content will be included.

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 simple metadata tool with no parameters and no output schema, the description is nearly complete: it names the inputs, outputs, assumptions, and tables. It could be slightly stronger by explicitly noting that it returns documentation rather than a calculation result, but overall the agent has enough context to call it appropriately.

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 and schema coverage is 100%, so the baseline is 4. The description adds useful context by mentioning units, ranges, defaults, outputs, assumptions, and tables, even though there are no parameters to document.

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 the resource (the calculator) and the scope: its inputs, outputs, assumptions, and tables. It is distinguishable from the sibling 'calculate' because it describes the calculator rather than performing a calculation, though it does not explicitly say 'use this to get documentation'.

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 is for learning about the calculator's inputs, outputs, and assumptions, which is useful context. However, it never explicitly states when to use this versus 'calculate' or other siblings, leaving the decision to the agent's 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 Employer CPP EI 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 transparency burden. It clearly discloses what submit_enquiry does not do (no purchase, order, payment, guaranteed quote), notes that it is free, and describes what is returned. This is strong behavioral disclosure for an information-style tool.

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 compact and front-loaded with the most important cue ('Read first'). Every sentence adds distinct value: defining the tool, setting accurate expectations, and listing what the returned explanation covers. No filler or redundancy.

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 zero-parameter, no-output-schema describe tool, the description is fully sufficient. It explains the domain context, the nature of the process, key constraints, and the content of the returned explanation. An agent can accurately decide to invoke it and know what to expect.

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 there are no parameter ambiguities to document. The description appropriately focuses on behavior and output rather than inputs, matching the baseline for a no-parameter tool.

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 exactly what the tool does: it explains what submit_enquiry does in the Employer CPP EI Calculator context. It also draws clear boundaries by saying no purchase occurs, no quote is guaranteed, and the service is free, which prevents the agent from confusing this with an action tool.

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 opening 'Read first' implies this should be used before engaging with submit_enquiry, but it does not explicitly address when to use this versus sibling tools like calculate, calculator_describe, or enquiry_fields. Usage guidance is present only by implication.

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 Employer CPP EI 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It clearly indicates that this tool returns field metadata and points to submit_enquiry as the place where answers are passed, which implies this tool is a read-only introspection step. It does not explicitly state 'read-only' or describe response shape, but the content is strong enough for an agent to understand its role.

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?

One sentence efficiently front-loads the resource, lists the returned metadata attributes, and finishes with a workflow instruction. There is no filler or repetition.

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 zero-parameter metadata tool with no output schema and no annotations, the description is complete: it says what is returned, the attributes included, and how the result connects to submission. An agent can invoke this tool and know what to expect and how to use the result.

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 the empty schema fully covers input requirements and the baseline is 4. The description adds useful semantic context by explaining that the returned field keys should be used to structure answers for submit_enquiry.

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 identifies the specific resource—the Employer CPP EI Calculator enquiry—and enumerates the metadata it exposes (key, label, type, required, help text, options). It is not a tautology, but it stops short of explicitly differentiating itself from sibling tools like enquiry_describe.

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 gives a practical usage hint: answers should be passed to submit_enquiry keyed by field key, implying this tool is a prerequisite for submissions. It does not explicitly state when to prefer this over enquiry_describe, calculator_describe, or calculate.

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 Employer CPP EI 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 Canadian payroll providers, 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 Canadian payroll providers, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description fully carries behavioral disclosure. It reveals that this is neither a purchase nor a guaranteed quote, requires explicit consent with the exact consent wording, returns a summary and confirmation token, and that the enquiry is only delivered after the recipient clicks an emailed link. This is comprehensive behavioral context.

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 dense but well organized into numbered steps with clear conditions. Key disclaimers are front-loaded, and every sentence contributes operational or semantic value. The length is justified by the two-step workflow and consent requirements.

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?

Despite having no output schema, the description explains what step 1 returns (summary, consent line, confirmation token) and what step 2 triggers (submission and email link). Combined with the detailed parameter descriptions and explicit workflow, an agent has everything needed to invoke 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.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema already documents parameters well. The description still adds value by specifying that answers are keyed by field key from enquiry_fields, that consent must be true, and that the confirmation token comes from step 1 and must accompany the same answers in step 2. This goes beyond the schema's basic property descriptions.

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 (submits an enquiry), the target (human providers via Employer CPP EI Calculator), and explicitly distinguishes itself from a purchase or quote. The two-step nature is conveyed in the title and description, making it easy to separate from sibling tools like calculate.

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?

Provides an explicit, step-by-step invocation protocol: step 1 requires answers and consent=true, returns a token; step 2 requires the same answers plus the token only after the person agrees. It also clarifies the condition for calling the tool again and the consent requirement, leaving no ambiguity about when to use it.

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
    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
  • A
    license
    A
    quality
    C
    maintenance
    MCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.
    6
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

Most tools have clearly distinct roles: run the calculator, describe the calculator, describe the enquiry process, list enquiry fields, and submit the enquiry. The only mild ambiguity is between enquiry_describe and enquiry_fields, though their descriptions do separate high-level process from field schema.

Naming Consistency3/5

The names mix conventions: 'submit_enquiry' and 'calculate' use verb-first style, while 'calculator_describe', 'enquiry_describe', and 'enquiry_fields' are noun-first. The names are still readable and intuitive, but the pattern is not consistent.

Tool Count5/5

Five tools is well-scoped for this narrow calculator-plus-enquiry workflow. Each tool has a distinct purpose and the count feels neither bloated nor thin.

Completeness5/5

The tool set covers the full workflow: understanding the calculator, running it, understanding the enquiry flow, retrieving required fields, and submitting the enquiry with confirmation handling. There are no obvious dead ends for an agent helping a user complete this process.

Resources