Skip to main content
Glama

x402-is-leap-year

Is Leap Year: Is Leap Year

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoYear to process
inputNoInput to process
valueNoValue to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / input
      Added value: +{
      +  "description": "Input to process",
      +  "type": "string"
      +}
  2. Changed1 schema field changed
    • addedInput schema / properties / value
      Added value: +{
      +  "description": "Value to process",
      +  "type": "string"
      +}
  3. First observed

TDQS

D1.7/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full behavioral burden, and it discloses nothing: not the return shape (presumably a boolean), not the accepted year range, not error behavior for malformed input. A one-line tautology gives an agent no behavioral confidence for calling this predicate.

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

Conciseness2/5

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

The description is short, but its brevity comes from under-specification rather than efficiency: the single clause simply echoes the tool name twice with a colon separator. Every character is redundant, so there is nothing to front-load.

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

Completeness1/5

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

With no annotations, no output schema, three ambiguous optional parameters, and a tautological description, an agent has essentially no information beyond the tool name to determine input format or expected result. This is completely inadequate for even a simple predicate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is nominally 100%, which would normally justify a baseline of 3, but the coverage is vacuous: 'Year to process', 'Input to process', and 'Value to process' are boilerplate that fail to distinguish three optional string parameters. It is unclear whether the year belongs in 'year', 'input', or 'value', and the description adds nothing to resolve this ambiguity.

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

Purpose2/5

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

The description 'Is Leap Year: Is Leap Year' is a verbatim restatement of the tool name, adding no information an agent didn't already have from the identifier. While the name itself implies a boolean leap-year check, the description does not distinguish this tool from the near-identical sibling x402-is-leap-year-num or from related calendar tools like x402-days-in-year.

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, what input format is expected (a 4-digit year string? a date?), or how it relates to the sibling x402-is-leap-year-num. The agent is left to infer everything from the name alone.

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