Skip to main content
Glama

ChronoKey

timestamp

Get the current time in multiple formats. First 10 calls per day per session are free; then covered by Pro subscription, or $0.001 USD per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timezoneNoOptional IANA timezone name (e.g. "America/New_York"). Defaults to UTC.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does disclose a genuinely useful trait not available in structured fields: a rate limit (10 free calls/day/session) and cost ($0.001/call or Pro coverage). However, it says nothing about safety profile, idempotency, or what "multiple formats" concretely returns, leaving real transparency gaps.

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?

Two short sentences with the purpose front-loaded and pricing appended. Every sentence earns its place, though the billing sentence is adjacent to, rather than part of, the functional description.

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 one-optional-parameter, no-output-schema utility, the description is close to sufficient, but "multiple formats" is never unpacked and the return shape is unspecified. Given the tool's simplicity the gaps are minor but real.

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 coverage is 100% and the timezone parameter is fully documented in the schema (IANA name, UTC default). The description adds no parameter-level information at all. Baseline 3 is appropriate when the schema does the heavy lifting.

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 gives a specific verb+resource ("Get the current time") and an immediate scope hint ("in multiple formats"). It does not differentiate from siblings, but none of the listed siblings (uuid, gas.price, health) overlap with time retrieval, so the lack of differentiation carries little cost. The phrase "multiple formats" is left unexplained, which keeps it from 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 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 versus any alternative, nor on the conditions that matter (e.g., which timezone to pass, or when formats are relevant). The only conditional content is billing, not usage. Adequate context is absent.

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