Skip to main content
Glama

Create a bookable service

create_bookable_service

Create a bookable service to offer customers time-slot appointments or date-range rentals, with configurable pricing, availability, and booking rules.

Instructions

Create a service that customers can book. Two modes: • booking_type='time_slot' (default) — meeting / appointment style with fixed duration_minutes (e.g. 30, 60). • booking_type='date_range' — apartment / rental style with min_nights / max_nights. Free; embedding is via setup_booking_widget.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCustomer-facing name. e.g. 'Cozy beach apartment' or '30-min consultation'.
slugNoURL slug; auto-generated from name if omitted.
colorNoHex color used in the calendar UI.
priceNoPrice in minor units (cents/pence). 0 = free. Default 0.
imagesNoList of image URLs (max 2048 chars each).
statusNoDefaults to 'active'.
currencyNoISO-4217 currency code, lowercase. Default 'gbp'.
metadataNoFree-form JSON bag stored on the service.
max_nightsNo[date_range] Maximum stay in nights. Default 30.
min_nightsNo[date_range] Minimum stay in nights. Default 1.
sort_orderNo
descriptionNoLong description (markdown OK).
booking_typeNo'time_slot' for meetings/appointments (default), 'date_range' for apartment/rental stays.
duration_minutesNo[time_slot] Slot length in minutes. Default 60.
max_advance_daysNoHow far ahead bookings are allowed.
min_notice_hoursNoMinimum hours-ahead for new bookings.
short_descriptionNo
cancellation_hoursNoCustomer cancellation window in hours.
buffer_after_minutesNo
buffer_before_minutesNo
max_bookings_per_slotNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds meaningful context: the two modes, the free nature, and the fact that embedding is a separate step. However, it does not describe the return value, required permissions, idempotency, or side effects—leaving notable gaps for an agent assessing the tool's behavior.

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 well-structured: a one-sentence purpose, a concise bulleted list of two modes, and a short note about embedding. Every sentence adds value, with no redundant or filler content.

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?

Given the tool's complexity (21 parameters, no output schema), the description adequately explains the core mode decision and directs the user to setup_booking_widget for embedding. However, it does not disclose what the tool returns (e.g., created service ID) or any post-creation workflow. While the schema fills many gaps, the absence of return-value info leaves an important completeness gap for an agent chaining calls.

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 covers 76% of parameters with descriptive text, including mode-specific notes like '[time_slot] Slot length in minutes. Default 60.' The tool description reinforces the mode–parameter association (duration_minutes for time_slot, min_nights/max_nights for date_range) but adds little beyond what the schema property descriptions already provide. The less-documented parameters (e.g., sort_order, buffer_*) are not elaborated in the description.

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 clearly states the primary action: 'Create a service that customers can book.' It also differentiates the tool's two modes (time_slot vs date_range) and points to setup_booking_widget for embedding, distinguishing it from related flows. This is specific, action-oriented, and unambiguous.

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 provides clear usage context by explaining the two booking modes and their typical use cases (meetings/appointments vs apartment/rental stays). It also states that embedding is handled by setup_booking_widget, implicitly guiding the agent on what not to expect here. However, it does not explicitly name alternative create tools or include 'when not to use' statements, so it falls short of a perfect 5.

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/vbalagovic/neuraldraft-mcp'

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