Skip to main content
Glama

New Zealand final pay calculator

calculate

Run the New Zealand final pay calculator calculator: Rate for unused annual holidays; Unused annual holidays; 8% of gross earnings; Final pay before tax. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aweNoAverage weekly earnings
owpNoOrdinary weekly pay
serviceNoHow long had you worked there?entitled
noticePayNoPay for the rest of the notice period
wagesOwedNoWages for hours worked but not yet paid
leaveWeeksNoUnused annual holidays you are entitled to (weeks)
alreadyPaidNoHoliday pay you have already had
grossEarningsNoGross earnings for the 8% payment
publicHolidaysNoPublic and alternative holidays owed

Schema Changelog

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

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds useful context that missing inputs fall back to documented defaults, and lists apparent output components. However, it does not state that the tool is a pure calculation with no side effects, nor describe the return format beyond the brief list.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at two sentences, but the duplicated word 'calculator' and the unlabeled semicolon list reduce structural quality. The key behavior (default fallback) is saved for the second sentence, which is fine, but the overall presentation is slightly sloppy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters, no output schema, and no annotations, the description is too thin. It does not explain what the full return value is, how inputs like service, noticePay, and publicHolidays factor into the calculation, or which inputs are relevant in which employment scenarios. An agent would struggle to know what to expect from the tool.

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 any parameter-level meaning beyond the schema; it only references concepts like 'unused annual holidays' and '8% of gross earnings' without mapping them to the named 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 verb 'Run' and names the resource 'New Zealand final pay calculator', which distinguishes it from sibling tools like calculator_describe and submit_enquiry. However, the typo 'calculator calculator' and the ambiguous semicolon-separated list (inputs vs. outputs) prevent full clarity.

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?

There is no explicit guidance on when to use this tool versus alternatives. The phrase 'Run the New Zealand final pay calculator' implies a calculation use-case, but it does not mention calculator_describe, submit_enquiry, or any conditions or exclusions.

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
Disambiguation5/5

Each tool has a clearly distinct role: calculate runs the calculator, calculator_describe explains its inputs and assumptions, enquiry_describe explains the enquiry process, enquiry_fields provides the schema, and submit_enquiry handles the two-step submission. There is no meaningful overlap or ambiguity.

Naming Consistency3/5

Names are readable but follow mixed conventions: calculate is a bare verb, calculator_describe and enquiry_describe are noun-verb, enquiry_fields is noun-noun, and submit_enquiry is verb-noun. The pattern is not chaotic but it is not consistent.

Tool Count5/5

Five tools is well-scoped for a focused NZ final pay calculator and enquiry submission domain. Each tool serves a necessary part of the workflow without bloat or redundancy.

Completeness5/5

The tool surface covers calculator execution, calculator metadata, enquiry process explanation, field definitions, and the full two-step enquiry submission flow. There are no obvious dead ends or missing operations for the stated purpose.

Resources