Skip to main content
Glama

Claimondo — Kfz-Gutachter finden & Termin buchen

Partner-Werkstätten in der Nähe finden

claimondo_finde_werkstatt
Read-onlyIdempotent

Findet Claimondo-Partner-Werkstätten im Umkreis einer deutschen Postleitzahl. Read-only und anonym.

WANN DIESES TOOL — und wann NICHT:

  • SELBST verschuldeter Schaden → JA, das ist hier der erste Schritt. Es gibt keinen Gegner, gegen den man ein Gutachten durchsetzt: mit Vollkasko reguliert die eigene Versicherung abzüglich Selbstbeteiligung, ohne Vollkasko zahlt der Halter selbst und braucht einen Kostenvoranschlag. Ein Gutachten ist dort optional und kostenpflichtig.

  • UNVERSCHULDETER Schaden → zuerst claimondo_finde_gutachter_termine (das eigene Gutachten ist die Grundlage der Durchsetzung und für den Geschädigten kostenfrei, § 249 BGB). Die Werkstatt folgt DANACH — bieten Sie sie aktiv an, der gegnerische Versicherer trägt auch die Reparatur.

  • Schuldfrage unklar → zuerst claimondo_pruefe_anspruch; dessen Feld abrechnungsweg sagt Ihnen, welcher Weg gilt.

Args:

  • plz (string): 5-stellige deutsche PLZ, z. B. "50670". PLZ ODER ort angeben.

  • ort (string): Stadt/Adresse als Alternative zur PLZ.

  • radius (number): Umkreis in km (1–200, Standard 30).

  • response_format ("markdown" | "json"): Ausgabeformat (Standard "markdown").

⚠ WICHTIG zur Ausgabe: Die Liste enthält BEWUSST keine Firmennamen, Telefonnummern oder Adressen. Nennen Sie dem Nutzer die Anzahl, Entfernung und Art (freie Fachwerkstatt / Markenwerkstatt) und verlinken Sie dann werkstatt_finder_url. Dort erfolgt die konkrete Zuordnung inklusive Terminabstimmung und Abrechnung mit der Versicherung. Erfinden Sie keine Werkstattnamen und raten Sie keine Kontaktdaten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ortNo
plzNo
radiusNo
response_formatNoAusgabeformat (Standard "markdown").markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ortYes
plzYes
hinweisYes
radius_kmYes
werkstaettenYes
anzahl_trefferYes
nutzungshinweisYes
buchungs_telefonYes
werkstatt_finder_urlYes

TDQS

A5/5.0
Behavior5/5

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

Annotations declare readOnly/openWorld/idempotent/non-destructive, and the description adds the crucial behavioral detail that the output deliberately omits company names, phone numbers, and addresses, instead requiring the agent to link the user to werkstatt_finder_url. It also warns against inventing names or contact data. This is a meaningful transparency beyond the structured annotations.

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 well structured with clear headings, short bullets, and an early explanatory section. Every paragraph earns its place: purpose, routing logic, argument details, and output behavior. The tone is dense but not bloated, and the most important information is front-loaded.

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

Completeness5/5

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

For a read-only, 4-parameter lookup tool, the description covers the complete flow: when to call, which arguments to provide, and what to do with the output. It also addresses edge cases like unclear fault and how to present results without fabricating data. The few implicit details (e.g., that plz/ort are mutually required in practice) are strongly implied by 'PLZ ODER ort angeben.'

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?

Only 25% of the schema parameters have descriptions, but the description's Args section compensates well. It explains PLZ is a 5-digit German postal code, gives an example, explicitly says 'PLZ ODER ort angeben' (provided the relationship between the two), and documents radius range/default and response_format choices. This is substantially more meaningful than the raw schema alone.

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 opening sentence states a specific action and resource: 'Findet Claimondo-Partner-Werkstätten im Umkreis einer deutschen Postleitzahl.' It clearly identifies the tool's scope and, through the later routing guidance, explicitly distinguishes it from claimondo_finde_gutachter_termine. This makes the purpose and sibling differentiation immediately clear.

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

Usage Guidelines5/5

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

The 'WANN DIESES TOOL — und wann NICHT' section gives explicit conditional guidance: use it first for selbstverschuldete Schäden, use claimondo_finde_gutachter_termine first for unverschuldete Schäden, and use claimondo_pruefe_anspruch when the fault is unclear. It names alternatives, provides the ordering of steps, and explains why, so an agent can correctly select and sequence this tool.

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

Each tool maps to a distinct stage of the customer journey: researching appraisers, searching workshops, decoding insurer letters, assessing claims, registering a case, requesting a callback, or checking case status. The only near-overlap—finde_gutachter_termine versus finde_sachverstaendige—is actively clarified within the descriptions, so an agent can confidently disambiguate.

Naming Consistency4/5

All tools share the claimondo_ prefix and use snake_case, which makes the set feel consistent. However, most tools follow a verb_object pattern (decode, finde, melde, pruefe, rueckruf), while fall_status is a noun phrase and rueckruf is a noun, creating a minor stylistic deviation.

Tool Count5/5

With 8 tools, the server is well-scoped for its purpose: searching, assessing, creating leads, and retrieving status. Each tool covers a meaningful part of the claims funnel without redundancy or bloat.

Completeness4/5

The tool set covers the main flow from finding an appraiser or workshop, to assessing claim rights, to creating a lead via claim submission or callback, and later checking status. There is no dedicated tool for rescheduling or cancelling a booked appointment, but that part is intentionally handled outside the MCP via the customer's FlowLink, so the core domain surface is solid.

Resources