Skip to content
MCP tools
View as Markdown
Updates dataAppointmentsMCP tool

appointments_update

Update an existing appointment's details or reschedule it.

Update an existing appointment's details or reschedule it. Only provided fields are updated — omitted fields remain unchanged. Common uses: move the start/end time, change the location, or fix the title. Returns the updated appointment record.

Parameters#

ParameterTypeRequiredDescription
appointment_idstringYesUUID of the appointment to update · Format: UUID
titlestringNoUpdated title
start_timestringNoUpdated start time (ISO 8601)
end_timestringNoUpdated end time (ISO 8601)
locationstringNoUpdated location
notesstringNoUpdated notes
statusenumNoUpdated status · One of: scheduled, completed, cancelled, no_show

Example prompts#

  • "Move the Garcias showing from Saturday to Sunday at 1pm."
  • "Mark yesterday's listing appointment at 88 Calloway Dr as completed."

Safety#

Updates data. Changes an existing record. The change is visible immediately in the app and can be edited back.

Previous name#

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