Skip to content
MCP tools
View as Markdown
Updates dataShowingsMCP tool

showings_update

Update an existing showing's information or status.

Update an existing showing's information or status. Only provided fields are updated - omitted fields remain unchanged. Common uses: reschedule (update date/time), status change (pending→confirmed→completed), add feedback/notes. Returns the updated showing record.

Parameters#

ParameterTypeRequiredDescription
showing_idstringYesUUID of the showing to update (required). Use showings_list to find. · Format: UUID
addressstringNoUpdated property address
showing_datestringNoUpdated showing date (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD)
showing_timestringNoUpdated showing time in HH:MM format
listing_idstringNoUpdated listing ID · Format: UUID
contact_idstringNoUpdated contact ID · Format: UUID
appointment_idstringNoUpdated appointment ID · Format: UUID
showing_typeenumNoUpdated showing type · One of: first_showing, follow_up, final_walkthrough, inspection, appraisal
access_typestringNoUpdated access type
lockbox_codestringNoUpdated lockbox code
access_notesstringNoUpdated access notes
showing_statusenumNoUpdated status · One of: pending, confirmed, completed, cancelled, no_show
client_interest_levelnumberNoClient interest level (1-10) · Max: 10 · Min: 1
agent_notesstringNoAgent notes about the showing
client_feedbackstringNoClient feedback about the property
confirmation_numberstringNoShowing confirmation number

Example prompts#

  • "Reschedule the Garcias showing at Birchwood Ln to Sunday at 3:30pm."
  • "Mark yesterday's Calloway Dr showing completed and log their interest level at 8."

Safety#

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