Skip to main content
Glama

Employer cost calculator

calculate

Run the Employer cost calculator calculator: KiwiSaver employer contribution; ACC work levy (at your rate); Holiday pay (8%, pay-as-you-go); True annual cost. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
casualNoEmployment type0
extrasNoOther annual costs (benefits, equipment, insurance)
salaryNoGross annual salary or wages
accRateNoACC work levy per $100 of pay
kiwiRateNoKiwiSaver employer contribution

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses the calculation components and the fallback behavior for missing inputs ('Missing inputs fall back to their documented defaults'). It does not explicitly assert statelessness or no side effects, but the calculator nature and output list make the tool's behavior 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 core purpose is front-loaded and the list of outputs is compact. Minor redundancy ('calculator calculator') and the duplicate title detract slightly from an otherwise tight description.

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 five optional parameters and no output schema, the description gives the practical essentials: what is calculated, the key default fallback rule, and the main outputs. It could still be slightly more explicit about the returned shape or the role of the 'casual' input, but it is largely complete.

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 schema already documents each parameter. The description adds high-level context (e.g., holiday pay at 8%, using 'your rate' for ACC) but does not add per-parameter meaning beyond the schema. Baseline 3 applies.

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 an explicit verb ('Run') and a named resource (Employer cost calculator), and enumerates the exact calculations it performs (KiwiSaver, ACC levy, holiday pay, true annual cost). This clearly separates it from descriptive sibling tools like calculator_describe and enquiry_describe.

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 instruction to 'Run' the calculator implies it is the execution tool rather than the describe/enquiry siblings, but the description never states when to prefer it or when to use alternatives. There is no explicit exclusion or routing guidance, so usage is only implied.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct concern: running the calculator, explaining the calculator, explaining the enquiry workflow, listing enquiry fields, and submitting the enquiry. The only potentially adjacent pair is enquiry_describe and enquiry_fields, but their descriptions draw a clear line between process and schema.

Naming Consistency3/5

Names are readable and grouped by function, but they mix conventions: calculate and submit_enquiry are verb-first, while calculator_describe and enquiry_describe are noun-first, and enquiry_fields is a noun phrase. No single pattern is sustained across the set.

Tool Count5/5

Five tools is an appropriate size for a focused site with two features: a calculator and an enquiry flow. Each tool has a clear role, and there are no redundant or filler tools.

Completeness5/5

The calculator surface is complete with run and describe tools, and the enquiry surface covers workflow, schema, and two-step submission. The two-step confirmation is handled inside submit_enquiry, so there are no missing lifecycle steps.

Resources