Skip to main content
Glama

JSON byte count, body discarded

utc-time

Current UTC timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.5/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says it returns a timestamp and does not mention how the parameters affect the result, whether it performs any side effects, or whether it is read-only. This is insufficient for a tool with such seemingly unrelated parameters.

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?

The description is very short and front-loaded, but it is under-specified given the parameter complexity. It is concise but lacks necessary detail, making it borderline between appropriate brevity and insufficient specification.

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 has no output schema, so the description should clarify what is returned (it does mention a timestamp), but it fails to explain how the parameters are used or why they exist. The agent cannot correctly invoke the tool without understanding the role of the parameters, so the description is incomplete for a tool with this many inputs.

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%, so each parameter already has a description. The tool description adds nothing about how these parameters influence the timestamp, and the parameters appear disconnected from the tool's stated purpose. However, since the schema documents them, the baseline of 3 is appropriate.

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 'Current UTC timestamp' states a clear purpose, but it does not explain how the four parameters (url, host, json, zone) relate to generating a timestamp. It also fails to distinguish this tool from the sibling 'timezone' tool, leaving the agent to guess when to use which.

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 alternatives like 'timezone' or 'iana-zones'. No context is given for appropriate use cases, nor are any exclusions or prerequisites mentioned.

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.

TDQS

C2.3/5.0
Disambiguation4/5

Each tool has a distinct function: URL analysis, JSON inspection, time/timezone, and HTTP status. Only 'compatibility' is vaguely defined and could conceptually overlap with status-catalog, but the other descriptions prevent significant misselection.

Naming Consistency2/5

Names mix noun-only (citation, compatibility), noun-noun (json-bytes, status-catalog), and verb-noun (inspect-robots, normalize-url, validate-json) styles with no clear pattern. All are readable, but the convention is not systematic or predictable.

Tool Count5/5

With 11 tools, the count sits comfortably in the ideal range. Each tool has a specific purpose, and the set does not feel bloated, even though the overall scope spans multiple utility domains.

Completeness3/5

URL, JSON, time, and HTTP status areas each have reasonable coverage with no obvious dead ends. However, the lack of a clearly stated central domain makes completeness hard to fully evaluate, and 'compatibility' feels under-specified.