Skip to main content
Glama

geo_timezone

Estimate the timezone at any geographic coordinate using its longitude. Returns a UTC offset calculated by dividing longitude by 15.

Instructions

Estimate the timezone at a geographic coordinate based on longitude. Uses a simple longitude-based calculation (offset = round(lng / 15)). Note: may be inaccurate near timezone borders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude of the point (-90 to 90)
lngYesLongitude of the point (-180 to 180)
Behavior4/5

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

With no annotations, the description fully discloses the simple calculation method and acknowledges potential inaccuracy near timezone borders, providing transparency about the tool's limitations.

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?

Two sentences, no wasted words. First sentence states purpose, second adds important accuracy caveat. Efficient and well-structured.

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?

No output schema is provided, and the description does not indicate what the tool returns (e.g., timezone name, offset). This is a significant gap for a tool with no output schema.

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?

Schema covers param descriptions (lat/lng ranges) at 100%. Description adds value by explaining the calculation formula (offset = round(lng / 15)), giving context beyond the schema.

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 it estimates timezone at a geographic coordinate based on longitude, with a specific verb 'Estimate' and resource 'timezone'. This distinguishes it from siblings like geo_elevation or geo_reverse.

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 usage for quick timezone estimation but does not explicitly state when to use this tool versus alternatives or provide any exclusion criteria.

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/badchars/satellite-mcp'

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