Read-onlyRental applicationsMCP tool
rental_applications_list
Search rental applications by decision, applicant, listing, or free-text query.
Search rental applications by decision, applicant, listing, or free-text query. Returns id, listing_id, applicant_contact_id, decision, submitted_at, reviewed_at. Use decision='pending' or 'reviewing' to find applications needing a decision. Sensitive financial fields (credit_score, monthly_income) are NOT returned in list mode — fetch with rental_applications_get when needed for decision context.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | Free-text search (reserved — use decision/applicant/listing filters for now) |
decision | enum | No | Filter by decision status. pending=not yet reviewed, reviewing=in progress, approved/denied=decided, withdrawn=applicant pulled out · One of: pending, reviewing, approved, denied, withdrawn |
applicant_contact_id | string | No | Filter to applications by a specific applicant · Format: UUID |
listing_id | string | No | Filter to applications for a specific listing · Format: UUID |
limit | number | No | Maximum results (default: 25) · Max: 500 · Min: 1 |
offset | number | No | Skip N results for pagination · Min: 0 |
Example prompts#
- "Which rental applications are still pending a decision on my Birchwood Ln listing?"
- "List all applications from Tia Moreno across my rental listings."
Safety#
Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.