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

open_houses_create

Schedule a new open house event.

Schedule a new open house event. WORKFLOW: 1) Optionally use listings_list to find the listing 2) Create the open house with address, date, and time 3) Use log_open_house_visitor to log visitors during the event. Returns the created open house with ID. Required fields: address, date, start_time, end_time.

Parameters#

ParameterTypeRequiredDescription
addressstringYesProperty address for the open house (required)
listing_idstringNoUUID of the associated listing (optional). Use listings_list to find. · Format: UUID
list_pricenumberNoProperty list price in dollars · Min: 0
datestringYesDate of the open house (required) (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD)
start_timestringYesStart time in HH:MM format (required), e.g. "13:00"
end_timestringYesEnd time in HH:MM format (required), e.g. "16:00"
statusenumNoInitial status (default: scheduled) · One of: scheduled, in_progress, completed, cancelled
notesstringNoNotes or special instructions for the open house

Example prompts#

  • "Schedule an open house at 412 Birchwood Ln this Saturday from 1 to 4."
  • "Set up a Sunday open house for the Marsh Creek condo, noon to three."

Safety#

Creates data. Creates a new record in your CRM and may trigger notifications or webhooks. Running it twice creates a duplicate, so Claude runs it once per request.