Skip to main content
Glama

Aurinia — book across venues via your AI assistant

reschedule

Idempotent

REAL action: reschedule a booking at a network venue. provider_id + item (doctor: {date, from, to} — SAME day, ATOMIC: if the target slot was just taken, the user KEEPS their current slot — never loses the held slot; that guarantee is the point). For a DIFFERENT day just book again (cross-day needs no atomic hold). No confirmation — act on request; do NOT ask for consent up front (only if the call returns a consent link). Not all venues support it: a hostel has NO reschedule — there, cancel and book again.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYes
provider_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond annotations by disclosing the atomic hold guarantee, the absence of upfront confirmation, and venue-dependent support. These are critical behaviors not apparent from the schema or annotation hints.

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 dense with important details but somewhat rambling. The opening 'REAL action:' is redundant, yet every sentence adds operational value. Could be structured better but remains efficient.

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?

Covers the main use cases, atomicity, consent behavior, and venue limitations, which is strong for a tool with no output schema. However, it does not describe the return format or how a consent link would be handled beyond mentioning it, leaving a minor gap.

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 0% schema coverage, the description compensates by specifying the item structure (doctor: {date, from, to}) and the same-day constraint. It does not fully define provider_id or enumerate all possible item types, but provides meaningful 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 clearly states the tool reschedules a booking at a venue, specifying the atomic same-day mechanism. It distinguishes from siblings by explicitly directing different-day cases to 'book again' and hostel cases to 'cancel and book again'.

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 and when-not-to-use guidance: same-day rescheduling uses this tool, different-day means book again, and unsupported venues (hostels) require cancel+book. Also states the no-consent-required policy and consent-link exception.

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