Skip to main content
Glama

x402-timestamp-pretty

Timestamp Pretty: Timestamp Pretty

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unixNoUnix to process
inputNoInput to process
timestampNoTimestamp to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.3/5.0
Behavior1/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure, yet it reveals nothing: no output format, no accepted input format, no edge-case behavior, no side effects. There is zero behavioral information for an agent to rely on.

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 text is short, but this is under-specification rather than conciseness. The structure redundantly repeats the name ('Timestamp Pretty: Timestamp Pretty'), and every sentence-equivalent fails to earn its place by adding zero information beyond the tool name.

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?

Given a 3-parameter tool with no annotations, no output schema, and a massive sibling list densely populated with timestamp/date tools (x402-unix-to-date, x402-unix-to-iso, x402-date-to-epoch, x402-format-time12, x402-time), the description provides no way for an agent to understand inputs, outputs, or differentiation. Critically incomplete.

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 each parameter description is the empty boilerplate 'X to process' — 'Unix to process,' 'Input to process,' 'Timestamp to process.' The names hint at the parameter types, but no format, units (seconds vs milliseconds), or guidance on which of the three near-synonymous parameters to use is given. The schema-heavy baseline is not earned because the descriptions are content-free.

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

Purpose1/5

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

The description 'Timestamp Pretty: Timestamp Pretty' is a pure tautology — it restates the tool name twice and says nothing about what the tool does, what 'pretty' means, what format it outputs, or what behavior an agent should expect. There is no verb or resource describing the operation.

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

Usage Guidelines1/5

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

No usage guidance is provided whatsoever. The description gives no clue when to use this instead of the many sibling date/time tools (x402-unix-to-date, x402-format-time12, x402-time, x402-epoch-to-date), and no exclusions or alternative conditions are stated.

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