Skip to main content
Glama
encorp-io

nulabg-mcp

by encorp-io

Look up a company (ЕИК / VAT)

nula_lookup_company
Read-only

Verify a company's legal name and VAT number by searching Bulgarian EIK, EU VAT, or name before invoicing. Prevents incorrect or invented EIK data.

Instructions

Look up a company (фирма) by Bulgarian EIK (ЕИК/БУЛСТАТ), EU VAT number or name via nula.bg (Commercial Register / VIES). Use it BEFORE creating an invoice or bill for a counterparty you have not seen, to get the exact legal name and VAT number. Never invent an EIK.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eikNoBulgarian EIK/BULSTAT (ЕИК)
nameNoCompany name (partial names may work for Bulgarian companies)
vat_numberNoVAT number with country prefix, e.g. BG123456789 or DE123456789

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With readOnlyHint=true already declared, the description doesn't need to restate safety. It adds useful context: the lookup happens via external sources ('Commercial Register / VIES') and warns 'Never invent an EIK', which is a behavioral constraint. However, it omits details like potential multiple results for name searches or error behavior, which would be relevant for an agent. The description is adequate but not rich.

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 two sentences, each earning its place: the first states the core capability, the second adds critical usage guidance. It is front-loaded with the verb and resource, and no filler or redundancy exists. The warning 'Never invent an EIK' is a valuable addition in the same sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema, so the description should clarify what is returned. It states 'get the exact legal name and VAT number', but doesn't specify the response structure or whether name searches may return multiple matches. The tool is simple with all optional parameters, but the lack of return-type information leaves the agent guessing about the result shape. While not severely incomplete, it's a noticeable gap.

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 provides full descriptions for all three parameters (coverage 100%), including patterns and examples. The description only says you can look up by EIK, VAT, or name, which mirrors the schema without adding new semantics. Since the schema already carries the burden, a baseline score of 3 is appropriate.

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 states a specific verb ('Look up') and the resource ('a company by Bulgarian EIK, EU VAT number or name via nula.bg'). The purpose is unambiguous and clearly distinct from sibling tools like invoice/bill management or customer search. The added usage context (before creating an invoice) further disambiguates its role.

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 explicitly states when to use this tool: 'Use it BEFORE creating an invoice or bill for a counterparty you have not seen'. This provides clear contextual guidance. However, it does not mention alternatives (e.g., nula_search_customers) or explicitly state when not to use it, so it stops short of a full when/when-not contrast.

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