Skip to main content
Glama

What New Zealand final pay calculator computes

calculator_describe

The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A3.6/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 full burden of behavioral disclosure. It transparently states the tool is descriptive, listing the categories of information it returns (inputs, outputs, assumptions, tables), which implies it is a read-only informational tool. It does not specify whether the output is structured text, JSON, or a document, but for a describe-type tool, this is 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 description is a single, compact sentence that efficiently enumerates the main content categories: inputs, outputs, assumptions, and tables. It avoids redundancy and front-loads the key information. It could be slightly more direct with a leading verb like 'Describes...', but it remains appropriately sized and well structured.

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 has no parameters and no output schema, the description supplies the essential context: it returns calculator documentation including inputs, outputs, and underlying assumptions. This is sufficient for an agent to know what to expect. It does not explicitly state the format or purpose of the returned information, but the description is complete enough for the tool's simplicity.

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 tool accepts zero parameters, so there are no parameter semantics to clarify. Per the baseline, a no-parameter tool receives a 4 because parameter documentation is irrelevant. The description appropriately focuses on the informational content returned rather than 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 what this tool provides: the calculator's inputs, outputs, assumptions, and tables. It identifies a specific resource (New Zealand final pay calculator) and distinguishes it from the sibling calculate tool by indicating this is descriptive metadata rather than the calculation itself. A minor gap is that it lacks an explicit action verb, reading as a noun phrase, but the intent is unambiguous.

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: an agent would call this to understand the calculator's behavior before or instead of invoking calculate. However, it does not explicitly state when to use this tool versus its siblings, nor does it mention any exclusions or prerequisites. The usage context is inferable but not spelled out.

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