Skip to content
MCP tools
View as Markdown
Updates dataOpen housesMCP tool

open_houses_update

Update an existing open house's information or status.

Update an existing open house's information or status. Only provided fields are updated - omitted fields remain unchanged. Common uses: reschedule (update date/times), status change (scheduled→in_progress→completed), add notes. Returns the updated open house record.

Parameters#

ParameterTypeRequiredDescription
open_house_idstringYesUUID of the open house to update (required). Use open_houses_list to find. · Format: UUID
addressstringNoUpdated property address
listing_idstringNoUpdated listing ID · Format: UUID
list_pricenumberNoUpdated list price · Min: 0
datestringNoUpdated date (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD)
start_timestringNoUpdated start time in HH:MM format
end_timestringNoUpdated end time in HH:MM format
statusenumNoUpdated status · One of: scheduled, in_progress, completed, cancelled
notesstringNoUpdated notes

Example prompts#

  • "Move Saturday's Birchwood open house to 2 until 5 instead."
  • "Mark the Marsh Creek open house completed and note we had heavy foot traffic."

Safety#

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