Read-onlyDeadlines & transaction trackingMCP tool
get_deadline_alerts
Get upcoming deadlines across ALL active escrows.
Get upcoming deadlines across ALL active escrows. ALL ARGUMENTS ARE OPTIONAL — call with NO args for the standard daily/weekly review (default: 14 days ahead, includes past due). Use this directly when the user asks "what's due", "deadline alerts", "what's coming up", or "what's past due". Pass escrow_id only to filter to one escrow. Returns contingencies + closing dates with days until due (negative = past due) and urgency.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
days_ahead | number | No | How many days ahead to look for upcoming deadlines. Default: 14 days. Use 7 for weekly review, 30 for monthly planning. · Max: 90 · Min: 1 |
include_past_due | boolean | No | Include past due deadlines in results. Default: true. Critical for catching missed deadlines. |
escrow_id | string | No | Filter to a specific escrow. If not provided, returns deadlines from ALL active escrows. · Format: UUID |
Example prompts#
- "What deadlines are coming up across all my escrows in the next two weeks?"
- "Anything past due or closing soon that I need to handle this week?"
Safety#
Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.