Skip to main content
Glama
ratho13

aidoo-mcp-server

by ratho13

aidoo_cancel_booking

Cancel an existing booking using its unique booking ID. This tool reverses a reservation, freeing the spot when plans change.

Instructions

Storniere eine bestehende Buchung.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
booking_idYesBuchungs-ID
Behavior2/5

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

Es gibt keine Annotationen, daher muss die Beschreibung allein über Verhaltensweisen informieren. Sie erwähnt weder die Irreversibilität der Stornierung noch mögliche Nebeneffekte oder Berechtigungen. Für eine mutierende Operation ist das zu wenig.

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?

Ein einzelner, klarer Satz ohne unnötige Informationen. Die Beschreibung ist effizient und front-loaded.

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?

Für ein einfaches Tool mit einem Parameter ist die Beschreibung minimal. Es fehlen Hinweise auf Voraussetzungen (z.B. nur zukünftige Buchungen) oder das Ergebnis. Ohne Output-Schema wäre mehr Kontext hilfreich, aber insgesamt noch angemessen.

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?

Das Schema beschreibt booking_id bereits mit 'Buchungs-ID' (100% Abdeckung). Die Beschreibung fügt keine zusätzliche Bedeutung hinzu, daher bleibt es bei der Baseline 3.

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?

Die Beschreibung verwendet das spezifische Verb 'Storniere' und die Ressource 'bestehende Buchung', wodurch klar ist, was das Tool tut. Sie grenzt sich deutlich von Sibling-Tools wie create_booking oder list_bookings ab.

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?

Die Beschreibung gibt keinen expliziten Hinweis, wann das Tool verwendet werden soll oder welche Alternativen es gibt. Der Verwendungszweck ergibt sich nur implizit aus dem Verb 'Storniere' und dem Kontext der Sibling-Tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ratho13/aidoo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server