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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_meetingsD–
create_meetingD–
get_meetingD–
update_meetingD–
delete_meetingD–
list_meeting_participantsD–
list_usersD–
create_userD–
get_userD–
update_userD–
delete_userD–
list_webinarsD–
create_webinarD–
get_webinarD–
update_webinarD–
delete_webinarD–
list_webinar_participantsD–
get_account_settingsD–
update_account_settingsD–
get_account_profileD–
list_sub_accountsD–
create_sub_accountD–
list_channelsD–
create_channelD–
get_channelD–
update_channelD–
delete_channelD–
send_channel_messageD–
list_phone_usersD–
get_phone_userD–
update_phone_userD–
list_phone_numbersD–
list_contactsD–
get_contactD–
search_company_contactsD–
list_recordingsD–
get_meeting_recordingsD–
delete_meeting_recordingsD–
delete_recording_fileD–
get_daily_reportD–
get_meeting_participants_reportD–
get_meeting_details_reportD–
get_webinar_participants_reportD–
get_webinar_details_reportD–
list_webhooksD–
create_webhookD–
get_webhookD–
update_webhookD–
delete_webhookD–
list_zoom_roomsD–
get_zoom_roomD–
update_zoom_roomD–
list_zoom_room_locationsD–
create_zoom_room_locationD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2/5.0

Scored across 54 tools

Disambiguation5/5

Every tool has a clearly distinct purpose based on resource type and action. Tools are organized by resource (meeting, user, webinar, channel, etc.) and operation (create, get, list, update, delete), with no ambiguous overlaps. The consistent pattern makes it easy to distinguish between tools like get_meeting, list_meetings, and delete_meeting.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern with snake_case throughout. Verbs (create, get, list, update, delete, send, search) are used predictably, and nouns clearly identify the resource type. There are no deviations in naming conventions across the entire set.

Tool Count2/5

With 54 tools, this is an extremely large set that feels heavy and overwhelming for a single server. While Zoom's API is comprehensive, this many tools suggests poor scoping or a direct mapping of API endpoints without consolidation, making it difficult for agents to navigate efficiently.

Completeness5/5

The tool set provides comprehensive CRUD/lifecycle coverage across all major Zoom resources (meetings, webinars, users, channels, webhooks, recordings, etc.). It includes create, get, list, update, and delete operations consistently, plus specialized actions like sending messages and generating reports, leaving no obvious gaps for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues