Skip to main content
Glama

VAT calculator

hopi_vat_calculator
Read-onlyIdempotent

Add UK VAT to a net amount, or remove VAT from a gross (VAT-inclusive) amount. Default rate is the UK standard 20 percent. Returns the net, VAT and gross figures. Source: https://hopi.co.uk/vat-calculator/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes'add' VAT to a net amount, or 'remove' VAT from a gross amount
rateNoVAT rate as a percentage (default 20)
amountYesThe money amount

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
netYes
vatYes
modeYes
rateYes
grossYes
summaryYes
source_urlYesThe tool's page on hopi.co.uk (cite or open to check the figure)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedOutput schema / required
      Added value: +[
      +  "gross",
      +  "mode",
      +  "net",
      +  "rate",
      +  "source_url",
      +  "summary",
      +  "vat"
      +]
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds useful context by stating the default UK rate and what the tool returns (net, VAT, and gross figures), going 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 with no filler. The core operation is front-loaded, the default behavior is stated, the return figures are summarized, and the source is included without bloating the text.

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 simple calculator nature, strong schema with a mode enum, comprehensive annotations, and an output schema, the description covers everything an agent needs: purpose, modes, default rate, and returned figures. No meaningful gap remains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful operational context: it explains how 'amount' and 'mode' interact (net vs gross input) and confirms the default rate. This helps the agent map intent to parameters beyond the schema's basic descriptions.

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 specific verbs ('Add UK VAT', 'remove VAT') and identifies the exact resource (a UK VAT calculator). It clearly differentiates the two operating modes and states the default rate, making it unambiguous among the large sibling list.

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 clearly explains when to use the tool: when you need to add VAT to a net amount or remove it from a gross amount. It does not explicitly name alternatives or exclusion scenarios, but the context is strong enough for an agent to select it correctly.

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.

Resources