Skip to main content
Glama
meetergo

meetergo MCP server

Official
by meetergo

Import a booking page from another scheduler

import_booking_page

Recreate a public booking page from its URL by importing visible event types, durations, locations, and booking questions. Works with Calendly and other schedulers.

Instructions

Recreate an existing public booking page in meetergo from its URL. Calendly and several other schedulers are recognised automatically. The tool reads only the public profile and creates one meeting type per visible event type with its duration, location and booking questions. It never modifies the source account. Imports are additive, so running it twice creates duplicates. The response lists both created items and failures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic booking page URL, e.g. https://calendly.com/<slug>. The provider is detected from the URL; an unrecognised host is rejected.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
failedNoEvent types that could not be imported, with the reason
createdNoMeeting types created from the imported page
providerNoScheduler recognised from the URL
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the existing annotations. It reveals that the tool 'reads only the public profile', 'never modifies the source account', is 'additive', and that 'running it twice creates duplicates'. These details explain side effects and safety margins, and they align with the annotations rather than contradicting them.

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 compact and front-loaded: the main action appears first, followed by key constraints, side effects, and result summary. Every sentence contributes meaningful information—no filler or repetition.

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?

For a single-parameter import tool with an output schema, the description covers everything needed: source detection, behavior, side effects, duplicates, and response contents. Nothing essential is missing.

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?

The schema already provides complete coverage (100%) for the single `url` parameter, including format, example, and provider-detection behavior. The description adds value by naming Calendly and confirming the import source, but it largely restates what the schema already documents, so the baseline of 3 is appropriate.

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 a precise action and target: 'Recreate an existing public booking page in meetergo from its URL.' It clearly defines the input (URL), the operation (import), and the outcome (creates one meeting type per visible event type), making it easily distinguishable from siblings like create_meeting_type or 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 Guidelines4/5

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

The description gives clear context for when to use the tool: importing a public booking page from Calendly or another recognized scheduler. It describes the read-only source behavior and the mapping to meeting types, but it does not explicitly name alternatives or state when not to use it, so it stops short of full exclusion guidance.

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