Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

Update a meeting type

update_meeting_type
Destructive

Change selected fields of a meeting type while leaving other settings unchanged. Configure booking page details, duration, channel, buffers, redirects, and availability options.

Instructions

Change a meeting type. Only the fields you send change; everything you leave out keeps its current value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoShown on the booking page
slugNoURL segment of the booking page
colorNoHex, e.g. #e55000
spotsNo
channelNoWhere the meeting happens. "local" is at the host address.
durationNoMinutes, 5 to 480
redirectNoURL to send attendees to after booking
bufferAfterNoMinutes, max 120
descriptionNoShown on the booking page. Pass "" for none.
bufferBeforeNoMinutes, max 120
meetingTypeIdYes
enableRedirectNo
showAvailableSlotsNo
passEventDetailsToRedirectNo
bufferMustStayWithinWorkingHoursNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
slugNoURL segment of the public booking page
spotsNoAttendees per slot
userIdNoHost, for a single-host type
queueIdNoRound-robin queue, when the type is shared
meetingInfoNoBooking-page settings of the meeting type
Install Server

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare destructiveHint=true and readOnlyHint=false, so the basic safety profile is covered. The description adds a valuable behavioral detail: unspecified fields keep their current values, which prevents the agent from assuming omitted fields are reset. This is useful context beyond what the annotations convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no filler. The core action is front-loaded, and the critical partial-update clarification follows immediately. Every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and annotations, the description covers the main invocation nuance—partial updates—and the required meetingTypeId is documented in the schema. It lacks explicit sibling differentiation and does not discuss effects on a live booking page, but destructiveHint covers the safety concern.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 60%, covering most meaningful parameters like name, slug, color, channel, duration, redirect, and buffers. The description adds the important partial-update rule for all optional parameters, but it does not explain the remaining undocumented booleans; their names are largely self-explanatory.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with the specific verb 'Change' and the resource 'meeting type', which clearly distinguishes it from sibling tools like create_meeting_type, delete_meeting_type, and get_meeting_type. An agent can tell what this tool does without inspecting the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as create_meeting_type or delete_meeting_type. It explains the partial-update semantics but never states 'use this to modify an existing meeting type' or directs the agent to a sibling tool for creating or deleting.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

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/meetergo/meetergo-mcp-server'

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