# predict_close_probability

> Estimate close likelihood for an escrow based on simple heuristics: contingency removal status and days to closing date.

<!-- Source: https://docs.actuallycare.com/tools/reporting/predict_close_probability -->

Estimate close likelihood for an escrow based on simple heuristics: contingency removal status and days to closing date. Returns a rough percentage (not a statistical model) and the factors used. This is an internal planning heuristic only — do not share the percentage with clients or present it as a factual prediction. The agent should apply their own experience and judgment.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `escrow_id` | string | Yes | UUID of the escrow to analyze. Use [`escrows_list`](/tools/escrows/escrows_list) to find ID. · Format: UUID |

## Example prompts

- "How likely is the Birchwood Ln escrow to close on time, roughly?"
- "Give me a rough close-probability read on the Hammond escrow for my own planning."

## Safety

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