meeting-mcp
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_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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
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.
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.
Six tools is a well-scoped size for a meeting scheduling server. Each tool contributes a meaningful capability without unnecessary redundancy or bloat.
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.