Skip to main content
Glama

Simulate a call with the Lobby receptionist

simulate_receptionist_call

Role-play a phone call with Lobby's receptionist call engine — the same pipeline behind the product demo: greeting, booking flow, lead capture, and automatic English/Spanish detection (live calls add a full AI brain on top). You play the caller: pass each thing the caller says, get the full transcript and outcome back. Free, text-only, max 6 caller lines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
businessNoBusiness name the receptionist answers for. Default: Lobby Demo Services.
callerSaysYesThe caller's lines, in order. Try Spanish to hear the language switch — e.g. ['Hola, necesito una cita para mañana.']

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookedNo
outcomeYes
languageYesLanguage the receptionist detected and answered in.
hearItLiveNoPhone number to call to experience the same receptionist with a real voice.
transcriptYes
leadCapturedNo

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the pipeline stages, language detection capability, and the fact that it's the same pipeline as the demo (but without the 'full AI brain'). It also notes it's free and text-only, which are key behavioral traits for an AI agent.

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 extremely concise: two sentences that effectively front-load the purpose and then provide usage instructions. Every sentence adds value with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite moderate complexity, the description covers input, behavior, constraints, and hints at output. Since an output schema exists, the lack of explicit return value details is acceptable. The description is complete for an AI agent to understand and invoke the tool correctly.

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 baseline is 3. The description adds value by providing an example (Spanish language switch) and explaining that callerSays is the caller's lines in order. This helps the agent understand how to format input beyond the schema's description.

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 the tool's purpose: role-playing a phone call with Lobby's receptionist call engine. It lists key features (greeting, booking, lead capture, language detection) and explicitly distinguishes from sibling tools like calculate_missed_call_cost, making its purpose unmistakable.

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 provides clear usage guidance: the user plays the caller, passes each line, and receives transcript and outcome. It specifies constraints (free, text-only, max 6 lines) and hints at language switching. While it doesn't explicitly contrast with siblings, the context makes it obvious when to use this tool.

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

Each tool targets a distinct function: cost calculation, prompt generation, demo number retrieval, saving results, hiring decision, call simulation, IVR script writing, and general phone script writing. No overlapping purposes or ambiguous boundaries.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., calculate_missed_call_cost, write_ivr_menu). The naming is uniform and predictable across all 8 tools.

Tool Count5/5

With 8 tools, the toolkit covers the essential workflows for an AI receptionist system without being bloated or insufficient. The count is well-scoped for the domain.

Completeness5/5

The tool set covers the full lifecycle: analysis (calculate_missed_call_cost, should_i_hire_a_receptionist), creation (write_phone_script, write_ivr_menu, generate_elevenlabs_agent_prompt), simulation (simulate_receptionist_call), access (get_demo_call_number), and saving/sharing (save_my_receptionist). No obvious gaps.

Resources