Skip to main content
Glama

get_hold

Read-only

Retrieve a scheduling Hold using username, alias, or hold ID. Filter by time range to inspect availability slots after listing holds.

Instructions

Fetch one Hold (scheduling page) by username, alias, or holdShortId. POST /v2/getHold. Optional time_min/time_max (ms). Call after get_holds when inspecting availability slots. Alias/name first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasNo
time_maxNo
time_minNo
usernameNo
hold_short_idNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds useful context such as identifier alternatives and time-filter options, but it does not disclose return shape, not-found behavior, or any rate-limit/error characteristics. This is adequate 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.

Conciseness5/5

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

Three short, information-dense sentences with the most important facts front-loaded. There is no filler or repetition of schema titles.

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 single-read tool, the description covers the core invocation: endpoint, identifiers, optional filters, when to call it, and precedence. The main gaps are the absence of any return/error expectations and the implicit at-least-one-identifier requirement.

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?

With schema description coverage at 0%, the description must carry the semantic load. It does: username, alias, and holdShortId are identified as lookup keys, time_min/time_max are called optional and given units in milliseconds, and 'Alias/name first' clarifies precedence. It does not state that at least one identifier is required, so it is not perfect.

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 states a specific verb and resource: 'Fetch one Hold (scheduling page) by username, alias, or holdShortId.' It clearly differentiates from get_holds by emphasizing a single Hold, and the parenthetical defines the domain term.

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 explicit guidance: 'Call after get_holds when inspecting availability slots.' This names the natural sibling workflow and intended context. It does not explicitly state when not to use the tool, so it falls just short of a 5.

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