Skip to main content
Glama

Exit proceeds calculator (2026/27)

calculate

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
badrNoDo you qualify for Business Asset Disposal Relief?1
feesNoAdviser, broker and legal fees you pay on the sale
priceNoSale price for your shares or your share of the business
badrUsedNoBusiness Asset Disposal Relief lifetime limit already used
basecostNoBase cost: what you originally paid for them

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

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 Consistency3/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources