listings_get
Get full details of one or more listings by UUID.
Get full details of one or more listings by UUID. Supports BOTH single and batch modes: pass listing_id for one listing, or listing_ids array for efficient multi-fetch (up to 100 IDs). Single mode returns all listing fields including full description and MLS data. Batch mode returns array of listings with count and not_found list. If you don't have the UUID, use listings_list first. For matching listings to buyers, use match_buyers_to_listings.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
listing_id | string | No | UUID of a single listing. Use listings_list to find IDs. · Format: UUID |
listing_ids | array of strings | No | Array of listing UUIDs for batch retrieval (max 100). More efficient than multiple single calls. · Max items: 100 |
Example prompts#
- "Pull the full MLS details for the 412 Birchwood Ln listing."
- "Fetch complete details for these five listing IDs in one batch."
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_listing. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.