Skip to main content
Glama

What Notice period 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

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It implies an informational, read-only purpose by saying it describes inputs and outputs, but it never explicitly states that the call is non-mutating, returns documentation rather than calculations, 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.

Conciseness4/5

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

The description is a single, compact sentence with no filler words, and it front-loads the resource being described. It loses a point only because it is a noun phrase rather than a clear verb-led instruction.

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 zero-parameter documentation tool, the description adequately captures the scope of what will be returned. However, it lacks explicit usage guidance and behavioral transparency, and with no output schema or annotations, these gaps leave the agent relying on inference about side effects and when to invoke the tool.

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, so the baseline is 4. The description appropriately mentions that inputs are covered as part of the tool's descriptive content, which is sufficient given the empty input 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 identifies the subject (the notice period calculator) and enumerates what the tool covers: inputs with units/ranges/defaults, outputs, and assumptions/tables. This distinguishes it from calculate and the enquiry-related siblings, though it is phrased as a noun fragment rather than an explicit verb statement like 'Describes...'.

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 about when to use this tool instead of calculate, enquiry_describe, or submit_enquiry. The sibling names imply calculator_describe is an explanatory companion to calculate, but the description does not state this or provide any when-to-use / when-not-to-use conditions.

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.

Resources