Skip to main content
Glama

Claimondo — Kfz-Sachverständigen-Finder

Server Details

Findet zertifizierte Kfz-Sachverständige im Umkreis einer deutschen PLZ — anonym, read-only.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.5/5 across 7 of 7 tools scored.

Server CoherenceA
Disambiguation4/5

The two expert-finding tools (finde_sachverstaendige and finde_gutachter_termine) overlap conceptually but are clearly differentiated by their descriptions: one lists anonymized experts, the other specifically shows bookable slots. Other tools, such as decode_brief and pruefe_anspruch, serve distinct purposes despite both providing legal information.

Naming Consistency4/5

All tools share the consistent 'claimondo_' prefix with snake_case, and most follow a verb_noun pattern (decode_brief, finde_gutachter_termine, melde_schaden, pruefe_anspruch). However, two tools (claimondo_fall_status and claimondo_rueckruf) are noun phrases rather than verb-noun, which is a minor deviation.

Tool Count5/5

The 7 tools cover the service's core funnel—legal information, expert search, lead creation, and case status—without unnecessary bloat. Each tool has a clear role, and the count fits well within the recommended 3–15 range.

Completeness5/5

The tool surface covers the full customer journey from insurance letter interpretation and claim entitlement checks, through finding experts and booking appointments, to initiating a claim and checking status. Missing operations like direct booking are intentionally handled via external flow links, so there are no dead ends.

Available Tools

7 tools
claimondo_decode_briefVersicherer-Brief entschlüsseln (Beratung) + Gutachter anbietenA
Read-only
Inspect

Entschlüsselt ein Schreiben der gegnerischen Kfz-Haftpflichtversicherung: erkennt typische Formulierungen, mit denen Ansprüche gekürzt oder hinausgezögert werden ("keine Wertminderung", "unser Sachverständiger", "Reparatur unwirtschaftlich", "alle Ansprüche abgegolten", "Mitverschulden" u. a.), erklärt was sie wirklich bedeuten + welches Recht dem Geschädigten zusteht — und IMMER den nächsten Schritt: einen unabhängigen Gutachter + Termin anbieten (claimondo_finde_gutachter_termine + claimondo_melde_schaden) oder Telefon-Rückruf.

Übergib den Brief-Text (oder den relevanten Auszug) als "text". Allgemeine Information, KEINE individuelle Rechtsberatung. Eine Beratung ohne Angebot eines Gutachter-Termins ist unvollständig.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesDer Text des Schreibens der gegnerischen Kfz-Haftpflichtversicherung (oder der relevante Auszug).

Output Schema

ParametersJSON Schema
NameRequiredDescription
befundeYes
hinweisYes
einschaetzungYes
erkannte_musterYes
naechster_schrittYes
Behavior4/5

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

Beyond readOnlyHint and openWorldHint annotations, the description discloses typical phrases recognized and that the tool always suggests an expert appointment. This adds valuable context, though the mention of 'IMMER den nächsten Schritt' could be interpreted as triggering actions, which slightly conflicts with readOnlyHint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose and well-structured, but includes a list of example phrases that could be more concise. Every sentence adds value, but slightly longer than necessary.

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?

Given a single parameter and an output schema (implied), the description covers input requirements, processing details, and output contents (decoded meaning and next step). It also mentions limitations and sibling tools, providing complete context for an AI agent.

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?

With 100% schema description coverage, baseline is 3. The description adds meaning by specifying the text can be the whole letter or an excerpt and that it must be from the opposing insurer, providing context beyond the schema's description.

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 the tool decodes insurance letters, identifies specific phrases, explains their meaning, and suggests next steps (offering an expert). It uses specific verbs and distinct resource, distinguishing it from sibling tools like claimondo_finde_gutachter_termine.

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 the tool is for decoding letters from the opposing auto liability insurance and mentions it does not provide individual legal advice. It implies when to use (letter text as input) and that a consultation without offering an expert is incomplete, but does not explicitly state when not to use or compare to siblings.

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

