Skip to main content
Glama
AiAgentKarl

eu-company-mcp-server

validate_vat_number

Validate EU VAT numbers via the VIES system. Verify tax IDs and retrieve company names and addresses to confirm business details across European Union member states.

Instructions

EU-Umsatzsteuer-ID (USt-ID / VAT) überprüfen.

Prüft ob eine USt-ID gültig ist und gibt (falls verfügbar) Firmenname und Adresse zurück. Quelle: EU VIES System.

Hinweis: Deutschland gibt nie Name/Adresse zurück. Die meisten anderen EU-Länder liefern Details.

Args: country_code: 2-Buchstaben Ländercode (z.B. "DE", "FR", "IT", "NL") vat_number: USt-ID Nummer ohne Länderprefix (z.B. "811128135")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
country_codeYes
vat_numberYes
Behavior4/5

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

Discloses critical behavioral limitation (Germany never returns name/address, others do) and data source, though lacks rate limit or auth details.

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?

Well-structured with purpose front-loaded; Args section is clearly delineated, though labels like 'Hinweis:' and 'Quelle:' add slight verbosity.

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?

Adequately covers expected return values (validity status, optional name/address) and limitations despite absence of output schema.

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

Parameters5/5

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

Excellent compensation for 0% schema coverage: provides clear format specifications and concrete examples for both parameters (especially the no-prefix requirement for vat_number).

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?

Clear specific purpose (validate EU VAT IDs) with resource identification (EU VIES System) and distinguishes from company lookup siblings.

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?

Usage is implied through functionality description (validating VAT IDs), but lacks explicit when-not-to-use guidance or comparison to company search alternatives.

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/AiAgentKarl/eu-company-mcp-server'

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