Skip to main content
Glama

Server Details

Free receptionist tools: phone scripts, IVR menus (EN+ES), ElevenLabs prompts, missed-call math

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool addresses a distinct aspect of phone reception management: cost calculation, AI agent prompt generation, hiring decision assessment, IVR menu creation, and phone script writing. There is no functional overlap.

Naming Consistency4/5

Most tools use a verb_noun pattern (calculate_, write_, generate_), but 'should_i_hire_a_receptionist' breaks the pattern with a question format. Naming is descriptive and readable, but not fully consistent.

Tool Count5/5

Five tools is an ideal size for a focused domain like receptionist tools. It covers essential functions without being overwhelming or too sparse.

Completeness4/5

The toolkit covers key areas: cost analysis, hiring decision, agent prompts, IVR, and phone scripts. Missing integration or testing tools, but the core planning and content generation capabilities are complete for the intended purpose.

Available Tools

5 tools
calculate_missed_call_costCalculate what missed calls cost a businessAInspect

Computes the revenue a business loses to missed phone calls (monthly and yearly), plus the recovery math: recoverable revenue, suggested answering plan, break-even days, and ROI multiple.

ParametersJSON Schema
NameRequiredDescriptionDefault
avgJobValueYesAverage value of one new customer or job, USD.
callsPerWeekYesInbound calls per week.
missedRatePctYesPercent of calls missed or sent to voicemail.

Output Schema

ParametersJSON Schema
NameRequiredDescription
inputsNo
yearlyYes
monthlyYes
recoveryYes
Behavior3/5

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

With no annotations, the description discloses it is a computation tool with no side effects, but does not detail any behavioral traits such as data requirements or response time. It is adequate for a simple calculator.

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 a single sentence that efficiently communicates the tool's purpose and outputs, with no unnecessary words or repetition.

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 lists key outputs and the tool has a supporting output schema. For a straightforward calculator, it provides sufficient context. Minor gap: no mention of assumptions or data sources.

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?

Schema coverage is 100%; each parameter is already well-described in the schema. The description adds no additional meaning beyond the schema, thus meeting the baseline.

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 what the tool computes ('revenue a business loses to missed phone calls') and lists specific outputs ('recoverable revenue, suggested answering plan, break-even days, and ROI multiple'). It distinguishes itself from sibling tools which focus on prompts, hiring decisions, or script writing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use for financial loss analysis but lacks explicit guidance on when to use versus alternatives. No when-not or direct sibling comparisons are provided.

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

generate_elevenlabs_agent_promptGenerate an ElevenLabs agent system promptBInspect

Generates a production-grade system prompt for an ElevenLabs conversational agent acting as a business phone receptionist: identity, job, voice style, booking flow, guardrails, and escalation rules.

ParametersJSON Schema
NameRequiredDescriptionDefault
bizYesBusiness name (required).
toneNoPersonality, e.g. warm, formal, upbeat.
hoursNoBusiness hours in plain words.
tasksNoWhat the agent should do, e.g. book, faqs, leads.
spanishNoWhether the agent should also handle Spanish callers.
industryNoIndustry, e.g. plumbing, hvac, dental, salon, law, restaurant.
agentNameNoName the agent should use for itself.

Output Schema

ParametersJSON Schema
NameRequiredDescription
promptYesThe complete system prompt, ready to paste into ElevenLabs.
sectionsNoThe prompt broken into tagged sections.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose any side effects, authentication needs, rate limits, or whether the operation is read-only or creates new data. The description only describes the output content, not behavioral traits.

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 a single, well-structured sentence that front-loads the main purpose. Every part is informative, with no wasted words. It is appropriately sized for the tool's complexity.

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

Completeness3/5

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

Given the tool has 7 parameters, no enums, and an output schema, the description provides a good overview but lacks usage guidelines and behavioral transparency. It mentions key components but does not fully compensate for missing annotations. Adequate but with gaps.

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?

Schema description coverage is 100%, so baseline is 3. The description adds overall context but does not provide additional meaning per parameter beyond the schema. For example, it does not elaborate on valid values for 'tasks' or 'tone'. No extra value above schema.

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 generates a system prompt for an ElevenLabs conversational agent acting as a phone receptionist. It lists specific components like identity, job, voice style, booking flow, guardrails, and escalation rules. This is a specific verb+resource+scope that distinguishes it from sibling tools like write_phone_script or calculate_missed_call_cost.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. It does not mention when not to use it, nor does it compare with sibling tools. The description implies use for AI agent prompts but lacks explicit context or conditions.

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

should_i_hire_a_receptionistShould this business hire a receptionist?BInspect

Scores a business's phone coverage and returns a verdict — you're covered, get an AI front desk, or go hybrid — with the caller archetype, yearly leak, suggested plan, break-even days, and ROI.

