Skip to main content
Glama
jmavid
by jmavid

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
now_inA

Current local time in an IANA timezone, with UTC offset, abbreviation and DST flag. Use whenever you need to know 'now'.

convert_timezoneA

Convert a date/time from one IANA timezone to another. Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns converted datetime, offset, abbreviation and DST flag.

convert_batchA

Like convert_timezone but converts a single instant into many target timezones at once. Ideal for world-clock views.

tz_offsetA

Exact UTC offset of a timezone at a given instant (DST-aware). Handles fractional offsets like India +05:30 and Nepal +05:45.

list_timezonesA

List or search valid IANA timezone names. Filter by city, region or country substring (e.g. 'kolkata', 'america').

lookup_timezoneA

Resolve a city or country name to its IANA timezone(s), so you don't need the exact identifier. E.g. 'Delhi' -> Asia/Kolkata.

date_mathA

Add/subtract time to a date respecting DST (days are calendar-based, hours/minutes are absolute), or compute the difference between two datetimes in different zones.

find_meeting_slotsA

Suggest the best overlapping working-hour slots for a meeting across timezones. Excludes weekends and (if a country code is given per participant) public holidays.

is_holidayA

Check whether a date is a public holiday in a country (ISO 3166-1 alpha-2). Data from the free Nager.Date service.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmavid/chronosync-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server