Skip to main content
Glama

ISO country PH

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

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure, and it only states the core behavior. It does not mention that only the 'zone' parameter is relevant, that the other eight schema fields appear unrelated to timezone lookup, or what happens on an invalid zone. The operation is clearly a read-only time lookup, but richer behavioral context is missing.

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?

The description is a single efficient sentence with no filler and front-loads the core purpose. It loses one point because it omits contextual guidance that would make selection and invocation more robust.

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?

The description is minimally viable for a simple tool: an agent can infer that it should pass the zone parameter. However, with no output schema, no annotations, and a confusing nine-parameter schema full of apparently unrelated fields, the description does not fully explain return format, error behavior, or which parameters are actually used.

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 description coverage is 100%, so the baseline is 3. The tool description adds little beyond the schema: 'named IANA timezone' essentially repeats what the 'zone' parameter description already says. It also does not clarify why nine unrelated parameters like url, json, and path exist on a timezone tool.

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 clearly states the tool's result: current time for a named IANA timezone. The phrase 'IANA timezone' also helps distinguish it from siblings like utc-time and iana-zones. It is not a full 5 because it is a noun phrase rather than an explicit verb+resource statement such as 'Returns the current time...'.

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 this tool is for zone-specific time lookups, especially given the sibling utc-time exists. However, it never explicitly says when to use this tool instead of alternatives, nor does it mention exclusions or conditions. The usage context is inferable but not stated.

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.