Skip to main content
Glama

FitMyCall — Answering Service Prices

Server Details

Verified pricing for 21 answering services & AI receptionists, dated weekly. Missed-call ROI calc.

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 DescriptionsA

Average 4.2/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: compare services, get specific pricing, and calculate ROI. No overlap or ambiguity between them.

Naming Consistency4/5

Two tools follow the verb_noun pattern (compare_*, get_*), but 'missed_call_roi' is a noun phrase, creating a slight inconsistency. The names are still clear and readable.

Tool Count5/5

Three tools are well-scoped for the server's niche purpose of answering service pricing and recommendations. Each tool covers a distinct need without bloat.

Completeness5/5

The domain is thoroughly covered: comparison, specific pricing lookup, and cost/benefit analysis. There are no obvious gaps for the stated purpose.

Available Tools

3 tools
compare_answering_servicesCompare answering services by budgetA
Read-onlyIdempotent
Inspect

Compare answering services and AI receptionists by budget and type (human, AI, hybrid). Returns the cheapest verified plans that actually answer phone calls, sorted by monthly price, excluding zero-minute teaser plans and add-ons. Use when someone asks "what does an answering service cost", "cheapest answering service", "AI receptionist under $100" or wants options for a small business. All prices human-verified with dates.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoService type filter; default any
maxMonthlyBudgetNoMaximum monthly budget in USD
minIncludedMinutesNoMinimum included minutes per month
Behavior4/5

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

The annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds valuable behavioral context: results are sorted by monthly price, verified plans that actually answer phone calls, excludes zero-minute teaser plans, and all prices are human-verified with dates. This goes beyond the annotations without contradicting them.

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 concise sentences. The first sentence states the core purpose and behavior, the second provides usage triggers, and the third confirms verification. Every sentence earns its place, with no wasted words or repetition of schema/annotation data.

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 comparison tool with 3 optional parameters and no output schema, the description covers the essential aspects: what it returns (cheapest verified plans), how it sorts (by monthly price), and the filter dimensions (budget and type). It also mentions human verification and dates. It doesn't describe result limit or pagination, but for this relatively simple tool, the description is sufficiently complete.

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?

The schema descriptions cover all 3 parameters (100% coverage), so the baseline is 3. The description adds a bit of context by mentioning 'budget and type' which maps to maxMonthlyBudget and type, but doesn't add additional syntax or format details beyond the schema. It adequately compensates without going into great depth.

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 function: comparing answering services and AI receptionists by budget and type, and returning the cheapest verified plans. It uses specific verbs ('compare', 'returns') and identifies the resource (answering services) and scope (budget, type), distinguishing it from sibling tools like get_answering_service_pricing which likely provide individual 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 explicitly tells when to use the tool: 'Use when someone asks "what does an answering service cost", "cheapest answering service", "AI receptionist under $100" or wants options for a small business.' It also excludes zero-minute teaser plans and add-ons from results, but doesn't explicitly name alternatives for when not to use it or what sibling tools to use instead.

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

get_answering_service_pricingAnswering service pricing lookupA
Read-onlyIdempotent
Inspect

Get current, human-verified pricing for a specific answering service, virtual receptionist or AI receptionist (e.g. Smith.ai, Ruby, Dialzara, Abby Connect, AnswerConnect). Returns every plan with monthly price, included minutes, setup fees, overage rates, free trial, plus the date the pricing was last verified on the vendor’s own site. Use when someone asks "how much does X cost", "X pricing" or "is X worth it". Covers 21 services, updated weekly.

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceYesService name, e.g. "Smith.ai", "Ruby", "Dialzara", "Abby Connect"
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, establishing the safety profile. The description adds meaningful behavioral context: pricing is 'human-verified', includes 'date the pricing was last verified on the vendor’s own site', and is 'updated weekly', which helps the agent trust freshness and coverage. It also discloses the return payload details.

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 sentences, front-loaded with the primary action, followed by concrete use cases and scope. Every sentence contributes value without redundancy.

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 single-parameter lookup with no output schema, the description explains the return payload (plans with price, minutes, fees, trial, verification date) and coverage scope (21 services, weekly updates). It does not specify behavior for services outside the 21, but given the low complexity, the description is still sufficiently complete.

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?

The only parameter, service, has complete schema coverage with examples. The description reinforces this with its own examples but adds no additional semantic constraints beyond the schema, so the baseline score of 3 applies.

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-resource pair: 'Get current, human-verified pricing for a specific answering service', clearly identifying the action and target. It distinguishes itself from siblings like compare_answering_services by emphasizing 'specific' rather than comparative analysis, and provides concrete service examples.

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 gives explicit trigger phrases: 'Use when someone asks "how much does X cost", "X pricing" or "is X worth it"'. It clearly limits to single-service pricing, implying compare_answering_services for comparisons, though it does not name the alternative directly.

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

missed_call_roiMissed-call revenue loss calculatorA
Read-onlyIdempotent
Inspect

Calculate how much revenue a business loses to missed phone calls per month and per year, and which price tier of answering service makes sense at that loss level. Use when someone mentions missing calls, going to voicemail, losing leads after hours, or asks whether an answering service is worth it for their call volume. Inputs: calls per week, percent missed, average customer value, optional booking rate.

ParametersJSON Schema
NameRequiredDescriptionDefault
callsPerWeekYesTotal inbound calls per week (1-2000)
missedPercentYesPercent of calls missed (0-100)
bookRatePercentNoPercent of missed callers who would have booked; default 30
avgCustomerValueYesAverage value of one new customer in USD (1-100000)
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows it is safe. The description adds that the tool produces both monthly and yearly estimates and evaluates price tiers, which is behavioral context beyond the schema.

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 sentences with each serving a distinct purpose: stating the purpose, giving usage triggers, and listing inputs. It is concise with no redundant wording or repetition of structured data.

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 tool has a moderate parameter count and no output schema, the description adequately covers inputs, decision context, and output types (monthly/yearly loss and price tier). The usage triggers and input list make it sufficient for agent 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 description coverage is 100%, so the baseline is 3. The description lists input names and notes 'optional booking rate,' which marginally reinforces schema optionality, but it does not add substantive semantics beyond what the schema already provides.

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 uses a specific verb ('calculate') and clearly names the resource (missed phone calls) and outputs (monthly/yearly loss and recommended price tier). It distinguishes itself from sibling tools by focusing on loss calculation rather than service comparison or pricing lookup.

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 explicit trigger scenarios ('when someone mentions missing calls, going to voicemail, losing leads after hours, or asks whether an answering service is worth it'). It does not name alternative tools or exclusion conditions, but the usage context is clear.

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!

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Provides current, human-verified pricing for 100+ AI tools and calculates AI product margins (MRR after costs). Fetches live price index and runs locally.
    2
    61
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Token cost math for LLM API calls: current per-million-token rates for 69 models across 17 providers, with local arithmetic for estimates, comparisons and monthly budgets. Rates are verified and date-stamped.
    24
    2
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources