Skip to main content
Glama

Server Details

Long Service Leave Calculator: the site's own MCP server — calculator, enquiry (enquiry = a...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
calculateLong service leave calculatorBInspect

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.

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

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.

calculator_describeWhat Long service leave calculator computesAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.

enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on Long Service Leave Calculator: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does describe the informational output ('returns who receives the details, the consent wording, and how the person confirms'), but it never explicitly states that calling this tool has no side effects or does not itself submit an enquiry. The bulk of the text describes submit_enquiry's behavior, creating mild ambiguity about the describe tool's own behavior.

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?

Two sentences with no filler: 'Read first' front-loads the usage warning, the middle sentence states the core purpose, and the final sentence summarizes the return value. Every clause earns its place.

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, annotation-less describe tool, the description covers what it does, what it returns, and when to read it. It is nearly complete, but an explicit 'this tool does not submit anything' would fully remove the potential confusion with submit_enquiry.

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 input schema has zero properties, so there are no parameters to document; the 0-parameter baseline of 4 applies. The description adds no parameter information, which is appropriate here.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies a specific verb ('States plainly') and resource ('what submit_enquiry does on Long Service Leave Calculator'), and makes the tool's informational role clear against siblings like submit_enquiry. The title and phrase 'Read first' reinforce that this is a pre-submission explainer, not the action itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The opening 'Read first' is a direct usage cue: call this before acting on submit_enquiry. It names the tool it explains, giving clear context, though it does not explicitly list when-not-to-use alternatives such as calculator_describe or enquiry_fields.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the Long Service Leave Calculator enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral transparency burden. It conveys that the tool exposes field metadata and how that metadata should feed into submit_enquiry, which implies a read-only metadata retrieval purpose. But it never explicitly states the operational behavior, such as whether it returns a list/object or has 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.

Conciseness5/5

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

The description is one focused sentence, front-loaded with the core purpose and followed by a practical usage pointer. There is no filler or redundancy.

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 zero-parameter metadata tool, the description covers the essential content and the follow-up action. It lacks an explicit statement about the return structure, but the enumerated field attributes give enough context for an agent to invoke and use the result.

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 input schema has zero parameters, so parameter-level semantics are not needed. The description correctly focuses on what the tool returns and how to use it, matching the 0-parameter baseline.

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 ('every field of the Long Service Leave Calculator enquiry') and the information exposed (key, label, type, required, help text, options). It is clear and specific, but it does not explicitly distinguish itself from the sibling enquiry_describe, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides actionable usage context by instructing the agent to pass answers to submit_enquiry keyed by field key. It does not, however, discuss when to prefer this tool over the similar-sounding enquiry_describe or calculator_describe, so exclusion guidance is missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect

Submits an enquiry to Long Service Leave Calculator — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a relevant employment lawyer or workplace adviser, who'll contact me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to a relevant employment lawyer or workplace adviser, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries full behavioral disclosure. It explains the validation step, the confirmation token mechanism, the need for the recipient to click an emailed link before providers see the enquiry, and the exact consent wording. This gives the agent a complete picture of the tool's behavior.

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 structured clearly with Step 1 and Step 2, front-loading the critical distinction that this is not a purchase. Every sentence contributes actionable guidance, and the repeated consent text is necessary because the agent must display it to the user.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema and no annotations, the description fully equips the agent to execute the two-step process correctly: what to send, what to show, when to resubmit, and what the recipient must do. Nothing essential for invoking the tool is missing.

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 coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by specifying that answers must be keyed by field key from enquiry_fields and by clarifying the role of the confirmation token across the two steps. This is a meaningful but modest addition.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: submitting an enquiry to human providers, and immediately clarifies it is not a purchase or guaranteed quote. It clearly distinguishes the tool from siblings like calculate and enquiry_describe by framing the two-step human-submission flow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit step-by-step usage: call first with answers and consent, show the summary, then call again only if the person agrees. It also references enquiry_fields for keying answers and includes explicit exclusions such as 'not a purchase' and 'not a guaranteed quote'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • First observedcalculate
    • First observedcalculator_describe
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for the Workplace Gender Equality Agency (WGEA) per-employer dataset. Plain-English access to workforce composition, manager movements, pay-gap actions, parental leave, flexible work, and harm-prevention policies for every Australian employer with 100+ employees. CC-BY 3.0 AU.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    The most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.
    15
    19
    1
    MIT
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