Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

Create a one-time booking link

create_one_time_booking_link

Generate a single-use booking link so invitees can select their own meeting slot. No attendee details required, and the link cannot be reused.

Instructions

Generate a single-use booking link for a meeting type so someone can choose their own slot. No attendee details are needed and the link cannot be reshared.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meetingTypeIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
urlNoThe single-use booking URL
linkNoThe single-use booking URL, when named so by the API
tokenNo
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark this as a non-read-only, non-idempotent creation action; the description adds valuable behavioral traits beyond that: the link is single-use, cannot be reshared, and requires no attendee details. These constraints materially shape how an agent should use the tool and are not derivable from annotations or schema. No contradiction with annotations.

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?

Two tight sentences with zero filler. The first sentence carries the core purpose and single-use behavior; the second adds two meaningful constraints (no attendee details, non-resharable). Every clause earns its place.

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?

For a one-parameter tool with annotations present, this is nearly complete: purpose, single-use behavior, input expectations, and sharing restriction are all covered. The only minor omission is what the response returns (presumably a URL), which is strongly implied by the title, and the absence of an output schema makes this a small but non-critical gap.

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 0%, so the description must compensate for meetingTypeId. It partially does by tying the link to 'a meeting type,' which clarifies the parameter's role, and the parameter name is self-explanatory. However, it doesn't state how to obtain a valid meetingTypeId (e.g., from list_meeting_types) or whether the type must be active, leaving a modest gap.

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?

States a specific verb ('Generate'), a specific resource (single-use booking link for a meeting type), and the user-facing purpose (someone chooses their own slot). The 'single-use' qualifier plus 'No attendee details are needed' clearly distinguishes it from siblings like book_appointment, which books directly with attendee information.

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

Usage Guidelines4/5

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

Gives clear context for when this tool fits: when a meeting type exists and another person should self-select a slot without providing attendee details. It doesn't explicitly name alternatives or when-not-to-use conditions, but the stated constraints ('No attendee details are needed') effectively imply the boundary against booking tools.

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