Skip to main content
Glama

User-Agent length, value discarded

iana-zones

Common IANA timezone names for clock calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of disclosing behavioral traits, but it says nothing about side effects, return values, or whether the operation is read-only. Although the input schema descriptions hint that several fields are 'discarded after the check' and mention 'no disk access,' those are in the schema, not the tool description. The description completely omits any behavioral information on its own.

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?

The description is only a single short sentence with no wasted words, so it is concise. However, it is under-informative and not front-loaded with an actionable purpose; it reads more like a label than a tool description, making it acceptable but not a model of efficient communication.

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

Completeness1/5

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

Given the tool has 9 parameters, no required fields, no output schema, and zero annotations, the description does not provide enough context for an agent to know what the tool does when invoked. It fails to explain the relationship between the many parameters and timezone zones, or what the tool returns, making it inadequate even as a minimal operational summary.

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?

All 9 parameters have schema descriptions (100% coverage), so the baseline is 3; the tool description adds no parameter-level meaning beyond the schema. It vaguely relates to timezone zones but does not clarify how the many unrelated parameters (ref, url, city, feed, host, json, path, query) fit with an IANA-zone lookup, so it neither enriches nor contradicts the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a noun phrase ('Common IANA timezone names for clock calls') that largely restates the tool name and does not state an operation (e.g., list, return, validate, or transform). It adds that the names are for clock calls, but an agent cannot tell whether this tool outputs a list, checks a zone, or is a validation rule, and it does not differentiate it from the sibling 'timezone' tool.

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 phrase 'for clock calls' provides a minimal implied usage context, suggesting it should be used when IANA timezone names are needed for clock-related operations. However, it does not list any alternatives, exclusions, or conditions, so it is closer to simply implying a use case than giving explicit routing guidance.

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.