Skip to main content
Glama

Book an appointment

book_appointment

Book a salon appointment by providing service, provider, and start time from available slots. Creates a real booking with the salon's cancellation policy.

Instructions

Book an appointment. startTime must be a value returned by find_availability ('YYYY-MM-DD HH:MM:SS'). End time is computed from the provider's service duration. This creates a REAL booking subject to the salon's cancellation policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceIdYes
startTimeYes'YYYY-MM-DD HH:MM:SS' from find_availability
providerIdYesProvider id from find_availability
Behavior3/5

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

No annotations provided, so description carries burden. Discloses that booking is real and subject to cancellation policy. Could add details about side effects or authorization needs, but adequate for basic transparency.

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 sentences, each informative. No redundant text. Front-loaded with action and key constraint.

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?

Well-covered for a simple 3-param creation tool. Explains dependency on find_availability and real booking status. Missing output description but acceptable without output schema.

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 coverage 67% with startTime and providerId described. Description adds format and dependency for startTime but not for serviceId or providerId beyond schema. Baseline 3 with marginal value added.

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?

Clearly states 'Book an appointment' with specific verb and resource. Distinguishes from siblings like cancel_appointment and find_availability by noting that startTime comes from find_availability.

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?

Provides clear context: startTime must be from find_availability, end time computed automatically, creates real booking subject to cancellation policy. Does not explicitly exclude alternatives but implies prerequisite sequencing.

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/topness-msft/salonrunner-mcp'

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