Skip to main content
Glama

FreelancerTax — Canadian self-employed tax math

Server Details

Verified Canadian self-employed tax math: SE tax, CPP, GST/HST, instalments, CRA deadlines. 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.2/5 across 5 of 6 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct aspect of Canadian self-employed tax: CPP contributions, full tax estimate, deadlines, GST/HST registration, GST/HST method comparison, and instalment plans. No two tools overlap in purpose.

Naming Consistency4/5

Most tool names follow a verb_noun pattern (estimate_self_employed_tax, get_tax_deadlines, etc.), but 'cpp_self_employed' and 'instalment_plan' are noun phrases, introducing minor inconsistency. Overall still clear and descriptive.

Tool Count5/5

Six tools provide a focused and manageable scope for a tax calculator, covering all major obligations without being overwhelming or insufficient.

Completeness5/5

The set covers the essential tax workflows for Canadian self-employed individuals: CPP/QPP, full tax calculation, deadlines, GST/HST registration and method optimization, and instalment planning. No obvious gaps for the stated purpose.

Available Tools

6 tools
cpp_self_employedAInspect

Compute self-employed CPP contributions for a given year: base + enhanced contributions, CPP2 (second ceiling), total payable, and the tax-deduction vs tax-credit split that goes on the T1 (Schedule 8). Quebec residents pay QPP instead — use estimate_self_employed_tax with province QC for QPP.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYes
net_self_employment_incomeYesNet self-employment income, CAD
Behavior5/5

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

No annotations are provided, so the description carries full burden. It discloses the computational nature, specific outputs (including the tax-deduction vs tax-credit split on T1 Schedule 8), and the supported years (implied by parameter). There is no contradiction or missing critical behavior.

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 just two sentences: first states the action and outputs, second provides an exclusion and alternative. Every word earns its place; no fluff.

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?

Given no output schema, the description lists all major outputs (base+enhanced, CPP2, total payable, split) and provides enough context for the agent to understand the tool's purpose and usage. For a computational tool with two parameters, this is complete.

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 schema already defines parameters with an enum for year and a description for net_self_employment_income. The description adds context that year must be for the given calendar year and income is net, but does not explain derived concepts like 'CPP2', which are more about outputs. Overall, parameters are well-covered.

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 starts with a specific action ('Compute self-employed CPP contributions') and lists concrete outputs (base+enhanced, CPP2, total payable, T1 split). It distinguishes from the sibling 'estimate_self_employed_tax' by clarifying that Quebec residents should use the latter for QPP.

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 explicitly states when to use this tool (self-employed CPP) and provides a clear alternative ('use estimate_self_employed_tax with province QC for QPP') for Quebec residents, making it easy for an agent to decide.

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

estimate_self_employed_taxAInspect

Estimate a Canadian self-employed (sole proprietor) person's full tax bill: federal tax, provincial tax, CPP/QPP (incl. CPP2/QPP + QPIP for Quebec), total, after-tax income and effective rate. Fully verified provinces: ON, BC, AB, MB, SK, NS, NB, QC. Other provinces/territories return an honest federal+CPP-only partial estimate flagged supported:false.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesTax year
provinceYesTwo-letter province/territory code
net_self_employment_incomeYesNet self-employment income (after expenses), CAD
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that for non-verified provinces, only a partial estimate is returned with a supported:false flag. It also lists output components, providing good behavioral transparency despite no mention of authentication or rate limits.

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 long, front-loaded with the main purpose, and every sentence adds value. No unnecessary words 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?

Given no output schema, the description adequately lists output components. It covers the tool's scope, including edge cases for unverified provinces. Complete for a simple estimation tool with three parameters.

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?

While the schema already covers parameter descriptions (100% coverage), the description adds meaning by grouping provinces into 'fully verified' vs. others, which helps agents understand the behavior for different province codes. This goes beyond the schema's enum definitions.

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 estimates a Canadian self-employed person's full tax bill, listing specific components (federal, provincial, CPP/QPP, etc.). It distinguishes from sibling tools like cpp_self_employed by focusing on the full tax bill rather than just CPP.

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 self-employed individuals needing a full tax estimate and mentions verified vs. unverified provinces, but it does not explicitly state when to use this tool over alternatives (e.g., cpp_self_employed) or when not to use it.

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

get_tax_deadlinesAInspect

Upcoming CRA tax deadlines for Canadian freelancers / self-employed individuals (filing, payment, GST/HST, RRSP, quarterly instalments), each on its CRA effective date with the weekend next-business-day rule applied. Also available as a subscribable calendar feed.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax deadlines to return (default 10)
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It explains the weekend next-business-day rule and the CRA effective date basis, but does not mention data ordering, pagination, or any side effects. Since the tool is read-only, the omissions are minor but notable.

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 long, with no wasted words. It front-loads the essential purpose (upcoming CRA deadlines) and adds the calendar feed as a bonus. Every sentence 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 the simple parameter set and no output schema, the description adequately covers what deadlines are included and the weekend rule. It does not specify return format or field details, but for a list tool this is sufficient. The mention of a subscribable calendar feed adds extra value.

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% because the parameter 'limit' is described with min, max, and default. The tool description does not add additional semantic meaning beyond what the schema provides, so baseline 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 uses specific verbs ('get') and clearly identifies the resource ('CRA tax deadlines for Canadian freelancers / self-employed individuals'). It lists specific deadline types (filing, payment, GST/HST, etc.) and applies a weekend rule, distinguishing it from sibling tools like cpp_self_employed or estimate_self_employed_tax which focus on calculations.

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 the target audience (Canadian freelancers/self-employed) and mentions the weekend rule, providing clear context for use. However, it does not explicitly state when not to use this tool versus alternatives like gst_quick_method_compare or instalment_plan, though the context makes it reasonably clear.

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

