Skip to main content
Glama

timezone

Get the IANA timezone, UTC offset, and daylight saving status from latitude and longitude coordinates. Use for scheduling and time conversion.

Instructions

Get the IANA timezone for a geographic coordinate.

Returns: { timezone (IANA name), utc_offset_hours, utc_offset_seconds, dst_active }.

Examples of IANA timezone names: "Europe/Paris", "America/New_York", "Asia/Kolkata".

WHEN TO USE: Scheduling delivery ETAs, converting server timestamps to local time, detecting user timezone from coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude. Range: -90 to 90.
lonYesLongitude. Range: -180 to 180.
Behavior2/5

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

No annotations provided, so description carries full burden. It does not disclose any behavioral traits such as data source, accuracy, error handling, or rate limits. Only return format is mentioned, which is minimal.

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?

Very concise: three sentences covering purpose, return format, examples, and usage context. No redundant information; each sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with two params, the description explains return fields and gives usage examples. Could mention error handling, but schema already constrains ranges. Fairly complete.

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 covers 100% of parameters with descriptions including ranges. Description does not add new semantic meaning beyond what schema provides, so baseline score of 3 is appropriate.

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?

Description clearly states 'Get the IANA timezone for a geographic coordinate' with a specific verb and resource. It also lists the return fields and provides examples of IANA names, distinguishing it from sibling geospatial tools like geocode or elevation.

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

Usage Guidelines4/5

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

Explicitly provides use cases in 'WHEN TO USE' section (scheduling ETAs, time conversion, detecting timezone). No explicit 'when not to use' but given sibling tools are different, it's clear this is for timezone lookup only.

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/algolayertechnologies/mapsi-mcp'

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