Skip to main content
Glama

camelot_timezone_converter

Idempotent

Convert times across multiple international time zones with daylight savings support. Enter a source time and zone to see corresponding times in target zones.

Instructions

Time Zone Converter: Convert times across multiple international time zones with daylight savings support.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/timezone-converter

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceTimeNoSource time string (e.g. 14:30 or 2:30 PM)14:00
sourceZoneNoSource IANA timezone name (e.g. America/New_York)America/New_York
targetZonesNoArray of destination IANA timezone names

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already declare idempotentHint=true and destructiveHint=false. The description adds useful behavioral context beyond annotations, specifically 'Local browser processing' (implying privacy/no server round-trip) and 'daylight savings support'. This adds value without contradicting the structured annotations.

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 relatively short but contains filler: the redundant 'Time Zone Converter:' prefix repeats the tool name, and the 'Canonical URL' is irrelevant for tool invocation. The double period is sloppy. It is not as tight as it could be, though it does front-load the core purpose.

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?

With an output schema present and annotations covering safety, the description does not need to detail return values. However, it omits any mention that all parameters are optional with defaults, nor does it discuss error cases like invalid timezone names. For a simple converter this is acceptable, but there is room to clarify edge-case behavior.

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 description coverage is 100%, so the input schema fully documents all three parameters with examples and defaults. The description does not add any parameter-specific meaning beyond what the schema already provides, so the baseline of 3 applies.

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 states a specific verb and resource: 'Convert times across multiple international time zones'. It clearly identifies the tool as a time zone converter. However, it does not explicitly distinguish itself from the sibling tool camelot_timezone_scheduler, leaving the differentiation to the reader.

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?

The description provides no guidance on when to use this tool versus alternatives. It mentions 'Local browser processing' as a feature, but does not state situations where this tool is preferred or excluded, nor does it reference the similar camelot_timezone_scheduler sibling.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools