Skip to main content
Glama

Server Details

Canada Payroll 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 payroll cost calculatorAInspect

Run the Employer payroll cost calculator calculator: Employer CPP (5.95% between $3,500 and $74,600); Employer CPP2 (4% between $74,600 and $85,000); Employer EI (1.4 x 1.63% up to $68,900); True annual cost. Missing inputs fall back to their documented defaults.

ParametersJSON Schema
NameRequiredDescriptionDefault
extrasNoOther annual costs (benefits, equipment, insurance)
salaryNoGross annual salary

TDQS

A3.9/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 burden of behavioral disclosure. It provides concrete calculation details: CPP rates and brackets, CPP2 thresholds, EI multiplier and cap, and 'true annual cost'. It also discloses default-value fallback behavior, which is useful beyond the schema. It does not describe the output format, but for a 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that conveys the essential calculation inputs and fallback behavior without excessive verbosity. It loses a point for the redundant phrase 'calculator calculator', which is a minor clarity defect but not a structural problem.

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 two optional parameters and no annotations, the description provides the main calculation rules, thresholds, and default behavior, which is sufficient for basic invocation. It does not explicitly state what the return value looks like or define 'true annual cost' precisely, but the core usage context is present.

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?

The schema already documents both parameters (salary and extras) with descriptions and defaults, and schema coverage is 100%. The description adds no new parameter-specific semantics beyond restating the default fallback behavior, so a baseline score of 3 is appropriate.

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 clearly states the tool's action ('Run') and resource ('Employer payroll cost calculator'), and specifies exactly what it computes: Employer CPP, CPP2, EI, and true annual cost. This distinguishes it from sibling tools like calculator_describe or submit_enquiry, even if not explicitly named.

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 the tool should be used when employer payroll costs need to be calculated, and mentions that missing inputs fall back to defaults. However, it does not explicitly state when to prefer this over sibling tools like calculator_describe or submit_enquiry, nor does it provide any exclusions or alternative routing.

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

calculator_describeWhat Employer payroll cost calculator 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, the description carries full burden, and it clearly indicates the tool provides informational content about inputs, outputs, assumptions, and tables. This implies a read-only, non-destructive operation, though it does not explicitly state that no calculation is performed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence efficiently enumerates exactly what the tool describes, with no filler. The most important detail (inputs) is front-loaded.

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 informational tool, the description covers the essential return content. Without an output schema it could be slightly more explicit about the delivery format, but nothing an agent needs to invoke the tool correctly is missing.

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 schemas to document; the 0-param baseline of 4 applies. The description's mention of units, ranges, and defaults refers to the calculator's conceptual inputs, not tool parameters, and is a helpful extra.

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 title and description make clear this tool explains the employer payroll cost calculator's inputs, outputs, assumptions, and backing tables. It is distinct from the sibling calculate tool because it describes the calculator rather than executing it, though it lacks an explicit verb like 'returns'.

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?

Usage is implied by the describe-style name: an agent would call this when it needs to understand the calculator before using calculate. However, the description never explicitly says when to prefer this over siblings or states any preconditions.

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations present, the description carries the full disclosure burden and meets it: it explicitly says nothing is bought, ordered, or paid, no quote is guaranteed, and the action is free, and it names exactly what the tool returns (recipients of details, consent wording, confirmation method). This goes well beyond a generic 'describes submit_enquiry' statement.

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 three sentences and front-loads the action with 'Read first.' Each sentence adds distinct information—purpose, safety/no-cost facts, and return contents—so there is little waste, though it is slightly more verbose than a single-sentence definition could be.

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?

