Skip to main content
Glama
chill-lichen

meetergo-mcp

by chill-lichen

create_meeting_type

Set up a tailored meeting type with precise control over duration, channel, buffers, and redirects to manage bookings.

Instructions

Create a meeting type. meetergo requires a fairly complete meetingInfo object, so pass the full body as payload (schema: CreateMeetingTypeV4Dto).

Minimal example: { "meetingInfo": { "name": "Discovery Call", "description": "", "duration": 30, "channel": "zoom", "enableRedirect": false, "redirect": "", "passEventDetailsToRedirect": false, "customChannelName": "", "customChannelLink": "", "groupBooking": false, "showAvailableSlots": false, "enrichInvitee": false, "bufferBefore": 0, "bufferAfter": 0, "confirmationButton": {"useConfirmationButton": false, "text": "", "color": "", "link": ""} }, "slug": "discovery-call" } Tip: POST /v4/user creates a user + default meeting type in one call; use this endpoint when you need a specific configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that a complete payload is required and provides a concrete example. While it doesn't mention side effects, permissions, or error handling, the example and structure give sufficient transparency for a creation tool.

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

Conciseness4/5

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

The description is well-structured: starts with purpose, then details the payload requirement, includes a minimal example, and ends with a tip. It is not overly verbose but could be slightly more concise by trimming the example length.

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

Completeness5/5

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

Given no output schema and no annotations, the description provides a complete minimal example and explains the payload requirement. It also offers comparative guidance with another endpoint. This is sufficient for an agent to understand and invoke the tool correctly.

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

Parameters5/5

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

The input schema has 0% coverage with a generic object parameter. The description adds substantial meaning by explaining that payload is a meeting info object following the CreateMeetingTypeV4Dto schema and provides a detailed minimal example, fully compensating for the lack of schema descriptions.

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 explicitly states 'Create a meeting type' and provides a minimal example, clearly identifying the action and resource. It distinguishes from siblings like get_meeting_type, list_meeting_types, and update_meeting_type.

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

Usage Guidelines5/5

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

The description explains that meetergo requires a fairly complete meetingInfo object, gives a minimal example, and includes a tip comparing this endpoint to POST /v4/user (which creates a user + default meeting type), advising to use this endpoint for specific configurations. This provides clear when-to-use and when-not-to-use guidance.

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

Install Server

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

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