ParametersJSON Schema
NameRequiredDescriptionDefault
avgJobValueYesAverage value of one new customer or job, USD (snapped to the quiz's brackets).
callsPerWeekYesRoughly how many inbound calls per week (snapped to the quiz's brackets).
currentSetupNoWho answers today: the owner (self), voicemail (vm), staff between tasks (staff), or nobody consistently (none). Default: self.
missedRatePctYesRough percent of calls that go unanswered (snapped to the quiz's brackets).
coverageNeededNoWhen calls actually come in. Default: business-hours.
spanishCallersNoHow often Spanish-speaking customers call. Default: no.

Output Schema

ParametersJSON Schema
NameRequiredDescription
scoreYesPhone-coverage maturity score, 0-100.
verdictYescovered = current setup is fine; lobby = an AI front desk pays for itself; hybrid = AI + existing staff.
recoveryNo
archetypeYes
yearlyLeakYesUSD lost per year with the current setup.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does not mention that the tool is read-only, non-destructive, or any side effects (e.g., no data is modified). The agent has no information on safety or permissions from the description.

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 a single, dense sentence that efficiently communicates the tool's purpose and outputs. Every element (verdict, archetype, leak, plan, break-even, ROI) earns its place with no fluff.

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 presence of an output schema (covering return values) and high schema coverage, the description adequately summarizes the tool's overall functionality. It could mention that the tool is analytical and non-destructive, but this gap is partially offset by the output schema and the nature of the tool.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds no new parameter insight beyond the schema; it only summarizes the tool's output. No extra semantics or usage tips for parameters are provided.

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 verb ('scores') and resource ('business's phone coverage'), and itemizes the verdict and return fields (caller archetype, yearly leak, etc.). It distinguishes from sibling tools like calculate_missed_call_cost and write_phone_script by focusing on the decision between human, AI, or hybrid front desk.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus its siblings or when not to use it. It merely states what it does, leaving the agent to infer usage context from the name and sibling names.

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

write_ivr_menuWrite an IVR phone-menu scriptBInspect

Builds a complete IVR (phone menu / auto-attendant) script for a business: greeting, numbered options, optional Spanish-language switch, and the operator line. English, Spanish, or bilingual.

ParametersJSON Schema
NameRequiredDescriptionDefault
optionsNoMenu options in order (press 1, press 2, …). Defaults to the industry's standard four.
businessYesBusiness name (required).
greetingNoCustom opening greeting. Default: 'Thank you for calling {business}.'
industryNoPick the closest industry; supplies sensible default menu options.
languageNoMenu language. 'both' adds a press-nine Spanish switch. Default: en.

Output Schema

ParametersJSON Schema
NameRequiredDescription
linesYes
recordAtNoURL of the free web tool that records this menu in a real AI voice.
scriptTextYesThe full menu as one recordable script.
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It only lists what the script includes, not side effects (e.g., file creation, API calls), idempotency, or authentication needs. The phrase 'builds' is vague without specifying return value or output behavior.

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?

A single 20-word sentence that immediately states the tool's purpose and key features. No fluff, every word contributes to understanding the tool's capability.

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

Completeness2/5

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

Despite 5 parameters, 100% schema coverage, and an output schema, the description omits details like default greetings, language behaviors, operator line handling, and how industry influences defaults. A tool with this complexity needs richer context for correct invocation.

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?

Schema coverage is 100% with descriptions for every parameter. The description adds no new semantic context beyond listing components; it does not explain defaults, constraints (e.g., maxItems on options), or interactions between parameters like industry and options.

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 builds a complete IVR script for a business, listing key components (greeting, options, Spanish switch, operator line). The title and context distinguish it from sibling tools like 'write_phone_script', which likely focuses on simpler scripts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for constructing business IVR menus but provides no explicit guidance on when to choose this tool over alternatives like 'write_phone_script' or 'should_i_hire_a_receptionist'. No 'when not to use' or usage scenarios are mentioned.

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

write_phone_scriptWrite a business phone scriptAInspect

Writes a professional phone script for a business — greeting, voicemail message, on-hold message, or jingle lines — in English, Mexican Spanish, or both. Returns ready-to-record text.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoWhat kind of script to write. Default: greeting.
vibeNoTone of voice. Default: warm.
extraNoOptional details to mention: hours, offers, callback promise.
langsNoLanguages to write. Default: both.
tradeNoIndustry or trade, e.g. plumbing, dental clinic.
businessYesBusiness name (required).

Output Schema

ParametersJSON Schema
NameRequiredDescription
scriptsYes
Behavior3/5

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

No annotations provided, so description must cover behavioral traits. It states it 'writes' and returns 'ready-to-record text', implying non-destructive generation. However, it doesn't mention side effects, auth needs, or limitations beyond that.

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?

Single sentence with all key information: action, resource, types, languages, output. No wasted words, front-loaded.

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?

Given the presence of an output schema (true), the description adequately explains the output format. It covers the main use cases and variants, making it complete for this generative tool.

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?

Schema covers 100% of parameters with descriptions. The tool description adds that output is 'ready-to-record text' and clarifies language options, but doesn't add significant detail beyond schema. 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 the verb 'writes' and the resource 'professional phone script', and specifies types (greeting, voicemail, hold, jingle) and language options (English, Mexican Spanish, or both). It distinguishes from sibling tools like write_ivr_menu.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives. Siblings are listed but no context for selection. Lacks when-not-to-use or prerequisites.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources