Skip to main content
Glama

hemmabo_booking_create

Create a booking without online payment. The booking is pending and requires host approval. Returns booking ID, final price, and confirmation.

Instructions

Create a direct booking without online payment (legacy flow). Use this tool when the user wants to book without Stripe payment — the booking is created with status 'pending' and requires host approval. Do NOT use for paid bookings — use hemmabo_booking_checkout instead. Do NOT retry on timeout without calling hemmabo_booking_status first to avoid duplicate bookings. Returns bookingId, final price, and confirmation details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
propertyIdYesProperty UUID from hemmabo_search_properties (e.g. '550e8400-e29b-41d4-a716-446655440000').
checkInYesArrival date in ISO 8601 format (YYYY-MM-DD, e.g. '2026-07-15'). Must be today or later.
checkOutYesDeparture date in ISO 8601 format (YYYY-MM-DD, e.g. '2026-07-22'). Must be after checkIn.
guestsYesTotal number of guests as integer >= 1 (e.g. 4).
guestNameYesFull name of primary guest (e.g. 'Anna Svensson').
guestEmailYesEmail for booking confirmation (e.g. 'anna@example.com'). Must be a valid email address.
guestPhoneNoPhone with country code (e.g. '+46701234567'). Optional but recommended for check-in coordination.
Behavior4/5

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

No annotations exist, so description fully handles behavioral disclosure. It reveals booking is created with status 'pending', requires host approval, and advises on retry logic. However, does not mention authorization requirements or reversibility (e.g., cancellation via sibling tool).

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?

Four sentences, no filler. First sentence states purpose, second gives usage guidance, third adds retry warning, fourth summarizes output. Front-loaded and efficient.

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?

No output schema, but description covers return values (bookingId, final price, confirmation details). Combined with good parameter descriptions in schema and behavioral notes, it is mostly complete. Missing state implications (e.g., once created, how to modify) but acceptable for a create tool.

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 description coverage is 100%, so baseline is 3. The description lists return fields but does not add new meaning for parameters beyond the schema; the optional guestPhone is noted but not highlighted. No additional semantics for parameter constraints or examples beyond what schema provides.

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?

States clearly: 'Create a direct booking without online payment (legacy flow).' Identifies the verb ('create'), resource ('booking'), and distinguishes from sibling 'hemmabo_booking_checkout' by contrasting payment flows.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

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

Explicitly specifies when to use ('user wants to book without Stripe payment') and when not to use ('Do NOT use for paid bookings — use hemmabo_booking_checkout instead'). Also warns against retrying on timeout without calling hemmabo_booking_status first, preventing duplicate bookings.

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/HemmaBo-se/hemmabo-mcp-server'

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