Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_timeB

Convert a time from one timezone to another.

get_holidaysB

Get public holidays for any country and year.

check_business_hoursC

Check if it is currently business hours in a timezone.

find_meeting_slotsB

Find optimal meeting times across multiple timezones.

create_calendar_linkB

Generate Google Calendar and Outlook add-to-calendar links.

create_eventB

Create a real Google Calendar event.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a clearly distinct function: timezone conversion, holiday lookup, business hours check, slot finding, link generation, and event creation. The only mild overlap is between create_calendar_link and create_event, but their descriptions make the difference clear.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: convert_time, get_holidays, check_business_hours, find_meeting_slots, create_calendar_link, create_event. This makes the tool set highly predictable.

Tool Count5/5

Six tools is a well-scoped size for a meeting scheduling server. Each tool contributes a meaningful capability without unnecessary redundancy or bloat.

Completeness4/5

The server covers the core meeting scheduling workflow: timezone handling, business hours, holidays, slot finding, and event creation. Minor gaps exist around updating or deleting created events and managing attendees, but these are not required for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues