Skip to main content
Glama

Employer cost calculator

calculate

Run the Employer cost calculator calculator: Employer National Insurance (15%); Employer pension; Apprenticeship levy (0.5%); True annual cost. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levyNoAnnual pay bill over £3m (apprenticeship levy)0
extrasNoOther annual costs (benefits, equipment, insurance)
salaryNoGross annual salary
pensionRateNoEmployer pension contribution
pensionBasisNoPension calculated onqualifying

Schema Changelog

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

  1. First observed

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 full burden of behavioral disclosure. It adds transparency by stating that missing inputs fall back to defaults and by listing the specific rates and cost components. It does not describe the return format, side effects, or whether this is a purely computational read-only operation, leaving some ambiguity.

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 appropriately short and front-loaded with the action and outputs. However, the doubled 'calculator calculator' is a structural flaw that hurts readability. Each clause adds value otherwise, and the fallback note is useful.

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 calculator tool with five optional, well-documented parameters and no output schema, the description is mostly complete. It lists what the tool computes, gives rates, and explains fallback behavior. It does not explicitly state the exact return payload, but the enumerated outputs give enough context for an agent to invoke it correctly.

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 description adds meaningful context beyond the schema by naming the specific rates (15% NI, 0.5% levy) and the 'True annual cost' output, which helps an agent understand how parameters like salary and pensionRate contribute to the result. The fallback-to-defaults statement also clarifies parameter behavior.

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 states a clear action ('Run the Employer cost calculator') and resource ('Employer cost calculator'), and enumerates the computed outputs: Employer National Insurance (15%), Employer pension, Apprenticeship levy (0.5%), and True annual cost. It is distinct enough from sibling tools like 'calculator_describe' and 'submit_enquiry', though the phrase 'calculator calculator' is a minor redundancy.

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 when to use the tool: when you need employer cost calculations. It also provides useful guidance that missing inputs fall back to documented defaults, which tells an agent which parameters can be omitted. However, it does not mention alternatives or explicitly say when not to use this tool versus siblings.

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

Each tool targets a clearly different concern: running the calculation, describing the calculator, explaining the enquiry flow, providing the enquiry schema, and submitting the enquiry. There is no meaningful overlap, and the descriptions make the boundaries obvious.

Naming Consistency2/5

Naming is inconsistent: calculate is a bare verb, calculator_describe and enquiry_describe use object-verb order, submit_enquiry uses verb-object order, and enquiry_fields is a noun-noun. The grouping around calculator/enquiry helps, but the verb placement is not predictable across the set.

Tool Count5/5

Five tools is well-scoped for a two-purpose site covering calculator operation/documentation and enquiry schema/submission. Each tool has a distinct job and none feels redundant.

Completeness5/5

The domain is fully covered: users can learn about the calculator, run it, learn about the enquiry process, see the required fields, and submit with two-step consent. There are no obvious dead ends for the stated purpose.

Resources