Skip to content
MCP tools
View as Markdown
Updates dataEscrowsMCP tool

escrows_update

Update an existing escrow/transaction record.

Update an existing escrow/transaction record. Only provided fields are updated — omitted fields remain unchanged. Common uses: move key dates, update the price, or change status as the transaction progresses. Returns the updated escrow record.

Parameters#

ParameterTypeRequiredDescription
escrow_idstringYesUUID of the escrow to update · Format: UUID
property_addressstringNoUpdated property address
purchase_pricenumberNoUpdated purchase price
escrow_numberstringNoUpdated escrow number
closing_datestringNoUpdated closing date (YYYY-MM-DD)
escrow_statusenumNoUpdated status · One of: active, pending, closed, cancelled, fell_through
notesstringNoUpdated notes

Example prompts#

  • "Push the Birchwood Ln closing date out to August 1."
  • "Update the Marlowe Ct purchase price to 612500 after the appraisal renegotiation."

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_escrow. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.