claimondo_fall_statusBearbeitungsstand eines gemeldeten Falls abfragenA
Read-only
Inspect

Gibt den groben Bearbeitungsstand eines zuvor über claimondo_melde_schaden/claimondo_rueckruf angelegten Falls zurück — für einen wiederkehrenden Kunden, der fragt „wo steht mein Fall?".

Der Kunde nennt seine persönliche Fall-Referenz (den Token aus seinem Claimondo-Link, den er per WhatsApp erhalten hat) — die Referenz ist die Autorisierung. Read-only. Liefert BEWUSST nur ein grobes Status-Label — KEINE personenbezogenen Daten (kein Name/Telefon/Gutachter/Fall-Detail).

Args:

  • token (string): Die persönliche Fall-Referenz des Kunden.

Nicht raten/erfinden: ohne die vom Kunden genannte Referenz gibt es keinen Status. Unbekannte/ungültige Referenz -> „kein Fall gefunden".

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesDie persönliche Fall-Referenz des Kunden (Token aus seinem Claimondo-Link / der WhatsApp-Nachricht). Der Kunde muss sie selbst nennen — nicht raten/erfinden.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
statusYes
hinweisYes
Behavior5/5

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

Annotations already include readOnlyHint=true and openWorldHint=true, and the description reinforces these while adding valuable behavioral details: the token itself is the authorization, only a coarse status label is returned, no personal data is exposed, and unknown/invalid references return 'kein Fall gefunden'. This goes well beyond the annotation baseline.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well structured and front-loaded, with the main purpose stated first and useful warnings afterward. It is slightly redundant in places—'Read-only' repeats the annotation, and the Args section repeats schema fields—but the length is still appropriate for a privacy-sensitive tool.

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?

With one parameter, a full schema, an output schema, and read-only/open-world annotations, the description covers all essential context: purpose, authorization semantics, data-privacy behavior, and invalid-input handling. Nothing important is missing for an agent to select and invoke this tool correctly.

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?

Schema description coverage is 100%, so the schema already fully documents the token parameter. The description's Args section largely repeats the schema, though it adds the semantic context that the reference is the customer's authorization and must not be guessed. This is helpful but does not substantially raise the baseline for a fully documented single parameter.

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 opens with a specific verb and resource: 'Gibt den groben Bearbeitungsstand eines zuvor ... angelegten Falls zurück'. It also differentiates itself from siblings by explicitly naming claimondo_melde_schaden/claimondo_rueckruf as the creation tools and by framing the use case as a returning customer asking 'wo steht mein Fall?'.

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 clearly states when to use the tool: for returning customers asking about a previously reported case, and only for cases created via the named sibling tools. It provides clear context but does not explicitly list exclusions or alternative tools for scenarios outside this use case.

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

claimondo_finde_gutachter_termineBuchbare Kfz-Gutachter + freie Termine findenA
Read-onlyIdempotent
Inspect

Findet buchbare Partner-Kfz-Gutachter MIT freien Terminen im Umkreis einer deutschen Postleitzahl über Claimondo.

Anders als claimondo_finde_sachverstaendige (nur anonymisierte Liste) liefert dieses Tool die buchbaren Gutachter mit konkreten freien Slots (Vorschau aufs Buchen). Read-only und anonym — legt nichts an und meldet keinen Schaden.

Args:

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

  • ort (string): Stadt/Adresse als Alternative zur PLZ, z. B. "Köln" oder "Berlin Mitte".

  • wunschtermin (string, optional): Wunschtermin als ISO-8601 (steuert das Slot-Ranking, kein harter Filter).

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

Returns (structuredContent bzw. json): { plz, ort, standort, wunschtermin, anzahl_gutachter, gutachter: [{ id, vorname, profilbild, bewertung_schnitt, bewertung_anzahl, entfernung, ist_top_partner, wunschtermin_frei, termine: [{ start, end, passung }] }], interaktive_karte_url, buchungs_telefon }

