Skip to main content
Glama

Nexwin

Reschedule a booking

reschedule_booking
Destructive

Moves an existing booking (appointmentId from get_bookings) to a new time and emails the customer about the change. Executes immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endTimeYesISO 8601 with UTC offset, e.g. 2026-09-20T15:00:00+10:00
timezoneNoIANA timezone; defaults to the booking’s existing timezone
startTimeYesISO 8601 with UTC offset, e.g. 2026-09-20T14:00:00+10:00
appointmentIdYesFrom get_bookings

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNo
successNo
_environmentYesThe Nexwin country and environment that supplied the result
appointmentIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the tool destructive and non-read-only; the description adds the important side effect that the customer receives an email and that execution is immediate. This goes beyond annotation data, though it leaves out any validation/failure behavior.

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 with no filler, front-loaded with the core action and source of appointmentId. Every phrase earns its place.

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?

With an output schema present, full parameter coverage, and annotations carrying the destructive profile, the description covers the key behavioral context. It could be slightly richer about exclusions or preconditions, but the essentials are present.

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 baseline is 3. The description's reference to appointmentId from get_bookings is helpful but is duplicated in the schema parameter description, so no additional parameter-level meaning is added.

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?

States a specific action ('Moves') on a specific resource ('existing booking') and adds the customer email side effect. The mention of appointmentId from get_bookings ties it to the booking lifecycle and separates it from create/cancel.

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 gives clear context: use for moving an existing booking to a new time, which is distinct from create_booking and cancel_booking. It does not explicitly name alternatives or say when not to use, so it stops short of a 5.

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