Skip to main content
Glama

Required hourly rate for a target take-home

required_hourly_rate

Work backwards from the annual take-home a contractor wants to the hourly rate they must bill, accounting for 2026 income tax and CPP in their province plus billable time. Planning estimate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
provinceYesProvince slug, e.g. 'ontario'
weeks_per_yearNoWorking weeks per year (default 48)
overhead_annualNoAnnual business overhead, CAD (default 0)
target_take_homeYesDesired annual after-tax take-home, CAD
billable_hours_per_weekNoBillable hours per week (default 30)

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It discloses that it accounts for 2026 income tax, CPP, province, and billable time, and frames the output as a 'Planning estimate,' indicating approximation. However, it does not mention assumptions, output format, or limitations such as ignoring other deductions or using default values.

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: two sentences that front-load the primary purpose and include a clear qualifier ('Planning estimate'). Every word earns its place, with no redundant information or extended explanations.

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 description covers the core purpose and key inputs, but with no output schema and sparse annotations, it lacks details on return values, default behaviors (e.g., weeks_per_year default 48), or edge cases. For a 5-parameter tool, the description is adequate but leaves notable gaps in behavioral context.

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% with each parameter having a description in the input schema. The tool description adds limited semantic value beyond the schema by referring to 'billable time' and 'take-home,' but it does not detail parameter relationships or syntax. Baseline 3 is appropriate since the schema fully documents individual parameters.

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 tool's function: 'Work backwards from the annual take-home a contractor wants to the hourly rate they must bill.' This uses a specific verb ('work backwards') and resource (hourly rate), distinguishing it from the sibling 'estimate_contractor_tax' by its directionality. However, it does not explicitly name alternative tools.

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 provides an implied usage context with 'Planning estimate,' suggesting use for planning rather than exact tax filing. It does not explicitly state when to use this tool versus alternatives, nor does it list exclusions or prerequisites. The context is clear enough for a user to infer, but no explicit guidance is given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have distinct purposes: form searching/recommending vs. tax calculations vs. pass purchase. The two form-finding tools (search_forms, which_form_do_i_need) overlap somewhat, but their descriptions clarify keyword search vs. plain-language recommendation.

Naming Consistency2/5

Naming is mixed: some verb_noun (get_form, list_categories, search_forms), some noun phrases (hst_quick_method, required_hourly_rate), and one sentence-style name (which_form_do_i_need). No consistent pattern across the set.

Tool Count5/5

8 tools is well within the ideal 3-15 range and each tool covers a meaningful aspect of the domain: form search, detail retrieval, categorization, recommendation, and tax/hourly-rate utilities.

Completeness5/5

The tool surface covers the full workflow: discover categories, search forms, get details, get recommendations, plus financial planning tools (tax, HST, hourly rate). No obvious gaps for a forms-and-estimates server.