Skip to main content
Glama

Vedar — Kamchatka travel

Заявка на бронь тура

create_booking_request

Заявка на бронь конкретного тура на дату. Перед вызовом проверь свободные даты через get_tour_availability. Заявку подтверждает оператор по телефону — это не мгновенная бронь и не оплата. Если на дату нет мест, заявка не создаётся и в ответе будут ближайшие свободные даты. Имя и телефон — персональные данные: спроси согласие на их обработку и передай consent: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesДата тура, YYYY-MM-DD
nameYesИмя туриста
tourYesНазвание тура или числовой ID (из get_tours / get_tour_availability)
phoneYesТелефон для подтверждения (обязателен)
commentNoПожелания, вопросы, состав группы
consentYesЧеловек согласен на обработку своих персональных данных (имя, телефон) для связи по этой заявке. Спроси прямо и передай true. Без согласия заявка не создаётся.
participantsNoСколько человек (1–30). Не сказано — 1.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=false), the description reveals key behaviors: the request is confirmed manually by an operator by phone, it is not an immediate booking or payment, consent is mandatory for personal data, and unavailability causes the request not to be created while returning nearest free dates. This goes well beyond what annotations provide.

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?

Five sentences, each carrying necessary information: purpose, precondition, operator confirmation/non-payment nature, no-availability behavior, and consent requirement. No filler or repetition; the most important usage constraint is front-loaded.

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 is strong for a tool with no output schema: it explains preconditions, non-instant nature, and the failure/no-availability branch. It does not describe what a successful response contains (e.g., request ID or 'submitted' status), but the operator-confirmation detail compensates somewhat for that gap.

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?

The input schema already covers all parameters at 100% with descriptions, so the baseline is 3. The description adds further operational meaning: 'consent: true' is required, availability must be checked beforehand, and the date must be a free date for the request to be created. This is valuable, though not extensive beyond schema coverage.

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 opens with a precise statement: 'Заявка на бронь конкретного тура на дату' — a request to book a specific tour on a specific date. It clearly separates this from sibling tools like create_lead and make_trip_plan by naming the exact resource (tour booking request) and the key parameters (tour, date).

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 explicitly instructs the agent to verify availability via get_tour_availability before calling, and explains what happens when no seats are available. It also clarifies that this is not an instant booking or payment, setting expectations for when it should be used. It does not explicitly exclude alternative tools, but the precondition and behavioral clarifications are strong.

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.