Skip to main content
Glama

Submit booking request

submit_booking_request

Submit a booking request for Lilla Älva on behalf of the guest. This does NOT charge anything and is not an instant booking: it creates a pending request; the owner confirms or declines by email within 24 hours. Only submit with the guest's real name and email, after they have explicitly agreed to the dates and estimated total.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hot_tubNo
check_inYes
check_outYes
bed_linensNo
guest_nameYes
guest_emailYes
guest_phoneNo
number_of_dogsNo
number_of_guestsYes
special_requestsNo

TDQS

A4.3/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden. It discloses no charge, pending-request semantics, owner confirmation/decline within 24 hours, and the important constraint about using the guest's real identity. This is far beyond what the title or schema conveys.

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?

Two sentences with no fluff. The core purpose is front-loaded, followed immediately by the behavioral caveats and usage requirement. Every sentence earns its place.

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?

The description covers the essential workflow: pending request, no charge, owner response timeline, and consent requirement. While the response format and optional parameter details are not explained, this is sufficient for a tool with a clear high-level operation and mostly optional schema fields.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only adds meaning to guest_name/guest_email and the dates/estimated total. It does not define or contextualize parameters like hot_tub, bed_linens, number_of_dogs, special_requests, or guest_phone, leaving most inputs underspecified for an agent.

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 a specific verb ('submit') and resource ('booking request for Lilla Älva'), and clearly distinguishes it from instant booking by explaining it creates a pending request. The description leaves no ambiguity about the tool's core function.

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: only submit after the guest has explicitly agreed to dates and estimated total, and use the guest's real name/email. It also communicates the non-instant nature and 24-hour owner response, but does not explicitly name sibling tools as alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool serves a clearly distinct function: availability checking, property information, pricing, and booking submission. There is no overlap between the four tools, so an agent can easily select the right one for the current step.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with clear, descriptive verbs (check, get, get, submit). The naming style is uniform snake_case and each name clearly signals its purpose.

Tool Count5/5

Four tools is exactly the right scope for a single-property booking server. Each tool covers a necessary part of the guest booking flow without redundancy or bloat.

Completeness5/5

The booking lifecycle is fully covered for this domain: guest can discover property details, check availability, obtain a price quote, and submit a booking request. Since bookings are confirmed manually by the owner via email, no additional booking management tools are needed.

Resources