Skip to main content
Glama

Long service leave calculator

calculate

Run the Long service leave calculator calculator: Long service leave accrued (weeks); Service needed before leave can be taken (years); Weeks you could take now, during employment; Weeks payable if employment ended today. Missing inputs fall back to their documented defaults.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoWhich state's long service leave law applies?VIC
yearsNoContinuous service with this employer
weeklyPayNoOrdinary weekly pay
weeksTakenNoLong service leave already taken

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?

There are no annotations, so the description carries the full burden of behavioral disclosure. It does disclose what the calculator returns and mentions default fallback behavior, but it does not explicitly state that this is a read-only computation or explain any state-law assumptions or limitations.

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 compact, front-loaded, and each sentence earns its place: the output list is valuable and the defaults note is useful. The redundant phrase "calculator calculator" is a minor quality flaw that prevents a 5.

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?

Since there is no output schema, the description usefully enumerates the four result categories. Combined with fully described input parameters and default behavior, an agent can understand and invoke the tool correctly, though state-specific caveats are left implicit.

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 fully documents all four parameters and their defaults. The description adds only a generic statement about missing inputs falling back to defaults, which provides no meaningful semantic detail beyond the schema.

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 action ("Run the Long service leave calculator") and the resource, and it lists the four computed outputs, which makes the tool's purpose concrete. It does not explicitly name sibling tools, but the calculation-focused language distinguishes it from the describe/enquiry tools.

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?

The description gives no guidance about when to use this calculator versus alternatives like calculator_describe or enquiry_fields. The only usage-related information is that missing inputs fall back to defaults, which is helpful but not sufficient for routing an agent to this tool.

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 targets a distinct concern: running the calculator, describing the calculator, describing the enquiry process, listing enquiry fields, and submitting an enquiry. The two 'describe' tools are clearly separated by their object, and submit_enquiry has an explicit two-step protocol.

Naming Consistency2/5

Names are not consistently action-first: 'calculate' and 'submit_enquiry' are verb-led, while 'calculator_describe' and 'enquiry_describe' are noun-led, and 'enquiry_fields' is noun-noun. This mixed ordering makes the naming feel inconsistent even though each term is individually readable.

Tool Count5/5

Five tools is well-scoped for a focused calculator-plus-enquiry site: two tools cover the calculator and three cover the enquiry workflow. There is no bloat, and each tool has a clear job.

Completeness5/5

The surface covers the full user journey: understand the calculator, run it, understand the enquiry process, inspect required fields, and submit with consent and confirmation. There are no obvious dead ends or missing lifecycle steps for this domain.

Resources