@mcpx-digital/timezone
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_timezoneB | Convert a moment between IANA timezones. Uses local date-fns-tz / Intl only — no external time APIs. |
| what_time_whenB | Answer: what time is it in targetZone when it is localTime in sourceZone. Uses local date-fns-tz / Intl only — no external time APIs. |
| meeting_overlapB | Find overlapping meeting slots for N participants with local work hours on a date. Uses local date-fns-tz / Intl only — no external time APIs. |
| list_common_zonesA | List a curated set of common IANA timezones. Uses local date-fns-tz / Intl only — no external time APIs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
convert_timezone and what_time_when both perform timezone conversions, making their boundaries blurry; descriptions hint at different input framing but overlap remains. list_common_zones and meeting_overlap are clearly distinct.
All names use lower snake_case, but the structural pattern is mixed: convert_timezone and list_common_zones are verb-led, what_time_when is a question phrase, and meeting_overlap is noun-led. Readable but not predictably consistent.
Four tools is a reasonable scope for a focused timezone utility, and each tool targets a plausible need. The pair of conversion tools is slightly redundant but not excessive.
Core timezone conversion, zone listing, and meeting overlap functionality are covered. Minor gaps remain, such as current-time-in-zone or zone lookup by city/offset, but these are workable around.