Given no output schema and no annotations, the description reasonably covers what the tool returns and the key caveats of submit_enquiry. It does not specify output formatting or how the returned text should be used, but for a zero-parameter documentation tool the missing detail is minor.

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 of 4 applies; there are no parameter meanings for the description to add. The description's focus on behavior and return contents is appropriate for a parameterless informational 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 opens with 'Read first' and states the tool 'States plainly what submit_enquiry does' on the Canada Payroll Calculator, giving a specific verb and resource. It also distinguishes itself from the sibling submit_enquiry by framing itself as the explaining/meta tool rather than the action itself.

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 explicit guidance to call this tool before engaging with submit_enquiry, and the overall wording positions it as the prerequisite explanation. It does not spell out when to use calculator_describe or enquiry_fields instead, but the clarity of the purpose makes the main usage context 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 Canada 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral disclosure burden. It does disclose the returned data contents and implies a read-only discovery operation, but it does not explicitly state that invoking the tool has no side effects or describe any access constraints. This is adequate but largely implicit.

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 concise sentences: the first front-loads the tool's output content in a compact list, and the second provides actionable next-step guidance. Every sentence earns its place, and there is no redundant repetition of schema information.

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?

With zero parameters and no output schema, the description's enumeration of returned attributes plus its routing to submit_enquiry gives an agent the core knowledge needed to call and use the tool correctly. An explicit statement of the output shape would be slightly better, but it is not essential for this simple metadata-discovery tool.

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 description coverage is 100%, so there is no parameter documentation gap for the description to fill. The description adds useful forward guidance by instructing that the returned field keys should be used when calling 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 resource as the fields of the Canada Payroll Calculator enquiry and enumerates exactly what those fields contain: key, label, type, required flag, help text, and allowed options. It lacks an explicit verb like 'list' or 'get', but the meaning is unambiguous and distinct from submit_enquiry.

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 tells the agent to pass answers to submit_enquiry keyed by the field key, effectively positioning this tool as a prerequisite discovery step for submitting an enquiry. It does not explicitly contrast with enquiry_describe or calculator_describe, but the intended usage context is clear.

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 Canada 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 Canadian accountant or payroll provider, 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 Canadian accountant or payroll provider, 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 provided, the description fully carries the behavioral disclosure burden. It reveals the two-step validation/submission flow, the consent requirement with the exact consent text, the email with a click-link before providers see data, and the non-guaranteed nature of the quote. All side effects and preconditions are explicitly 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 dense but every sentence earns its place. The 'NOT a purchase' disclaimer is front-loaded, the steps are clearly labeled, and there is no filler or repetition. The length is justified by the complexity of the two-step workflow.

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 two-step, side-effectful tool with no output schema and no annotations, the description covers everything an agent needs to invoke it correctly: preconditions, consent text, step sequence, token handoff, and post-submission behavior. It also points to enquiry_fields for the answer keys, making the context complete.

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 schema descriptions cover 100% of parameters, the description adds significant meaning: answers must be keyed by field keys from enquiry_fields, consent requires the exact quoted agreement, and confirmation is the token returned from step 1. This ties each parameter to its procedural role, going well beyond the baseline schema coverage.

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 ('Submits an enquiry') and resource ('Canada Payroll Calculator'), and immediately distinguishes it from a purchase or guaranteed quote. The two-step process and explicit 'NOT a purchase' clearly separate it from siblings 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.

Usage Guidelines5/5

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

The description provides explicit step-by-step usage: Step 1 with answers and consent=true, then Step 2 with the confirmation token only if the person agrees. It also references enquiry_fields for answer keys and states exclusions ('NOT a purchase, NOT a guaranteed quote'), giving clear when-to-use and when-not-to-use guidance.

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.2/5.0
Disambiguation5/5

Each tool has a clear single responsibility: calculate runs the calculator, calculator_describe explains it, enquiry_describe explains the submission flow, enquiry_fields provides the schema, and submit_enquiry does the actual submission. There is no meaningful overlap between the calculator cluster and the enquiry cluster.

Naming Consistency3/5

Names are readable and all snake_case, but the pattern is mixed: calculate and submit_enquiry are verb-first while calculator_describe, enquiry_describe, and enquiry_fields are noun-first/noun-noun. The two describe tools are consistent with each other, but the set as a whole lacks a single predictable verb_noun convention.

Tool Count5/5

Five tools is well-scoped for a server that provides a payroll calculator and an enquiry submission flow. Each tool covers a distinct function, and there is no bloat or token-heavy sprawl.

Completeness5/5

The calculator surface has both run and self-description, and the enquiry surface has process description, field schema, and a two-step submit flow with explicit consent handling. No critical lifecycle gap is obvious for this narrow domain.

Resources