Skip to main content
Glama

create_hold

Generate a booking link by creating a hold scheduling page with specified time ranges and primary time zone.

Instructions

Create a Hold scheduling page. POST /v2/createHold. hold_json must include id, timeRanges, userPrimaryTimeZone (and usual Hold fields). Call when the user wants a new booking link. Alias/title first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hold_jsonYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already mark the operation as non-read-only and non-destructive, and the description adds the POST endpoint and required payload constraints. It does not disclose response behavior, side effects, authorization needs, or rate considerations, so the extra behavioral context is moderate but not rich.

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 short and front-loads the core action, endpoint, and main parameter requirement. The closing instruction 'Alias/title first' is cryptic and would benefit from clarification, but overall the text is efficiently structured without redundant filler.

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

Completeness3/5

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

For a simple one-parameter creation tool, the description covers the trigger, endpoint, and key payload fields. However, the vague 'usual Hold fields,' the ambiguous 'Alias/title first' phrase, and the absence of any response or error behavior leave meaningful gaps for an agent trying to invoke it correctly.

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

Parameters4/5

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

The schema provides only a single opaque string parameter, hold_json, with 0% description coverage. The description compensates by naming required fields (id, timeRanges, userPrimaryTimeZone) and referencing 'usual Hold fields,' though the latter remains vague and no format or example is supplied.

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?

Opens with a concrete verb-resource pair ('Create a Hold scheduling page') and names the HTTP endpoint, making the tool's function immediately clear. It is also easily distinguishable from sibling tools like get_hold, update_hold, and delete_hold because it explicitly targets creation of a new booking link.

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 an explicit trigger condition: 'Call when the user wants a new booking link.' It does not, however, mention sibling alternatives or explain when not to use this tool, 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.

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/felipeorlando/notion-calendar-mcp'

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