Use when: Nutzer will einen Gutachter-Termin sehen/vergleichen (z. B. „wann hat ein Gutachter in 50670 Zeit?"). Hinweis: gutachter[].id + ein termin.start sind das Buchungs-Handle; die eigentliche Buchung läuft aktuell über die interaktive Karte / Telefon-Rückruf.

ParametersJSON Schema
NameRequiredDescriptionDefault
ortNoStadt/Adresse als Alternative zur PLZ, z. B. "Köln" oder "Berlin Mitte". PLZ ODER ort angeben.
plzNo5-stellige deutsche Postleitzahl, z. B. 50670 für Köln. PLZ ODER ort angeben.
wunschterminNoOptionaler Wunschtermin als ISO-8601-Zeitstempel (z. B. 2026-06-20T10:00:00Z) — steuert das Slot-Ranking, kein harter Filter.
response_formatNoAusgabeformat: 'markdown' (menschenlesbar) oder 'json' (strukturiert).markdown

Output Schema

ParametersJSON Schema
NameRequiredDescription
ortYes
plzYes
standortYes
gutachterYes
wunschterminYes
anzahl_gutachterYes
buchungs_telefonYes
interaktive_karte_urlYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds valuable context: 'Read-only und anonym — legt nichts an und meldet keinen Schaden' and explains that booking happens via map/phone, not through this endpoint. Adds behavioral details beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections: purpose, sibling comparison, args, return structure, usage hint, booking note. Front-loaded with main purpose. Could be slightly more concise but still efficient for the complexity.

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?

Given 4 parameters, high annotation coverage, and existence of output schema, the description covers all necessary aspects: what it does, how to use, parameter constraints, return format, and booking process. No gaps for agent to infer.

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%, so baseline 3. Description adds meaning: explains mutual exclusivity of plz/ort, clarifies wunschtermin is a ranking hint not a filter, and describes response_format options. Adds value beyond the schema.

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 it finds buchbare Kfz-Gutachter with free appointments in German zip code areas. It explicitly distinguishes from sibling claimondo_finde_sachverstaendige by contrasting anonymized list vs bookable with slots. Very specific verb+resource+scope.

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?

Explicit 'Use when' clause gives concrete example ('wann hat ein Gutachter in 50670 Zeit?'). Directly compares to sibling tool and explains when not to use it. Clear guidance on context.

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

claimondo_finde_sachverstaendigeKfz-Sachverständige in der Nähe findenA
Read-onlyIdempotent
Inspect

Findet zertifizierte Partner-Kfz-Sachverständige im Umkreis einer deutschen Postleitzahl über Claimondo (bundesweite Schadensregulierungs-Plattform).

Read-only und anonym — legt nichts an und meldet keinen Schaden. Liefert eine nach Entfernung sortierte, datenschutz-anonymisierte Trefferliste, eine Karten-Bild-URL (im Chat einbettbar), einen Link zur interaktiven Karte mit freien Terminen und eine Rückruf-Telefonnummer.

Args:

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

  • ort (string): Stadt/Adresse als Alternative zur PLZ, z. B. "Köln" oder "Berlin Mitte".

  • radius (number): Suchradius in km, 1-200 (Standard 30).

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

Returns (structuredContent bzw. json): { plz, ort, standort, radius_km, anzahl_treffer, sachverstaendige: [{ tier, stadt, entfernung_km, spezialisierungen, bewertung_schnitt, bewertung_anzahl }], karte_url, interaktive_karte_url, buchungs_telefon }

Use when: Nutzer fragt nach einem Kfz-Gutachter/Sachverständigen in einer Stadt oder Region (z. B. nach einem Unfall). Nicht für: Schaden melden, Termin buchen oder Rechtsberatung — das gibt es in dieser read-only-Stufe bewusst nicht.

ParametersJSON Schema
NameRequiredDescriptionDefault
ortNoStadt/Adresse als Alternative zur PLZ, z. B. "Köln" oder "Berlin Mitte". PLZ ODER ort angeben.
plzNo5-stellige deutsche Postleitzahl, z. B. 50670 für Köln. PLZ ODER ort angeben.
radiusNoSuchradius in Kilometern (1–200, Standard 30).
response_formatNoAusgabeformat: 'markdown' (menschenlesbar) oder 'json' (strukturiert).markdown

Output Schema

ParametersJSON Schema
NameRequiredDescription
ortYes
plzYes
standortYes
karte_urlYes
radius_kmYes
anzahl_trefferYes
buchungs_telefonYes
sachverstaendigeYes
interaktive_karte_urlYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description reinforces this with 'Read-only und anonym' and adds behavioral details like returning a distance-sorted list, map image URL, and callback phone number. It does not contradict annotations. A minor gap is no mention of rate limits or auth, but given the tool's nature, this is acceptable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections: purpose, read-only note, args, returns, usage. It is concise without being overly terse; every sentence adds value. Could be slightly more streamlined, but overall effective.

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?

Given the tool has 4 parameters and an output schema, the description provides a complete overview: what it does, inputs, output structure, and when to use. It lacks error handling details, but as a finder tool this is sufficient. The output schema is explicitly described in the 'Returns' section.

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?

Schema description coverage is 100%, so the schema already documents all parameters. The description's 'Args' section repeats most schema descriptions and adds examples (e.g., '50670'). It clarifies that PLZ OR ort must be provided, which is a slight addition. Baseline 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 title and description clearly state it finds certified Kfz experts near a German postal code. The verb 'finde' and resource 'Sachverstaendige' are specific, and the description distinguishes from siblings like 'finde_gutachter_termine' (which finds appointment slots) and 'melde_schaden' (report damage).

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?

Explicit 'Use when' and 'Nicht für' sections provide clear guidance on when to use this tool (user asks for a car expert) and when not to (reporting damage, booking appointments). This helps the agent select the right tool among siblings.

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

claimondo_melde_schadenSchaden melden + Gutachter-Termin anstoßen (WRITE)AInspect

Meldet einen Kfz-Schaden bei Claimondo und stößt die Gutachter-/Termin-Buchung an. ERZEUGT EINEN LEAD und sendet dem Kunden seinen persönlichen FlowLink per WhatsApp — eine SCHREIBENDE Aktion, kein read.

WICHTIG — Einwilligung (DSGVO): Rufe dieses Tool NUR mit einwilligung_erteilt=true auf, NACHDEM du dem Nutzer erklärt hast, dass (a) Claimondo seine Angaben zur Gutachter-/Termin-Vermittlung verarbeitet, (b) der Kontakt per WhatsApp erfolgt, (c) die Verarbeitung teils über einen KI-Dienst in den USA läuft — UND der Nutzer ausdrücklich zugestimmt hat. Ohne Zustimmung lehnt der Server ab (einwilligung_erforderlich).

WICHTIG — keine Rechtsberatung: Du vermittelst Gutachter + Termin (allgemeine Infos zur Schadensregulierung sind ok), keine individuelle Rechtsberatung.

Ablauf: erst claimondo_finde_gutachter_termine (Gutachter + freie Slots) → Nutzer wählt (sv_id + wunschtermin) → Name + WhatsApp-Nr erfragen → Einwilligung einholen → dieses Tool. Den finalen Termin + die Details (Vollmacht, Schuldfrage) setzt der Kunde anschließend selbst im FlowLink (/flow).

Returns: { ok, status, kanal (whatsapp|sms|email|none), hinweis }. KEIN Link/keine PII im Ergebnis — der Link geht direkt per WhatsApp an den Kunden.

ParametersJSON Schema
NameRequiredDescriptionDefault
plzYes5-stellige PLZ des Besichtigungsorts (wo das Fahrzeug steht).
nameYesName des Kunden.
sv_idNoOpakes Gutachter-Handle aus claimondo_finde_gutachter_termine (gutachter[].id), falls gewählt.
hergangYesKurze Schilderung, was passiert ist (Unfallhergang).
telefonYesWhatsApp-Nummer des Kunden (für den FlowLink-Versand).
slot_endNoGewählter Slot-ENDE als ISO-8601 (gutachter[].termine[].end). Zusammen mit slot_start.
schadenartYesSchadenart / Unfalltyp, z. B. "Auffahrunfall", "Parkschaden".
slot_startNoGewählter Slot-START als ISO-8601 (gutachter[].termine[].start). Mit slot_end + sv_id → echte Termin-Reservierung.
wunschterminNoOptional: vager Wunschtermin (weicher Hold), falls KEIN konkreter Slot gewählt wurde.
einwilligung_erteiltYesMUSS true sein und NUR nach ausdrücklicher Nutzer-Zustimmung gesetzt werden: Verarbeitung der Angaben + WhatsApp-Kontakt + Hinweis auf KI-Dienst/USA.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
kanalYes
statusYes
hinweisYes
Behavior5/5

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

Discloses key behaviors beyond annotations: it's a write action ('ERZEUGT EINEN LEAD'), sends WhatsApp, requires consent, and returns no link/PII. Annotations already indicate non-readOnly, and description adds critical context about side effects and data handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with bold headings and warnings, but somewhat verbose. Every sentence adds value, though some repetition (e.g., consent explanation). Front-loaded with purpose and warnings, then flow and return values.

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?

Given complexity (10 params, 6 required, output schema exists), description covers prerequisites, workflow, behavior, and return format. It explicitly states what the output contains and what it does not contain, making it complete for an AI agent.

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% so baseline is 3. Description adds value by explaining the purpose of slot parameters and the consent parameter in the context of the workflow. It clarifies the relationship between sv_id, slot_start, slot_end, and wunschtermin, which aids correct usage.

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?

Description clearly states the primary action ('Meldet einen Kfz-Schaden und stößt die Gutachter-/Termin-Buchung an') and distinguishes from siblings by outlining the prerequisite step (claimondo_finde_gutachter_termine) and the resulting action (sending FlowLink). It uses specific verbs and resources.

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?

Provides explicit when-to-use guidance: after finding surveyor and obtaining consent. Warns about what not to do (no legal advice). Includes step-by-step workflow and explicitly mentions conditions for calling the tool (einwilligung_erteilt must be true).

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

claimondo_pruefe_anspruchAnsprüche prüfen (Beratung) + Gutachter anbietenA
Read-only
Inspect

Liefert die strukturierten Schadensersatz-Ansprüche eines Kfz-Unfall-Geschädigten nach Schuldfrage (Wertminderung, Nutzungsausfall, Reparaturkosten, Anwalts-/Gutachterkosten — § 249/251/823 BGB) — und IMMER den nächsten Schritt: einen Gutachter + Termin anbieten (claimondo_finde_gutachter_termine + claimondo_melde_schaden) oder Telefon-Rückruf.

Nutze es für Beratungsfragen ("welche Ansprüche habe ich", "was steht mir zu"). Erfrage zuerst die Schuldfrage (unverschuldet/teilschuld/selbst). Allgemeine Information, KEINE individuelle Rechtsberatung. Eine Beratung ohne Angebot eines Gutachter-Termins ist unvollständig.

ParametersJSON Schema
NameRequiredDescriptionDefault
schadenartNoOptional: Schadenart / Unfalltyp (z. B. "Auffahrunfall") für den Kontext.
schuldfrageYesSchuldfrage des Nutzers: unverschuldet / teilschuld / selbst (eigenverschulden) / unklar. Erfrage sie vorher.

Output Schema

ParametersJSON Schema
NameRequiredDescription
hinweisYes
anspruecheYes
empfehlungYes
schadenartYes
eigenkostenYes
schuldfrageYes
anspruchslageYes
naechster_schrittYes
Behavior4/5

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

Annotations already indicate readOnlyHint and openWorldHint. The description adds crucial behavioral context: it provides general information (not legal advice) and always triggers a follow-up action (expert offer or callback). This beyond-annotation detail helps the agent understand the tool's side effects and limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently written with two main sentences, the first listing the core output and the second giving usage context. It includes a bulleted list inline, which is clear but slightly dense. Every sentence serves a purpose, though a minor reorganization could improve scannability.

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?

Given the moderate complexity (2 parameters, output schema exists), the description covers the tool's purpose, input requirements, expected output (structured claims), and mandatory follow-up steps. No important details are omitted for an agent to use it correctly and consistently with the overall workflow.

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%, so the baseline is 3. The description reinforces the required parameter 'schuldfrage' by instructing to ask the user first, and clarifies the optional 'schadenart' as providing context (e.g., Auffahrunfall). This adds practical guidance to the agent beyond the schema.

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 it delivers structured damage claims based on fault and always includes the next step of offering an expert appointment or phone callback. It specifies the exact claims (Wertminderung, Nutzungsausfall, etc.) and references relevant legal paragraphs, clearly distinguishing from siblings that focus on specific sub-tasks.

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?

Explicitly instructs to use for advisory questions about claims, requires first asking about the fault question, and mandates offering an expert appointment as a necessary next step. It sets clear context and prerequisites without ambiguity.

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

claimondo_rueckrufTelefon-Rückruf anfordernAInspect

Fordert einen kostenlosen Telefon-Rückruf durch einen Claimondo-Berater an — der zweite Funnel-Arm neben claimondo_melde_schaden, für Kunden die lieber angerufen werden (oder wenn kein Slot passt / Daten fehlen). Legt einen Lead + Rückruf-Task in der Dispatch-Queue an; ein Berater meldet sich i. d. R. < 15 Min telefonisch.

Erfrage Name + Telefonnummer + (optional) Schadenart/Anliegen/PLZ. Rufe dies NUR mit einwilligung_erteilt=true auf, NACHDEM der Nutzer der Datenverarbeitung + dem telefonischen Kontakt (Verarbeitung teils über einen KI-Dienst in den USA) ausdrücklich zugestimmt hat.

ParametersJSON Schema
NameRequiredDescriptionDefault
ortNoOptional: Stadt/Adresse, falls keine PLZ bekannt.
plzNoOptional: PLZ, wo das Fahrzeug steht.
nameYesName des Kunden.
telefonYesTelefonnummer des Kunden für den Rückruf.
anliegenNoOptional: kurze Schilderung des Anliegens.
schadenartNoOptional: Schadenart / Unfalltyp für den Kontext.
wunschzeitNoOptional: Wunschzeit für den Rückruf (ISO-8601). Ohne → schnellstmöglich.
einwilligung_erteiltYesMUSS true sein. NUR setzen, nachdem der Nutzer der Datenverarbeitung + dem telefonischen Kontakt (Verarbeitung teils über einen KI-Dienst in den USA) ausdrücklich zugestimmt hat.

Output Schema

ParametersJSON Schema
NameRequiredDescription
okYes
wannYes
statusYes
hinweisYes
Behavior5/5

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

Discloses creating a lead and callback task in dispatch queue, typical response time <15 min, and data processing via AI in US. Annotations only show mutation and open world; description adds significant behavioral detail without contradiction.

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: first states purpose and sibling contrast; second gives usage and data. No redundancy; efficiently 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?

Given 8 parameters with full schema, output schema exists, and detailed behavioral info, the description covers usage, prerequisites, and effects completely.

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 100%; description adds usage context like 'Erfrage Name + Telefonnummer + optional' and clarifies wunschzeit: without → quickly. Adds value beyond schema.

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 it requests a callback from a Claimondo consultant and contrasts with sibling claimondo_melde_schaden as the second funnel arm. It specifies verb, resource, and scope.

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?

Explicitly states only call with einwilligung_erteilt=true after customer consent. Provides context: for customers preferring calls or when slots/data missing. Lacks explicit when-not to use but contrasts with sibling.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
    Last updated
    6
    1
    MIT
  • F
    license
    -
    quality
    -
    maintenance
    Search for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP
    Last updated
  • A
    license
    A
    quality
    C
    maintenance
    Global postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup.
    Last updated
    4
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources