Skip to content
MCP tools
Read-onlyAppointmentsMCP tool

appointments_get

Get full details of a specific appointment by its ID — time, location, type, status, and notes.

Get full details of a specific appointment by its ID — time, location, type, status, and notes. Use after appointments_list when you need every field for one appointment. For multiple appointments, pass appointment_ids instead. Returns the complete appointment record.

Parameters#

ParameterTypeRequiredDescription
appointment_idstringNoUUID of a single appointment to retrieve · Format: UUID
appointment_idsarray of stringsNoArray of appointment UUIDs for batch retrieval (max 100). Use either appointment_id OR appointment_ids, not both. · Max items: 100

Example prompts#

  • "Pull up the full details for my 3pm signing appointment."
  • "What are the notes and location on the Hendersons buyer consultation?"

Safety#

Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.

Previous name#

This tool was previously published as get_appointment. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.