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.
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.
Tool Definition Quality
Average 4.2/5 across 3 of 3 tools scored.
Each tool has a distinct purpose: compare services, get specific pricing, and calculate ROI. No overlap or ambiguity between them.
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.
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.
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 toolscompare_answering_servicesCompare answering services by budgetARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Service type filter; default any | |
| maxMonthlyBudget | No | Maximum monthly budget in USD | |
| minIncludedMinutes | No | Minimum included minutes per month |
Tool Definition Quality
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.
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.
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.
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.
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.
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 lookupARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name, e.g. "Smith.ai", "Ruby", "Dialzara", "Abby Connect" |
Tool Definition Quality
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.
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.
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.
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.
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.
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 calculatorARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| callsPerWeek | Yes | Total inbound calls per week (1-2000) | |
| missedPercent | Yes | Percent of calls missed (0-100) | |
| bookRatePercent | No | Percent of missed callers who would have booked; default 30 | |
| avgCustomerValue | Yes | Average value of one new customer in USD (1-100000) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceCompare AI inference pricing across 9 providers in real time. Routing recommendations, spend tracking, and budget alerts for AI agents.72MIT
- Flicense-qualityBmaintenanceProvides verified pricing data for SaaS, AI tools, and LLMs across 490+ tools. No API key required, returns sourced records with attribution links.2
- AlicenseAqualityBmaintenanceProvides current, human-verified pricing for 100+ AI tools and calculates AI product margins (MRR after costs). Fetches live price index and runs locally.261MIT
- Alicense-qualityBmaintenanceToken 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.242MIT