Skip to main content
Glama

GitHub Repo Shape

timezone

Current time in a named IANA timezone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

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

  1. First observed

TDQS

C2.3/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention what happens with an invalid timezone, whether the tool performs any network call, whether it returns just the time or includes other data, or why the schema contains nine unrelated parameters (ref, url, city, feed, host, json, path, query) that appear irrelevant to timezone. This lack of disclosure makes the tool's behavior opaque and potentially misleading.

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 concise (a single sentence), which is positive, but it is under-specified for a tool with nine parameters. It is not front-loaded with the key parameter (zone) and provides no structure to help an agent understand the tool's actual scope. It earns a middle score for brevity but loses points for not using the space to clarify essential usage.

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 the tool's complexity (9 optional parameters, no annotations, no output schema), the description is severely incomplete. It does not explain the role of the extra parameters, does not specify the return format, and does not mention error behavior or edge cases. An agent cannot confidently determine how to invoke this tool correctly or what to expect from it.

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 description coverage is 100% (all parameters have descriptions), so the baseline is 3. However, the description itself does not add any meaning beyond the schema. It does not highlight which parameter (likely 'zone') is the essential one, nor does it clarify that the other eight parameters are extraneous or ignored. The schema descriptions themselves are terse and offer no context for why they exist in a timezone tool, so the description fails to compensate for that confusion.

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 states a clear purpose: 'Current time in a named IANA timezone.' It uses a specific verb ('Current time') and resource ('IANA timezone'), which distinguishes it from the sibling 'utc-time' (which presumably returns UTC rather than a named zone). However, it does not explicitly mention the alternative, so it scores a 4 rather than 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?

The description provides no guidance on when to use this tool versus alternatives like 'utc-time' or other time-related tools. It does not state any conditions, prerequisites, or exclusions. An agent is left to infer that this tool is for a named zone, but there is no explicit 'use this when' or 'use that instead' guidance.

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.