Fetch a OneHome saved search by id
onehome_get_saved_searchRetrieve a saved search by UUID to get its name, filters, polygon, listing count, and listing IDs. Set include_listing_ids to false when you only need metadata.
Instructions
Fetch the agent-curated saved search by its id (UUID). Returns the search's name, filter criteria (filters[]), polygon, listing count, and the full list of OSK listing ids that compose the consumer share (listing_ids). Pass include_listing_ids: false to suppress the listing-id array if you only need the metadata. This is the canonical consumer-readable endpoint; the by-groupId variant is agent-only. saved_search_id defaults to the MCP's session context when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved_search_id | No | ||
| include_listing_ids | No |