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#
| Parameter | Type | Required | Description |
|---|---|---|---|
escrow_id | string | Yes | UUID of the escrow to update · Format: UUID |
property_address | string | No | Updated property address |
purchase_price | number | No | Updated purchase price |
escrow_number | string | No | Updated escrow number |
closing_date | string | No | Updated closing date (YYYY-MM-DD) |
escrow_status | enum | No | Updated status · One of: active, pending, closed, cancelled, fell_through |
notes | string | No | Updated 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.