Skip to main content
Glama

In meiner Nähe – local businesses in Germany

Sandbox: Termin anfragen

sandbox_request_appointment
Idempotent

SANDBOX, Anmeldung nötig: wandelt einen Hold in einen Sandbox-Termin um. Erst aufrufen, nachdem der Nutzer ausdrücklich zugestimmt hat (user_approved=true). idempotency_key verhindert Doppelbuchungen: gleicher Key liefert denselben Termin. Kein echter Betrieb wird kontaktiert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hold_idYes
categoryYesKategorie-Slug aus list_categories, z. B. zahnarzt, bank, elektriker. Deutsche Bezeichnungen wie 'Zahnärzte' werden ebenfalls erkannt.
user_approvedYesNur true, wenn der Nutzer ausdrücklich bestätigt hat
idempotency_keyYesEindeutiger Key pro Anfrage, bei Wiederholung identisch

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the annotations, the description explains the idempotency behavior (same key returns same appointment), states that login/registration is required, and discloses that no real business is contacted. This is especially valuable for a mutating sandbox tool.

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?

Four short sentences, each carrying distinct information: sandbox scope, approval precondition, idempotency behavior, and isolation from real operations. Important constraints are 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?

The description covers the critical behavioral context: sandbox mode, approval requirement, idempotency, and no real-world effects. It does not describe the return shape, but no output schema exists and the 'same appointment' phrasing gives a usable expectation.

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 75% schema coverage, most parameters are already documented, and the description adds meaning for idempotency_key and reinforces the user_approved precondition. Only hold_id lacks direct documentation, but its role is inferable from the 'converts a hold' context.

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 names a specific action (converts a hold into a sandbox appointment) and a clear resource, which distinguishes it from siblings like sandbox_hold_slot and sandbox_my_bookings. The title and description together leave no doubt about what the tool does.

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 a concrete precondition: call only after the user has explicitly approved, with user_approved=true. It does not enumerate exclusions or explicitly name alternative tools, but the 'converts a hold' wording and sibling names make the intended sequence clear.

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