Skip to content
MCP tools
Read-onlyEscrowsMCP tool

escrows_get

Get full details of a specific escrow by ID — property, parties, key dates, price, commission, and status.

Get full details of a specific escrow by ID — property, parties, key dates, price, commission, and status. Use after escrows_list when you need every field for one transaction. For multiple escrows, pass escrow_ids instead. Returns the complete escrow record.

Parameters#

ParameterTypeRequiredDescription
escrow_idstringNoUUID of a single escrow to retrieve · Format: UUID
escrow_idsarray of stringsNoArray of escrow UUIDs for batch retrieval (max 100). Use either escrow_id OR escrow_ids, not both. · Max items: 100

Example prompts#

  • "Give me the full file on the Birchwood Ln escrow, every detail."
  • "Pull up everything on the Garcias escrow, including buyers, sellers, and commission."

Safety#

Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.

Previous name#

This tool was previously published as get_escrow. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.