Skip to main content
Glama
IBM

chuk-mcp-time

by IBM

get_timezone_info

Retrieve detailed timezone information including current offset, DST status, and upcoming transitions for planning and scheduling purposes.

Instructions

Get detailed information about a timezone including upcoming transitions.

Provides comprehensive timezone metadata including current offset, DST status,
and upcoming transitions (e.g., DST changes). Useful for planning and
understanding timezone behavior.

Args:
    timezone: IANA timezone identifier
    mode: Accuracy mode for getting current time - "fast" or "accurate"

Returns:
    TimezoneDetailResponse with current info and transition schedule

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timezoneYes
modeNofast
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the tool's purpose and output structure (returns TimezoneDetailResponse with current info and transition schedule), but lacks details on error handling, rate limits, authentication needs, or performance implications of the 'mode' parameter. It adequately describes what the tool does but misses behavioral nuances.

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 well-structured with a clear purpose statement, usage note, and separate sections for Args and Returns. It avoids unnecessary fluff, but the 'Useful for planning...' sentence is somewhat generic and could be more specific. Overall, it's efficiently organized and front-loaded with key information.

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?

Given no annotations, no output schema, and 2 parameters with 0% schema coverage, the description does a decent job but has gaps. It explains the tool's purpose and parameters adequately, but lacks details on the response format (what fields TimezoneDetailResponse contains), error cases, or performance trade-offs. For a tool with no structured metadata, it's minimally viable but not fully comprehensive.

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

Parameters4/5

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

The description adds significant meaning beyond the input schema, which has 0% description coverage. It explains that 'timezone' is an 'IANA timezone identifier' and 'mode' is an 'Accuracy mode for getting current time' with values 'fast' or 'accurate'. This compensates well for the schema's lack of descriptions, though it doesn't detail the practical differences between 'fast' and 'accurate' modes.

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 clearly states the specific action ('Get detailed information about a timezone including upcoming transitions') and resource ('timezone'), distinguishing it from siblings like 'list_timezones' (which lists) or 'convert_time' (which converts). It explicitly mentions what information is provided (metadata, offset, DST status, transitions).

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 provides some implied usage context ('Useful for planning and understanding timezone behavior'), but does not explicitly state when to use this tool versus alternatives like 'get_time_for_timezone' or 'get_local_time'. No exclusions or prerequisites are mentioned, leaving the agent to infer based on tool names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/chuk-mcp-time'

If you have feedback or need assistance with the MCP directory API, please join our Discord server