Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYYesYour Anthropic API key

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
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_calendar_availabilityA

Check the free/busy status of one or more people's calendars for a specific date and time range. Returns when people are busy and when they're free. All times are in UTC timezone.

find_meeting_timesA

Find available meeting time slots that work for all attendees. Analyzes calendars and returns the best options ranked by preference. Returns ISO timestamps with correct UTC timezone offset - use these exact values when creating events.

create_calendar_eventA

Create a new calendar event and send email invitations to all attendees. The event will appear on everyone's calendar. Calendar is configured for UTC timezone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: checking raw availability, finding optimal meeting times, and creating events. There is no ambiguity between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with underscores (check_calendar_availability, create_calendar_event, find_meeting_times).

Tool Count5/5

3 tools is a well-scoped set for a meeting scheduling server, covering the essential steps without unnecessary bloat.

Completeness4/5

The set covers the core workflow of finding and creating events, but lacks update/delete capabilities for events, which could be a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues