Skip to main content
Glama

Firmenwatch — Swiss Company Register

UID prüfen

uid_pruefen
Read-onlyIdempotent

Prüft eine Schweizer UID auf Format und Prüfziffer (Modulo 11 nach Spezifikation des Bundesamts für Statistik) und schlägt sie im Bestand nach. Nutze dies, bevor du eine UID in ein System übernimmst — Tippfehler werden so erkannt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uidYesZu prüfende UID

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and open-world. The description adds useful behavior: it validates both format and Modulo 11 check digit, and it performs a registry lookup rather than only local validation. This is consistent with the annotations and provides extra context about what happens during the call.

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 core function is front-loaded and the usage guidance follows in a compact, actionable clause. Every sentence adds information.

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 one-parameter, read-only lookup tool, the description covers what it validates, that it checks the registry, and when to use it. The lack of an output schema means return details are not specified, but the simple scope and strong annotations make the description sufficient for correct selection and invocation.

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 has 100% description coverage for the single required parameter ('Zu prüfende UID'), so the baseline is 3. The description adds that the UID is Swiss and subject to check-digit validation, but it does not specify accepted formats such as CHE prefix or separators, so it does not go beyond the schema baseline.

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 precise verb and object: 'Prüft eine Schweizer UID auf Format und Prüfziffer' and additionally says it looks the UID up in the registry ('schlägt sie im Bestand nach'). This is specific enough to distinguish uid_pruefen from siblings like firma_suchen or firma_details, which are about finding or retrieving company data.

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?

It gives an explicit trigger: 'Nutze dies, bevor du eine UID in ein System übernimmst — Tippfehler werden so erkannt.' This tells the agent when the tool should be used. It does not name alternatives or give explicit when-not-to-use conditions, so it falls just short of a 5.

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

The six tools cover clearly distinct operations: search, details lookup, risk summary, UID validation, daily briefing, and data-quality status. There is only mild overlap between firma_details and firma_risiko, since both include register findings, but their descriptions make the boundary clear.

Naming Consistency2/5

Tool names mix German and English terms, noun compounds like bestand_status, and verb-final constructions like uid_pruefen and firma_suchen. The underscore style is consistent, but the grammatical pattern is not.

Tool Count5/5

Six tools is well-scoped for a company-register information server. Each tool has a clear purpose and none feels redundant or missing within the set.

Completeness5/5

The domain is read-only Swiss company register data, and the set covers the full workflow: validate UID, search, get details, get risk-relevant publications, receive daily changes, and check data quality. There are no dead ends.

Resources