Skip to main content
Glama

start_booking

Start a lie detector test booking for a person. Records the enquiry and returns a reference plus a ready-to-complete booking link with the office pre-filled. IMPORTANT: the person must finish on the website themselves — choose a time, accept the terms, sign the agreement, pay the non-refundable deposit (fully refunded if we cannot book you), and complete a short pre-examination assessment. An agent cannot sign or pay on their behalf. Do not put the person's contact details in any URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFull name of the person to be tested (or the person booking).
emailYesContact email address.
phoneNoContact phone number (optional but recommended).
reasonNoShort reason/type of test, e.g. "infidelity", "employment", "legal" (optional).
locationYesCity, state/region or country for the test, e.g. "Miami", "Florida", "London".
service_typeYesOne of: single (one person), couple (two people), or group (three or more).
preferred_datesNoPreferred date(s)/time(s), free text, e.g. "Aug 5 afternoon or Aug 8 morning" (optional).

TDQS

A4.4/5.0
Behavior5/5

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

The description adds significant context beyond annotations: it explains the process (records enquiry, returns reference+link, person must complete steps), warns that agent cannot act on behalf, and cautions about URLs. This aligns with openWorldHint and provides full behavioral clarity.

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 concise, structured with a clear main action followed by important caveats. Every sentence adds value, and it is front-loaded with the key purpose.

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?

Given the tool's purpose (booking initiation), the description covers the essential workflow and constraints. It could mention what happens after the person completes (e.g., confirmation notification), but the core behavior is well explained.

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?

All parameters are described in the schema (100% coverage). The description does not add new parameter-level details beyond the schema, but it reinforces the context for using the parameters (e.g., location, service_type). Baseline 3 is appropriate.

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 it starts a lie detector test booking, records the enquiry, and returns a reference and a booking link. This differentiates it from siblings like find_offices or get_pricing.

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 implicitly tells when to use: to initiate a booking. It provides important usage notes (person must finish themselves, agent cannot sign/pay, avoid embedding contact details in URL). It does not explicitly state when not to use, but the warnings are helpful.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct action: find offices, check booking status, get pricing, get service info, and start a booking. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., find_offices, get_booking_status).

Tool Count5/5

With 5 tools covering the main booking workflow (search, info, pricing, start, status), the count is well-scoped for the service.

Completeness4/5

The tools cover the primary booking flow, but lack update or cancel functionality. However, those actions are handled by the person on the website, so the gap is minor.

Resources