Skip to main content
Glama

Canada Payroll — employer cost & take-home math (2026)

Server Details

Verified 2026 Canadian payroll math: employer total cost, employee take-home, net-to-gross. Free.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct payroll calculation: employee net pay from gross, employer total cost, and net-to-gross inversion. There is no overlap or ambiguity in their purposes.

Naming Consistency4/5

All names use snake_case and clearly describe the tool's function (employee_take_home, employer_total_cost, net_to_gross_salary). However, the pattern varies (noun_noun, noun_adjective_noun, noun_preposition_noun), lacking full uniformity.

Tool Count5/5

Three tools perfectly cover the core payroll workflows (gross to net, employer cost, net to gross) without being excessive or insufficient for the stated domain.

Completeness4/5

The set covers the three essential payroll calculations. However, net_to_gross_salary only supports 6 of 13 provinces, leaving a gap for users in other provinces needing that calculation.

Available Tools

3 tools
employee_take_homeAInspect

2026 take-home pay for a Canadian employee on regular salary: CPP/QPP (incl. second-ceiling CPP2/QPP2), EI (and QPIP for Quebec), federal and provincial income tax withheld, net pay per year and per pay period. Assumes a full-year employee with basic TD1 claims. Supported: all 13 Canadian provinces/territories.

ParametersJSON Schema
NameRequiredDescriptionDefault
provinceYesTwo-letter province/territory code
annual_salaryYesGross annual salary, CAD
pay_frequencyNoPay frequency for the per-period view (default biweekly)
Behavior4/5

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

With no annotations provided, the description carries full burden. It transparently discloses assumptions (full-year employee, basic TD1 claims), scope (2026, regular salary), and included deductions. It does not mention side effects or destructive behavior, which are likely irrelevant.

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 paragraph with key information front-loaded. It efficiently covers purpose, assumptions, and supported regions without redundancy. A minor improvement could be separating into bullets, but it's effective.

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 3 parameters, no output schema, and complexity, the description adequately covers inputs and assumptions. It explains what deductions are included and outputs (net pay). Missing explicit output format is acceptable; agent can infer return structure.

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?

Input schema has 100% description coverage, so baseline is 3. The description adds context: pay_frequency default is biweekly and it shows per-period view. This provides moderate added value beyond 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 clearly states the tool calculates 2026 take-home pay for a Canadian employee, specifying deductions (CPP/QPP, EI, QPIP, taxes) and outputs (net pay per year/per period). It distinguishes itself from siblings like 'employer_total_cost' and 'net_to_gross_salary' by focusing on employee perspective.

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 usage for calculating employee take-home pay under standard assumptions, but does not explicitly mention when to use this tool versus siblings or provide exclusion criteria. Usage is inferred rather than stated.

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

employer_total_costAInspect

What a Canadian employee REALLY costs the employer for 2026: gross salary plus mandatory employer-side contributions (CPP + CPP2 + EI at 1.4x; for Quebec: QPP + QPP2 + EI + QPIP + health services fund + labour-standards contribution), with the excluded items (workers' comp, EHT, vacation pay, benefits) disclosed, never silently omitted. Supported: all 13 Canadian provinces/territories. Annual planning figures.

ParametersJSON Schema
NameRequiredDescriptionDefault
provinceYesTwo-letter province/territory code where the employee works
annual_salaryYesGross annual salary, CAD
Behavior5/5

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

With no annotations, the description carries full burden. It explicitly lists what is included (CPP, CPP2, EI, etc.) and excluded (workers' comp, EHT, vacation pay, benefits), ensuring the agent understands the scope and that nothing is silently omitted.

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 sentences, front-loads the purpose, and packs essential details without redundancy. Every phrase adds value.

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, the description explains inputs, supported geography, and what is included/excluded. It lacks explicit output format (e.g., 'returns a number in CAD') but is sufficient for a computation tool with clear purpose.

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 coverage is 100% and both parameters are well-described in the schema. The description adds context about the formula and supports the values but does not significantly enhance parameter understanding beyond what the schema already provides.

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 calculates the total cost of a Canadian employee to the employer in 2026, including mandatory contributions and disclosing excluded items. It distinguishes itself from siblings (employee_take_home, net_to_gross_salary) by focusing on employer-side costs.

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 specifies it is for annual planning figures and lists all supported provinces. It does not explicitly state when to use this tool versus siblings, but the purpose (employer cost vs. take-home or conversion) is clear enough to guide selection.

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

net_to_gross_salaryAInspect

Invert payroll for 2026: start from the take-home pay you agreed with the employee ("$800/week in their pocket") and get the gross salary that delivers it, the employer's true total cost, and the per-period source-deduction remittances (CRA; split CRA vs Revenu Québec for Quebec). The nanny/household-employer wedge tool — PDOC only goes gross→net. Supported provinces: ON, AB, BC, MB, NS, QC.

ParametersJSON Schema
NameRequiredDescriptionDefault
provinceYesTwo-letter province code
pay_frequencyYesHow often that net amount is paid
target_net_payYesThe agreed take-home amount per pay period, CAD
Behavior4/5

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

No annotations provided, so description must disclose behavior. It details outputs: gross salary, employer total cost, per-period remittances with CRA split for Quebec. Mentions it's a 'wedge tool' for nanny/household context. Could add more on return format, but covers core behavior.

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?

Two sentences with front-loaded purpose. First sentence captures main action and example. Second sentence adds context (PDOC comparison and supported provinces). Could be slightly tighter (e.g., 'wedge tool' phrase), but every sentence earns its place.

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, description explains return values (gross salary, total cost, remittances). Covers provincial support and Quebec split. Doesn't mention error conditions or valid ranges beyond schema's exclusiveMinimum. Still fairly complete for a payroll inversion tool.

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?

Schema coverage is 100%, but description adds valuable context: target_net_pay is agreed take-home per period in CAD, pay_frequency listed as 'how often', province codes enumerated. The example '$800/week' clarifies target_net_pay. Adds meaning beyond enum labels.

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?

Clearly states it inverts payroll from net to gross, with specific verbs 'invert' and 'get'. Distinguishes from sibling tools (employee_take_home, employer_total_cost) by combining both outputs. Mentions unique value: PDOC only goes gross→net, so this fills a gap.

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?

Explicitly says when to use: when you have agreed take-home pay and need gross salary, total cost, and remittances. Contrasts with PDOC to imply the opposite direction. Lists supported provinces, implicitly telling when not to use (unsupported provinces).

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

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources