Skip to main content
Glama

Server Details

Timezone tools for agents: convert, world clock, offset, lookup, date math, holidays, slots. x402

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
agishub/agishub-mcp
GitHub Stars
1
Server Listing
AgisHub MCP Server

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 9 tool updates
    • Removedconvert_batch
    • Removedconvert_timezone
    • Removeddate_math
    • Removedfind_meeting_slots
    • Removedis_holiday
    • Removedlist_timezones
    • Removedlookup_timezone
    • Removednow_in
    • Removedtz_offset
  2. 2 tool updates
    • Changeddate_math6 fields changed
      • changedInput schema / properties / operation / description
        Previous value: -"Operation to perform."New value: +"What to compute: { type:'add', amount, unit } to add/subtract a duration, or { type:'diff', to_datetime, to_timezone? } for the difference between two datetimes."
      • changedInput schema / properties / operation / properties / amount / description
        Previous value: -"For 'add': amount to add (negative subtracts)."New value: +"For type 'add': how much to shift. Use a negative number to subtract."
      • changedInput schema / properties / operation / properties / to_datetime / description
        Previous value: -"For 'diff': the other datetime."New value: +"For type 'diff': the second datetime (ISO 8601 or natural language)."
      • changedInput schema / properties / operation / properties / to_timezone / description
        Previous value: -"For 'diff': timezone of to_datetime (defaults to timezone)."New value: +"For type 'diff': the IANA timezone of to_datetime (defaults to the base timezone)."
      • addedInput schema / properties / operation / properties / type / description
        Added value: +"'add' to shift the datetime by a duration, or 'diff' to measure the gap between two datetimes."
      • changedInput schema / properties / operation / properties / unit / description
        Previous value: -"For 'add': seconds|minutes|hours|days|weeks."New value: +"For type 'add': one of seconds, minutes, hours, days, weeks."
    • Changedfind_meeting_slots9 fields changed
      • changedInput schema / properties / date_range / description
        Previous value: -"Search window, e.g. {\"start\":\"2026-07-13\",\"end\":\"2026-07-17\"}."New value: +"Inclusive date window to search, e.g. { \"start\":\"2026-07-13\", \"end\":\"2026-07-17\" }."
      • addedInput schema / properties / date_range / properties / end / description
        Added value: +"Last date to search \"YYYY-MM-DD\"."
      • addedInput schema / properties / date_range / properties / start / description
        Added value: +"First date to search \"YYYY-MM-DD\"."
      • addedInput schema / properties / participants / description
        Added value: +"The people to meet. Each participant is { timezone (IANA, required), working_hours? { start, end }, country? (ISO alpha-2) }."
      • changedInput schema / properties / participants / items / properties / country / description
        Previous value: -"ISO 3166-1 alpha-2 to skip that person's holidays."New value: +"ISO 3166-1 alpha-2 code (e.g. 'US', 'ES') to exclude that person's public holidays."
      • changedInput schema / properties / participants / items / properties / timezone / description
        Previous value: -"Participant IANA timezone."New value: +"Participant's IANA timezone, e.g. 'Europe/Madrid'."
      • changedInput schema / properties / participants / items / properties / working_hours / description
        Previous value: -"Local working hours, e.g. {\"start\":\"09:00\",\"end\":\"17:00\"}. Defaults 09:00-17:00."New value: +"This participant's local working hours. Defaults to 09:00-17:00."
      • addedInput schema / properties / participants / items / properties / working_hours / properties / end / description
        Added value: +"Local end time \"HH:mm\" (24h), e.g. \"17:00\"."
      • addedInput schema / properties / participants / items / properties / working_hours / properties / start / description
        Added value: +"Local start time \"HH:mm\" (24h), e.g. \"09:00\"."
  3. 9 tool updates
    • First observedconvert_batch
    • First observedconvert_timezone
    • First observeddate_math
    • First observedfind_meeting_slots
    • First observedis_holiday
    • First observedlist_timezones
    • First observedlookup_timezone
    • First observednow_in
    • First observedtz_offset

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    AI scheduling assistant for agents. Timezone conversion, public holidays for 100+ countries, business hours checker, multi-timezone meeting slot finder, and Google Calendar event creation. x402 native — pay $0.01 per call, no signup needed.
    6
    1
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to convert datetimes between IANA timezones with DST-aware UTC offsets and ISO 8601 I/O, with pay-per-call x402 micropayments via MCP.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides tools for date-time manipulation, including timezone conversion and arithmetic operations like adding or subtracting time units. It also enables users to retrieve current date, time, and timezone information.
    3
    43
    ISC
  • A
    license
    A
    quality
    B
    maintenance
    Provides comprehensive date, time, timezone, and calendar operations powered by Luxon, enabling AI agents to perform time calculations, timezone conversions, and temporal data handling across 400+ IANA timezones.
    2
    24
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: conversion (single and batch), arithmetic, meeting scheduling, holiday checking, timezone lookup, current time, and offset. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., convert_batch, list_timezones, is_holiday). Minor variations like 'now_in' and 'tz_offset' still adhere to the pattern.

Tool Count5/5

Nine tools is ideal for a timezone toolkit. Each tool serves a distinct and necessary function without being excessive or insufficient for the domain's scope.

Completeness5/5

The toolset covers all major timezone operations: conversion, arithmetic, current time, offset, discovery, holidays, and meeting slot calculation. No obvious gaps for common use cases.