site
Server Details
Canada Payroll Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateEmployer 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.
| Name | Required | Description | Default |
|---|---|---|---|
| extras | No | Other annual costs (benefits, equipment, insurance) | |
| salary | No | Gross annual salary |
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 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.
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.
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.
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.
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.
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.
| 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 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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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."
| 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 Canadian accountant or payroll provider, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully carries the behavioral 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.
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.
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.
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.
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.
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.
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
Employer CPP EI 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...
SR&ED Claim Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Contractor Pay Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Related MCP Servers
- AlicenseAqualityCmaintenanceThe most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.15191MIT
- 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
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing access to Statistics Canada time-series data via web data.16MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.