Skip to main content
Glama

Language es

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

D1.3/5.0
Behavior1/5

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

No annotations are present, and the description provides no behavioral details such as side effects, errors, or output format. The odd parameter list suggests possible unexpected behavior but nothing is disclosed.

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 extremely brief, which is concise but insufficient. It lacks necessary context about the tool's capabilities and inputs, making the brevity a deficiency rather than a strength.

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?

No output schema, usage context, or relationship to sibling tools is provided. The mismatch between the description and parameters leaves a completely incomplete picture for an agent attempting to invoke the tool correctly.

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

Parameters1/5

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

Although parameters have descriptions, they describe behaviors unrelated to a UTC timestamp (e.g., 'HTTPS URL to normalize or cite', 'JSON text to validate'). These descriptions actively mislead rather than clarify; they do not add meaningful semantics for this tool.

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 'Current UTC timestamp.' states a clear output but does not explain what the tool does with inputs. The purpose is partially clear, but the presence of unrelated parameters (url, host, json, zone) makes the actual function ambiguous.

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 guidance is provided on when to use this tool versus siblings like 'timezone' or 'iana-zones'. The description offers no context for selecting this tool over alternatives.

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

Most tools have distinct purposes (URL inspection, time, status codes, JSON validation), but citation and normalize-url both deal with URL parts and could cause confusion. compatibility is also somewhat vague, though it appears to classify requests differently.

Naming Consistency5/5

All tool names use lowercase with hyphens (e.g., domain-shape, utc-time, validate-json), forming a consistent and predictable pattern across the entire set.

Tool Count3/5

11 tools is within a reasonable range, but the server lacks a unified focus—it's a grab bag of utilities. While not excessive, the count feels high for the apparent scope, which is unclear and fragmented.

Completeness2/5

There is no coherent domain to assess completeness against. The server is labeled 'Language es' but only one tool (lang-es) relates to language, leaving many potential gaps. For a general utility server, it's missing obvious pairs like URL fetching or timezone listing beyond common names.