Skip to main content
Glama

Annual leave loading calculator

calculate

Run the Annual leave loading calculator calculator: Base weekly pay; Base pay for the leave period; Leave loading; Penalties you would have earned. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hourlyRateNoBase hourly rate
leaveWeeksNoWeeks of annual leave being paid
loadingPctNoLeave loading in your award or agreement
penaltyPctNoWeekend or shift penalties you normally get
hoursPerWeekNoOrdinary hours per week

Schema Changelog

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

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does disclose that missing inputs fall back to documented defaults and lists the computed outputs, but it does not explain how results are returned, what assumptions or formulas are used, or whether the tool is a pure computation with no side effects.

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 sentence with no wasted words beyond the duplicated 'calculator' typo. The key outputs are front-loaded and the default behavior is mentioned, making it efficient despite minor grammatical awkwardness.

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?

For a simple calculator with all-optional parameters that are fully documented in the schema, the description covers the outputs and default behavior. However, since there is no output schema and no annotations, the response shape and the relationship between inputs and outputs are left unstated, requiring inference.

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%, with all five parameters having names, descriptions, defaults, and ranges. The description adds only generic default-fallback context, which aligns with the schema, so it does not need to repeat individual parameter semantics.

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 says to run the annual leave loading calculator and enumerates the outputs: base weekly pay, base pay for the leave period, leave loading, and penalties. This makes the operation and resource clear, though the wording is awkward ('calculator calculator') and it does not explicitly differentiate itself from siblings like calculator_describe.

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 guidance on when to use this tool versus alternatives such as calculator_describe or submit_enquiry. The only usage-related information is about default fallback, which is behavioral rather than selection guidance.

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

Each tool targets a distinct function: calculating, describing the calculator, describing the enquiry flow, listing enquiry fields, and submitting the enquiry. Even the two 'describe' tools are clearly separated by subject matter (calculator vs. enquiry).

Naming Consistency2/5

Naming patterns are inconsistent: 'calculate' is a bare verb, 'submit_enquiry' is verb_noun, while 'calculator_describe' and 'enquiry_describe' are noun_verb, and 'enquiry_fields' is noun_noun. The mixed conventions make the toolset feel less predictable.

Tool Count5/5

Five tools is well-scoped for a calculator-plus-enquiry site. Each tool has a clear role and none feel redundant or missing.

Completeness5/5

The surface covers the full user journey: describe the calculator, run the calculation, understand the enquiry, get the field schema, and submit with consent confirmation. No obvious dead ends or missing operations for this domain.

Resources