Skip to main content
Glama

Language ru

timezone

Current time in a named IANA timezone.

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

B3.1/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 burden, but it only states the result and does not disclose behavior for invalid zone names, return format, or whether the extra url/host/json parameters affect execution. No side effects are mentioned, leaving important behavioral details unspecified.

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

Conciseness5/5

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

The description is a single concise sentence with the key information front-loaded. There is no unnecessary verbosity.

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 description omits return format and does not address the unrelated parameters in the schema. Since there is no output schema, the description should at least state what form the current time takes, and it should reconcile the extra parameters; it does neither.

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?

The schema contains four parameters, but only zone matches the tool description; url, host, and json have descriptions unrelated to timezone (normalize/cite, hostname, validate JSON). The tool description does not clarify their relevance or indicate that they are ignored, so parameter semantics are actively misleading.

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

Purpose5/5

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

The description 'Current time in a named IANA timezone' clearly identifies the tool's purpose and distinguishes it from sibling utc-time (UTC time) and iana-zones (timezone lists). The verb and resource are specific enough for an agent to select this tool.

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

Usage Guidelines3/5

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

The description implies when to use it (when a named IANA timezone's current time is needed) but does not explicitly mention alternatives or exclusions such as utc-time for UTC or iana-zones for list operations. Usage guidance is only implicit through the tool name and description.

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/5.0
Disambiguation2/5

Tools overlap in purpose: 'citation' and 'normalize-url' both process URLs, while 'timezone' and 'utc-time' both return time-related data. The distinction between 'domain-shape' and 'normalize-url' is also unclear without deeper inspection.

Naming Consistency2/5

Names mix single words (citation, compatibility, timezone) and hyphenated compounds (domain-shape, normalize-url, validate-json). Some names are vague and not action-oriented (e.g., 'citation', 'compatibility'), and 'lang-ru' is narrowly scoped without a pattern.

Tool Count4/5

With 11 tools, the count falls within the acceptable 3-15 range and does not feel excessive. The number is reasonable for a utilities server, though a couple of tools could be merged without loss of clarity.

Completeness3/5

The set covers several web-related utilities (URLs, status codes, time, JSON, robots), but the domain is not clearly defined and lacks common counterparts (e.g., encoding/decoding, hashing). The inclusion of a single language tag tool ('lang-ru') suggests a narrow or arbitrary scope.