site
Server Details
Exit Value Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateExit proceeds calculator (2026/27)AInspect
Run the Exit proceeds calculator (2026/27) calculator: Chargeable gain; Tax at the 18% relief rate; Tax at 24% on gains above the relief; Total Capital Gains Tax. Missing inputs fall back to their documented defaults.
| Name | Required | Description | Default |
|---|---|---|---|
| badr | No | Do you qualify for Business Asset Disposal Relief? | 1 |
| fees | No | Adviser, broker and legal fees you pay on the sale | |
| price | No | Sale price for your shares or your share of the business | |
| badrUsed | No | Business Asset Disposal Relief lifetime limit already used | |
| basecost | No | Base cost: what you originally paid for them |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It does reveal default fallback behavior and lists the stages of the calculation, but it is silent on whether the operation is read-only, any side effects, error conditions, or authentication needs. For a calculator, non-mutation is fairly implied, but not stated explicitly.
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?
A single sentence that front-loads the action and resource and then lists all outputs compactly. The only blemish is the redundant phrase 'calculator ... calculator' (the tool name/title already includes it).
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?
The description defines what the tool returns (chargeable gain, relief-rate tax, 24% tax, total CGT), and the schema covers all inputs, so an agent has enough to call it correctly. It lacks explicit usage conditions or error/edge-case notes, but given the simplicity of a calculator these are not critical gaps.
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 input schema covers all five parameters with descriptions (100% coverage), so the baseline is 3. The description's only param-related note is that missing inputs fall back to documented defaults, which adds a general behavior but no per-parameter meaning beyond the schema.
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?
Description opens with the verb 'Run' and names the specific resource 'Exit proceeds calculator (2026/27)'. It enumerates the computed outputs (Chargeable gain; Tax at 18%; Tax at 24%; Total CGT), which clearly sets it apart from the sibling 'calculator_describe' that likely only describes the calculator.
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 usage when one needs to compute exit-proceeds tax figures, and it notes default fallback behavior, but it does not explicitly state when to prefer this over 'calculator_describe' or the enquiry tools, nor any conditions where it should not be used.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculator_describeWhat Exit proceeds calculator (2026/27) 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, the description carries the burden. It states the tool provides inputs, outputs, assumptions, and tables, which implies a non-mutating descriptive behavior. However, it does not explicitly declare that it performs no calculations or side effects, leaving some ambiguity about whether it executes the calculator or just documents it.
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 is front-loaded with the primary purpose, listing the exact content (inputs, outputs, assumptions, tables) without waste. It is concise and well-structured.
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 no parameters and no output schema, the description fully specifies what an agent can expect: a breakdown of inputs, outputs, and background assumptions/tables. This is complete for the tool's simple scope.
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?
There are zero parameters in the schema, so per guidelines the baseline is 4. The description does not need to add parameter details since none exist, and it appropriately focuses on what the tool returns rather than any inputs.
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 what the tool does: it describes the calculator's inputs, outputs, and underlying assumptions/tables. The verb 'describes' is implied, and the resource is the specific calculator. However, it does not explicitly differentiate from sibling 'enquiry_describe' or mention that it is a read-only metadata tool, so it's clear but not fully distinguishing.
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 usage when one needs details about the calculator's inputs and outputs, but it does not explicitly state when to use this over 'calculate' or other siblings. There is no exclusion or alternative mention, so guidance is inferred rather than explicit.
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 Exit Value 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, the description carries the behavioral burden and uses it well: it discloses that no purchase/order/payment occurs, no quote is guaranteed, and the flow is free. It also describes the returned information. It falls just short of explicitly stating this tool itself has no side effects, but that is strongly implied.
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?
Three short sentences, front-loaded with the 'Read first' usage cue; every sentence adds a distinct piece of information (purpose, non-transaction safety, returned content) with no filler.
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 zero-parameter, no-output-schema describe tool, this is complete: it gives the agent the purpose, the decision-relevant safety facts, and the return content. Nothing else is required to call it 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?
The tool has zero parameters, and the schema coverage is 100%, so there is no parameter vocabulary to document. Per baseline for zero-param tools, the description needs no param semantics and provides none.
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 the specific function ('states plainly what submit_enquiry does'), names the resource ('Exit Value Calculator enquiry'), and positions it as the read-first alternative to the sibling submit_enquiry. It also specifies what the tool returns (recipient, consent wording, confirmation), so an agent can tell it apart from calculator_describe or calculate.
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' explicitly tells the agent to consult this tool before invoking submit_enquiry. It also frames the enquiry as non-purchase and free, which helps decide whether submit_enquiry is appropriate, though it does not name alternative tools or exclusions.
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 Exit Value 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?
No annotations are provided, so the description carries the behavioral burden. It describes the content returned but does not explicitly state whether the tool is read-only or has side effects. Since it is a field-listing tool, read-only is implied but not stated. It also doesn't mention error cases or edge behavior, but for a simple retrieval this is acceptable.
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?
A single, well-structured sentence that front-loads the core purpose and then details the return fields and usage. No redundant words, and it efficiently conveys all necessary 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 parameterless tool with no output schema, the description fully specifies what the agent receives (field metadata) and how to apply it (keying answers for submit_enquiry). This is complete for an agent to call and use 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?
The tool has zero parameters, so the schema is trivially complete. The description adds context about the output structure (fields with attributes) and how to use the keys, which is valuable despite the absence of 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 the tool returns every field of the Exit Value Calculator enquiry with specific attributes (key, label, type, required, help, options). The verb 'returns' and resource 'enquiry fields' are explicit, and it distinguishes itself from siblings like submit_enquiry (which submits) and calculate (which computes) by focusing on field metadata.
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 a clear usage context: the output should be used to key answers for submit_enquiry. This tells the agent how to chain the tool with a sibling. It doesn't explicitly state when to use it versus enquiry_describe, but the purpose is clear enough that an agent can infer when to call it.
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 Exit Value 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 tax 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 tax 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?
No annotations are provided, so the description carries the full burden. It discloses the two-step submission flow, that step 1 returns a summary and token, that an email with a link is sent in step 2, and that providers only see the enquiry after the link is clicked. It even states the exact consent sentence.
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?
Long but tightly organized around two numbered steps with no filler. Key constraints ('NOT a purchase, NOT a guaranteed quote') are front-loaded, and every sentence conveys a requirement or consequence the agent needs.
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 complex two-step tool with no output schema and no annotations, this is unusually complete: it defines inputs, step boundaries, validation behavior, approval condition, consent text, confirmation token, email link, and provider visibility. No critical invocation detail 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?
Schema coverage is 100%, so baseline is 3. The description adds meaningful semantics beyond the schema: answers keyed by enquiry_fields, consent means the person has read and agreed to the exact quoted line, and confirmation is the token from step 1 after approval.
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?
States a specific action ('Submits an enquiry' to Exit Value Calculator), explicitly distinguishes it from a purchase or guaranteed quote, and gives a two-step flow that differentiates it from sibling tools like calculate or enquiry_describe. The two-step narrative resolves any ambiguity in the name.
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?
Gives explicit when-to-call instructions: first call with answers and consent for validation and summary, second call with same answers, consent, and confirmation token only after the person agrees. It also provides the exact consent wording and the condition for proceeding.
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
Business Worth Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
IT Support Cost Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Settlement 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
- 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
- AlicenseAqualityCmaintenanceThe most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.15191MIT
- 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 has a distinct purpose: calculate runs the tax calculator, calculator_describe explains its inputs/outputs, enquiry_describe explains the enquiry process, enquiry_fields lists form fields, and submit_enquiry performs the submission. There is no overlap between any of them, making selection unambiguous.
Naming mixes patterns: 'calculate' is a bare verb, 'calculator_describe' and 'enquiry_describe' use noun_verb, 'enquiry_fields' uses noun_noun, and 'submit_enquiry' uses verb_noun. While the pattern is not uniform, each name still conveys its function reasonably well, and the mixing is not chaotic.
Five tools is a well-scoped set for a server that handles both a calculator and an enquiry form. Each tool addresses a necessary step (describe, calculate, fields, submit), with no redundancy or excessive bloat.
The server covers the full workflow: for the calculator, it provides execution and documentation; for the enquiry, it provides process description, field listing, and submission with a two-step confirmation. There are no obvious missing operations for the stated domain.