Skip to main content
Glama
josemvelez78

mcp-europe-business

validate_tva_fr

Read-onlyIdempotent

Validate French TVA intracom numbers by checking format and checksum. Returns valid status, key, SIREN, and TVA number.

Instructions

Validates a French TVA intracom (VAT) number — format 'FR' + 2 alphanumeric key characters + 9-digit SIREN. Returns { valid: boolean, key: string, siren: string, tva: string }. When the key is numeric, validates using the official formula: key = (12 + 3 × (SIREN mod 97)) mod 97.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tvaYesFrench TVA intracom number. Example: 'FR40303265045'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
validYes
keyNo
sirenNo
tvaNo
reasonNo
noteNo
Behavior4/5

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

Annotations already indicate readOnlyHint and idempotentHint. The description adds transparency by detailing the validation formula for numeric keys and the return structure, going beyond what annotations provide without contradiction.

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?

Two sentences that are perfectly concise: the first defines the function and format, the second covers validation logic and return shape. No redundant information.

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 output schema is described in the description, annotations cover safety, and no nested objects, the description is complete for an agent to understand invocation and outcome.

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 description coverage is 100%. The description adds value by providing an example and explaining the format requirement, reinforcing what the schema states.

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 clearly states it validates a French TVA intracom number, specifies the required format 'FR' + 2 alphanumeric key + 9-digit SIREN, and lists return fields. It distinctly sets itself apart from sibling tools that validate VAT numbers for other countries.

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 implies usage for French VAT validation without explicit when-to-use or when-not-to-use guidance. However, given sibling tools are other country VAT validators, the context is clear enough for an agent to select this tool for French numbers.

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