Skip to main content
Glama

What Long service leave 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.7/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 burden of behavioral disclosure. It conveys that the tool returns descriptive metadata about the calculator rather than performing calculations, and it names the specific content areas. It does not explicitly state that the tool is read-only or side-effect free, though zero parameters and the 'describe' framing make that largely implicit.

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

Conciseness5/5

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

The description is a single sentence that efficiently enumerates the tool's content coverage: inputs with units/ranges/defaults, outputs, assumptions, and tables. There is no redundant phrasing or filler, and the structure is easy to parse.

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 parameterless, descriptive tool with no output schema, the description adequately states what an agent will learn by calling it. It covers the main content categories but does not go into details such as format, length, or how the information is presented. Given the tool's simple purpose, this is nearly complete but slightly thin on delivery expectations.

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 has zero parameters and schema description coverage is 100%, so the schema is trivially complete. The description adds context by noting that the calculator itself has inputs with units, ranges, and defaults, which is useful for agents inspecting the calculator. The baseline of 4 for zero-parameter tools is appropriate.

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 identifies the resource (the Long service leave calculator) and the scope of information it covers: inputs, outputs, assumptions, and tables. It is distinct from the sibling 'calculate' tool because it describes rather than executes, though it uses an elliptical noun-phrase rather than an explicit verb like 'returns' or 'describes'.

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 this tool should be used when an agent needs to know the calculator's inputs, outputs, assumptions, or tables. However, it does not explicitly state when to use this tool versus 'calculate' or any other sibling, nor does it mention when not to use it.

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