Skip to main content
Glama

Vedar — Kamchatka travel

Заявка на подбор тура

create_lead

Оставить заявку на подбор тура по Камчатке: менеджер платформы свяжется по телефону. Обязательны имя, телефон и описание запроса (даты, состав группы, интересы). Не бронь и не оплата — только заявка. Имя и телефон — персональные данные: спроси у человека согласие на их обработку и передай consent: true, иначе заявка не создаётся.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesИмя туриста
phoneYesТелефон для связи (обязателен)
commentYesЗапрос: даты, сколько человек, что интересует
consentYesЧеловек согласен на обработку своих персональных данных (имя, телефон) для связи по этой заявке. Спроси прямо и передай true. Без согласия заявка не создаётся.
interestNoНазвание тура/маршрута, если уже выбран

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The description adds meaningful behavior beyond the annotations: the manager will call, the request is not a booking or payment, and the lead will not be created without consent:true. This is especially useful context for an agent deciding whether this is the right non-transactional action.

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 three tightly packed sentences with no filler. It front-loads the core action, then the essential requirements and privacy condition, and every sentence adds actionable guidance.

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?

For a simple request-creation tool with no output schema, the description covers the purpose, required fields, side effect, and a critical precondition. The only minor gap is the absence of any mention of a confirmation response, but it is not essential given how focused and clear the rest is.

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?

Schema coverage is 100%, so the parameters are already documented, and the description adds practical semantics: it explains what comment should contain (dates, group composition, interests) and stresses that consent:true must come from a direct question. This goes beyond the schema and flags the failure condition.

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 specific verb and resource ('Оставить заявку на подбор тура по Камчатке') and immediately clarifies the tool's scope by stating 'Не бронь и не оплата — только заявка', distinguishing it from the sibling create_booking_request. This makes the tool's purpose unmistakable even without inspecting the schema.

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?

It gives clear context for when to use the tool: when a user wants to leave a tour-selection request and expects a manager to call. It also excludes booking/payment scenarios, though it does not explicitly name the alternative tool to use in those cases.

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.