Skip to main content
Glama
josemvelez78

mcp-europe-business

get_vat_exemption_threshold

Read-onlyIdempotent

Retrieve the annual turnover threshold below which a business may be exempt from VAT registration in a specified European country. Use this to determine VAT obligations for small businesses and freelancers.

Instructions

Returns the annual turnover threshold below which a business may be exempt from VAT registration in a given European country — the small business VAT exemption scheme. Returns { country, threshold_local_currency, currency, threshold_eur_approx, notes }. Use when determining if a small business needs to register for VAT, or when building onboarding flows for European freelancers and micro-enterprises. Information provided as reference only — not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
country_codeYesTwo-letter ISO country code. Example: 'PT', 'DE', 'FR'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNo
threshold_local_currencyNo
currencyNo
threshold_eur_approxNo
regimeNo
notesNo
disclaimerNo
errorNo
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds behavioral context by stating 'Information provided as reference only — not legal advice,' which sets expectations for the reliability of the output. No contradictions with annotations.

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 extremely concise: two sentences that pack the purpose, usage, output structure, and legal disclaimer without any wasted words. It is front-loaded with the primary function.

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 tool's simplicity (one parameter, output schema exists), the description covers all necessary aspects: what it returns, when to use it, and a disclaimer. No gaps are evident for an AI agent to correctly invoke this tool.

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?

Schema coverage is 100% with a single parameter described. The description adds marginal value by specifying 'European country' and providing example codes ('PT', 'DE', 'FR'), but the schema already covers the required format. The baseline of 3 is appropriate as the description does not significantly enhance parameter understanding.

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 clearly states the verb 'returns', the resource (annual turnover threshold for VAT exemption), and the scope (European country). It also explicitly distinguishes this from sibling tools by naming the specific VAT scheme and mentioning the output structure.

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?

Description explicitly says when to use the tool: 'when determining if a small business needs to register for VAT, or when building onboarding flows for European freelancers and micro-enterprises.' It does not explicitly state when not to use, but the guidance is clear enough for an agent to infer appropriate contexts.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/josemvelez78/mcp-europe-business'

If you have feedback or need assistance with the MCP directory API, please join our Discord server