Skip to main content
Glama

x402-format-time24

Format Time24: Format time in 24-hour notation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate to process

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden, yet it discloses nothing about accepted input formats, whether invalid input errors or passes through, or what the returned string looks like (HH:MM vs HH:MM:SS vs '14:30'). For a formatting tool these are the traits an agent most needs.

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

Conciseness3/5

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

A single short sentence is efficient, but the leading 'Format Time24:' clause is redundant name echo rather than front-loaded substance; the sentence could be tightened and instead spend its words on input/output specifics.

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

Completeness2/5

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

The tool is simple, but with no annotations, no output schema, and an ambiguous 'date' parameter, the description is not complete enough for an agent to call it correctly. It never says what format the input takes or what notation the output uses beyond '24-hour'.

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 coverage is 100%, but the schema's own description ('Date to process') is a generic restatement of the parameter name. The description adds nothing — it never clarifies whether 'date' means a datetime string, an ISO timestamp, an epoch value, or a date-only value, which is essential for a time-formatting tool.

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

Purpose3/5

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

The description states a specific verb+resource ('Format time in 24-hour notation'), which does differentiate the intent from the sibling x402-format-time12. However, the 'Format Time24:' prefix merely restates the tool name, and the phrasing is generic enough that the actual transformation (parse what input, emit what shape) remains unclear.

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 choose this over x402-format-time12 or the many other date/time siblings (x402-format-date, x402-rfc3339, x402-time). No exclusions, prerequisites, or context are offered; the agent must infer usage 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