gst_hst_registration_checkAInspect

Check whether a Canadian small business / freelancer must register for GST/HST under the $30,000 small-supplier tests (single-quarter test and rolling four-quarter test), with the exact mechanics of when to charge and the registration deadline. Set is_rideshare true for taxi/ride-share drivers (they must register from the first fare).

ParametersJSON Schema
NameRequiredDescriptionDefault
is_rideshareNoTaxi or commercial ride-share driver
quarterly_revenuesYesWorldwide taxable revenue per calendar quarter, oldest first (up to 8 quarters), CAD
Behavior4/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It explains the mechanics: 'exact mechanics of when to charge and the registration deadline' and the rideshare exception. It does not mention any destructive or side effects, but for a read-only check tool, this is sufficient and does not contradict any missing annotations.

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 extremely concise. It consists of two clear sentences: the first states the core purpose and mechanics, the second adds a specific use-case instruction. No unnecessary words, and the most important information 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?

Given the tool's complexity (Canadian GST/HST registration rules) and the absence of an output schema, the description provides sufficient context: the $30k threshold, small-supplier tests, and rideshare rule. It could hint more at the output type, but it is complete enough for an agent to understand input and purpose.

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 description coverage is 100%, so the baseline is 3. The tool description adds meaningful context beyond the schema: it explains that quarterly_revenues are worldwide, cash-based, and that rideshare drivers must register from first fare. This enriches the parameter understanding for the agent.

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 purpose: to check GST/HST registration requirement for Canadian small businesses/freelancers under the $30k small-supplier tests. It specifies the verb ('check'), resource ('registration requirement'), and context (Canadian, small business, specific tests), distinguishing it from siblings like gst_quick_method_compare or cpp_self_employed.

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 usage context: it's for checking registration under small-supplier tests. It gives specific guidance for rideshare drivers (set is_rideshare true). However, it does not explicitly mention when not to use this tool or name alternatives, leaving some ambiguity.

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

gst_quick_method_compareAInspect

Compare the GST/HST Quick Method against the regular method for a Canadian small business: eligibility (revenue ceiling + excluded professions), remittance under each method, and which one keeps more money. Annual figures.

ParametersJSON Schema
NameRequiredDescriptionDefault
revenueYesAnnual taxable revenue BEFORE tax, CAD
provinceYesTwo-letter province code of the permanent establishment (e.g. ON, BC, QC)
business_typeNoFree-text business type, e.g. 'services', 'consultant', 'retail goods', 'bookkeeper' (used for the excluded-professions test; goods vs services rate)
itc_eligible_expenses_incl_taxNoAnnual ITC-eligible operating expenses INCLUDING tax, CAD (for the regular-method comparison)
Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions the tool compares methods and determines which retains more money. However, it does not disclose assumptions, limitations, or treatment of invalid inputs.

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 effectively front-loads the main action. It is concise but could be slightly clearer about the output.

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?

No output schema exists, so description should explain return values. It mentions 'which one keeps more money' but lacks detail on output format, reliability, or edge cases. With moderate complexity, more context would help.

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 baseline is 3. The description adds value by linking business_type to excluded professions test and revenue to revenue ceiling, beyond what the schema alone 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 compares GST/HST Quick Method vs regular method for Canadian small businesses, covering eligibility, remittance, and net benefit. It distinguishes itself from sibling tools like CPP, tax deadlines, and registration checks.

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 implies use for Canadian small businesses considering the quick method, but does not explicitly state when to avoid it or provide alternatives. Context signals show distinct sibling tools, but no explicit exclusion is given.

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

instalment_planBInspect

Determine whether a Canadian individual must pay quarterly income-tax instalments (the $3,000 / $1,800-Quebec net-tax-owing tests) and compute all three CRA payment options (no-calculation, prior-year, current-year) as quarterly schedules with a suggested no-interest choice.

ParametersJSON Schema
NameRequiredDescriptionDefault
quebecNoQuebec resident (lower federal threshold; Revenu Québec runs a separate system)
prior_year_owingYesNet tax owing for the prior year, CAD
current_year_estimateYesEstimated net tax owing for the CURRENT year, CAD
second_prior_year_owingYesNet tax owing two years ago, CAD
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool uses tax thresholds and computes three options with a no-interest suggestion, but does not mention edge cases, error handling, or whether the tool is read-only.

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, informative sentence that front-loads the key action. It is concise without being terse, though it could be broken into two sentences for clarity.

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?

With 100% schema coverage and no output schema, the description adequately explains what the tool does but lacks detail on the output format or how results are presented. It mentions 'quarterly schedules' but does not specify the structure of the response.

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 does not add new information about individual parameters beyond what the schema provides, but it contextualizes how the parameters are used (to test thresholds and compute options).

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 purpose: to determine if a Canadian individual must pay quarterly income-tax instalments and to compute all three CRA payment options. It uses specific verbs like 'determine' and 'compute', and specifies the resource (quarterly instalments). It is distinct from sibling tools like 'estimate_self_employed_tax' or 'get_tax_deadlines'.

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?

No explicit guidance on when to use this tool vs. alternatives, no prerequisites mentioned, and no mention of when not to use it. The description assumes the user already knows they need instalment calculations.

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