Skip to main content
Glama

Czech Company Registry (ARES) Tools

Lookup Czech company by IČO or DIČ

company_lookup

Basic register (ARES) lookup: name, legal form, registered address, NACE, data-box, VAT DIČ. Input: IČO (8 digits) or DIČ (CZ+10).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIČO (e.g. 27082440) or DIČ (e.g. CZ27082440)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations exist, so the description carries the full burden. 'Lookup' clearly indicates a non-mutating read, but nothing is disclosed about not-found behavior, rate limits, authentication needs, or response shape. This is adequate for a simple read operation but leaves notable gaps.

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 with no filler: the first lists the returned fields, the second specifies the input format. Everything earns its place and the key purpose is front-loaded.

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?

For a simple one-parameter lookup with no output schema, the description covers the essentials: what the tool returns and what input it accepts. It stops short of explaining error/not-found behavior or explicitly routing to sibling tools, but given the low complexity, it is largely complete.

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 coverage is 100% (the id property already includes examples), so baseline is 3. The description adds value by explicitly stating the format constraints ('IČO (8 digits) or DIČ (CZ+10)'), which reinforces and clarifies the schema's examples beyond a mere restatement.

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?

States a specific verb ('lookup'), resource ('Czech company' in ARES), and the returned fields (name, legal form, address, NACE, data-box, VAT DIČ). This clearly distinguishes it from siblings like search_company (search by other criteria) and check_vat (VAT-specific) without needing to inspect schemas.

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?

Implies usage when you have an IČO or DIČ and need basic register data, but gives no explicit 'use this when' or 'not when' guidance. It does not mention alternatives such as check_vat or search_company, leaving the agent to infer which tool fits which scenario.

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.

Resources