site
Server Details
Business Worth Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateBusiness valuation calculatorBInspect
Run the Business valuation calculator calculator: Enterprise value at your multiple; Indicative value to shareholders; At the private lower middle market median (5.5x EBITDA); At the US public company multiple (16.95x EBITDA). Missing inputs fall back to their documented defaults.
| Name | Required | Description | Default |
|---|---|---|---|
| cash | No | Surplus cash in the business | |
| debt | No | Debt and debt-like items | |
| ebitda | No | Adjusted EBITDA (or SDE if the owner works in the business) | |
| multiple | No | Earnings multiple |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It does add one useful behavioral trait: missing inputs fall back to documented defaults. However, it does not disclose whether the calculation is purely read-only, whether it performs any external data lookups, or how the output is returned. For a simple calculator the default-fallback note is helpful, but more behavioral context would be expected.
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 a single sentence that front-loads the action and then lists the key outputs, making it easy to scan. The 'calculator calculator' phrasing is redundant, and 'documented defaults' is slightly indirect, but overall every element contributes useful information.
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 four-parameter tool with no output schema, the description lists what will be calculated and mentions default fallback behavior, but it does not explain the output format or detail how each input affects the results. It is functionally adequate but leaves the agent to infer some details, especially because the tool has no annotations and no output schema.
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 schema already documents all four parameters and their defaults. The description adds only marginal semantic value by referencing EBITDA and the multiple, but it does not clarify cash/debt roles beyond what the schema provides. Baseline 3 is appropriate because the schema does the heavy lifting.
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 says to run a business valuation calculator and enumerates the outputs (enterprise value, indicative value to shareholders, median multiples), so an agent understands what the tool does. It also distinguishes itself from sibling describe/enquiry tools by using the imperative 'Run'. The redundant 'calculator calculator' wording and lack of explicit sibling differentiation keep it from a 5.
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?
No explicit guidance is given about when to use this tool versus siblings like calculator_describe or submit_enquiry. The description implies this is the computational tool among the siblings, but it never states intended scenarios, exclusions, or prerequisites. An agent must infer usage context from the tool 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.
calculator_describeWhat Business valuation calculator computesAInspect
The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It accurately conveys that the tool returns explanatory information about inputs, outputs, and assumptions, implying a read-only informational behavior. However, it does not explicitly state that no calculation is performed or that there are no side effects.
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 a single, well-structured sentence that front-loads the core purpose and enumerates the three key categories of information provided. Every word earns its place, and there is no wasted or redundant content.
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 simple descriptive tool with no parameters and no output schema, the description adequately conveys what the agent will receive: inputs, outputs, and assumptions. It could be more explicit about return format, but given the low complexity, the explanation 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 tool has zero parameters, so the schema provides no meaningful parameter documentation. Per calibration, zero parameters warrant a baseline of 4; the description adds useful context by noting that the calculator's inputs include units, ranges, and defaults, which is relevant even though this tool itself takes no parameters.
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 that the tool explains the calculator's inputs, outputs, and underlying assumptions, which is a specific resource and purpose. It distinguishes itself from sibling tools like calculate by focusing on description rather than computation, though it does not explicitly name alternatives.
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 implies the tool should be used to understand the calculator before using it, but it does not explicitly state when to use this versus the calculate sibling or any other alternative. There is no exclusion guidance or when-not-to-use information.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect
Read first. States plainly what submit_enquiry does on Business Worth Calculator: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations and no output schema, the description carries the full burden and handles it well. It discloses that nothing is bought, ordered, paid for, or guaranteed, that it is free, and it enumerates what the tool returns: recipient details, consent wording, and confirmation behavior. This is exceptional behavioral disclosure for an explanatory tool.
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 compact and front-loaded: the imperative 'Read first' sets priority immediately, followed by a clear statement of purpose and consequences. Every sentence adds distinct 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 no-parameter, no-output-schema documentation tool, this description is unusually complete. It explains the purpose, the user-facing outcome, the non-transactional nature, and the return content. Nothing necessary for an agent to decide whether and when to call it is missing.
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 tool has zero parameters and an empty input schema, so the baseline is 4 because there is no parameter ambiguity. The description does not need to explain parameters, and it does not waste space attempting to.
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 plainly states what the tool does: it explains what submit_enquiry does on Business Worth Calculator. It also clarifies the outcome in user terms — an enquiry with human providers, not a purchase, order, or guaranteed quote — which strongly distinguishes it from the sibling tools. The title reinforces the non-transactional purpose.
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 opening 'Read first' gives explicit positional guidance to use this tool before submit_enquiry, and the description makes clear it is the explanatory companion to submit_enquiry. It does not explicitly name when-not-to-use it versus calculate or enquiry_fields, but the context and zero-parameter nature make the intended use apparent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_fieldsThe questions the enquiry asksAInspect
Every field of the Business Worth Calculator enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden. It makes clear this is a read-only metadata enumeration — it returns field definitions and delegates submission to submit_enquiry — which is the key behavioral trait an agent needs. It does not describe the response format, but the side-effect risk of a zero-input introspection tool is inherently low.
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?
Two tightly packed sentences with zero waste: the first lists the complete content scope, the second explains the downstream usage contract. The purpose is front-loaded and every phrase earns its place.
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 tool with no inputs, no output schema, and simple introspection semantics, the description is nearly complete: it enumerates the full set of returned attributes and tells the agent how to connect them to the submission sibling. The only notable gap is an explicit statement of when to prefer this over the similarly named enquiry_describe.
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 tool takes zero parameters and schema coverage is 100%, so the framework baseline of 4 applies. There is no parameter burden to compensate for; the description even adds value by explaining that the returned field keys are the exact keys to use when calling submit_enquiry.
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 names a precise resource — 'Every field of the Business Worth Calculator enquiry' — and enumerates the exact content returned (key, label, type, required, help text, allowed options), which adds real specificity beyond the name and title. The verb is only implied ('returns/lists'), and sibling differentiation is implicit via the submit_enquiry reference rather than explicit.
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 instruction 'Pass answers to submit_enquiry keyed by field key' provides concrete guidance on how to consume the result, positioning this tool as the prerequisite for building a submission. However, it never explicitly contrasts with the sibling describe tools (calculator_describe, enquiry_describe), so an agent must infer when to choose this one over them.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect
Submits an enquiry to Business Worth Calculator — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a relevant corporate finance adviser, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to a relevant corporate finance adviser, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden and does so thoroughly. It discloses the two-step validation flow, the consent requirement with exact wording, the email notification, and the mandatory link click before providers see the enquiry. This is exceptional transparency.
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 long but every sentence is necessary for a two-step consent-gated submission tool. It is front-loaded with the core purpose and non-purchase warning, then logically walks through step 1 and step 2. No redundant fluff.
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's complexity, lack of annotations, and lack of output schema, the description is remarkably complete. It covers both calls, the confirmation token, consent text, what to show the user, and post-submission email behavior. An agent has enough information to use the tool correctly.
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?
Although schema coverage is 100%, the description adds significant meaning beyond the schema. It explains that answers are keyed by field keys from enquiry_fields, that consent requires the exact agreement text, and that confirmation is the token returned from step 1. This workflow-level explanation makes parameter semantics much clearer.
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 states a specific action and resource: 'Submits an enquiry to Business Worth Calculator'. It clearly distinguishes the tool from a purchase or guaranteed quote, and the title emphasizes the two-step nature. This makes it immediately distinct from siblings like calculate or enquiry_describe.
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 clear step-by-step usage instructions: first call to validate and get a confirmation token, then a second call only if the person agrees. It also states when not to use it ('NOT a purchase, NOT a guaranteed quote'). However, it does not explicitly name alternative sibling tools for other purposes, so it stops short of full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
calculate - First observed
calculator_describe - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Exit Value Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Business Valuation Cost: the site's own MCP server — enquiry (enquiry = a human handoff, not a...
IT Support Cost Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Boat Value Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
- FlicenseBqualityCmaintenanceMCP server for paid business data services with free previews and paid tools (enriched search and competitive analysis) using x402 payment flow via Pyrimid Protocol on Base.5-
- AlicenseNot gradedqualityCmaintenancePublic, no-login MCP server exposing SmartMoney77's financial calculators: compound interest, FIRE number, credit-card payoff, emergency fund, inflation, fees and the cost of waiting. Also computes historical "what if I had invested" returns from real yearly price data, and builds deep links and share packs for calculators in 6 localized editions.MIT
- AlicenseAqualityAmaintenanceAn MCP server that provides deterministic, high-precision business, finance, and operational calculations such as SaaS metrics, currency conversion, business days, and financial formulas, returning structured JSON results.1130MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool maps cleanly to a distinct concern: running the valuation, describing calculator inputs/outputs, describing the enquiry process, listing enquiry fields, and submitting the enquiry. No two tools appear to do the same thing, and the describe tools are clearly separated by subject.
The metadata tools follow a similar 'resource_describe'/'resource_fields' pattern, but the action tools are inconsistent: 'calculate' is a bare verb while 'submit_enquiry' is verb_noun, and the describe tools are noun_verb rather than verb_noun. The names are still readable, but the conventions are mixed.
Five tools is appropriate for this narrow domain: two calculator-related, three enquiry-related, with no redundant or filler tools. It sits comfortably in a well-scoped range.
The surface covers the full workflow an agent needs: understanding the calculator, running it, understanding the enquiry, obtaining its fields, and submitting it with the required consent and confirmation. No obvious dead ends or missing lifecycle operations.