Skip to main content
Glama

MCPFax Public-Data Utility API

Timezone by coordinate

v1_timezone
Read-onlyIdempotent

Timezone by coordinate: Coordinates → IANA timezone, UTC offset, local time. Source: Open-Meteo. $0.005 per call · GET /v1/timezone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude. Example: '48.85'.
lonYesLongitude. Example: '2.35'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / lat / examples
      Added value: +[
      +  48.85
      +]
    • addedInput schema / properties / lon / examples
      Added value: +[
      +  2.35
      +]
  2. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds useful operational traits such as the data source (Open-Meteo), per-call cost, and HTTP method, but does not go into deeper behaviors like DST handling or response format.

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?

The description is extremely compact and front-loaded. The core mapping is stated in one sentence, followed by source, cost, and endpoint details. Every element earns its place with no redundancy.

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

Completeness5/5

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

For a simple two-parameter read-only lookup with full schema coverage, the description is complete. It lists the expected outputs, compensating for the missing output schema, and adds source, pricing, and endpoint context. No critical operational detail appears to be missing.

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?

The schema provides 100% coverage for both lat and lon parameters, each with descriptions and examples. The description only refers to 'Coordinates' generically and does not add any parameter-level meaning beyond what the schema already documents.

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 a coordinate-to-timezone transformation and enumerates the specific outputs (IANA timezone, UTC offset, local time). The phrase 'by coordinate' distinguishes it from sibling location-related tools like v1_geocode or v1_reverse_geocode.

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?

The intended usage is clear: use this tool when you have latitude/longitude coordinates and need timezone information. It does not explicitly name alternatives or exclusion conditions, but the context is strong enough to guide an agent without confusion.

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.

Resources