Skip to main content
Glama

lookup_company_by_vat

Read-only

Free VIES VAT lookup. Returns VAT validity plus name/address when the member state discloses them; some countries such as ES/DE may return only validity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vatYesEU VAT number including ISO-2 country prefix, e.g. "NL123456789B01".

TDQS

A3.8/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and openWorldHint=true, and the description adds valuable behavioral context that some countries (ES/DE) may only return validity, not name/address. This goes beyond the annotation hints.

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 short sentences immediately convey purpose and a key caveat. Every word earns its place, with no redundancy or filler.

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?

With no output schema, the description explains what is returned (validity, optional name/address) and notes country-specific limitations. It does not detail the exact response structure, but this is sufficient for a simple read-only lookup 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?

The schema already fully documents the single 'vat' parameter with a format example. The description adds no additional parameter semantics, so the baseline of 3 is appropriate given high schema coverage.

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 this is a VAT lookup tool for EU VAT numbers, and it returns validity plus available company details. It distinguishes from sibling tools by focusing specifically on VAT-based lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus get_company or search_company. It implies a use case (VAT lookup) but provides no guidance on alternatives or exclusions.

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.2/5.0
Disambiguation4/5

The three tools have clearly distinct primary functions: get_company by national ID, lookup_company_by_vat by VAT number, and search_company by name. Some overlap exists on VAT lookups for certain countries, but descriptions clarify the differences.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_company, lookup_company_by_vat, search_company. The verbs are semantically appropriate for retrieval operations, and the casing is uniform.

Tool Count4/5

Three tools is on the smaller side, but it is appropriate for a specialized registry lookup server. Each tool covers a distinct query method, so none feels superfluous or redundant.

Completeness4/5

The server covers the core lookup operations by ID, VAT, and name for supported European registries. Minor gaps exist, such as no separate LEI-specific lookup or batch operations, but the described surface addresses the primary use cases.