Skip to main content
Glama

osint-terminal

Timezone Info

timezone_info

Timezone Info: Timezone UTC offset & current time (offline, IANA names)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/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. It does add meaningful context by stating that the lookup happens offline and uses IANA names. However, it doesn't clarify behavior for an empty default q, invalid timezone names, or whether the offset is current vs historical, so transparency is only partial.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

At nine words, it is compact, but it repeats 'Timezone' ('Timezone Info: Timezone UTC offset...') and is structured as a noun phrase rather than a sentence. The redundancy and lack of a verb make it slightly less lean than it could be.

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?

This is a simple tool with one optional parameter and an output schema, so return values need not be spelled out. Still, the description is thin on usage context: it doesn't say when to prefer this over time-related siblings or how the q parameter should be formatted, making it minimally adequate rather than 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?

The schema has 0% parameter description coverage, so the description must compensate. 'IANA names' hints that q is a timezone identifier, which adds meaning beyond the bare string schema. But it never explicitly maps q to the timezone name or explains the empty default, leaving a gap.

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 identifies the resource (timezone) and what it provides (UTC offset and current time), and narrows the scope with 'offline' and 'IANA names'. It lacks an explicit verb, but the output is specific enough to distinguish it from sibling tools like epoch or isotime without opening their schemas.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus the many time/date siblings (epoch, isotime, suntimes, etc.). There are no exclusions, alternatives, or context cues, so an agent must infer applicability from the bare description.

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