---
title: "Utah rental property search: Ondo Real Estate"
description: "How to search Ondo Real Estate's Utah rental listings by city, bedrooms, price, or free text. Includes the WebMCP tool exposed on the page for AI agents."
canonical: https://www.ondorealestate.com/properties/
---

# Utah rental property search

> Browse Ondo Real Estate's current Utah rentals along the Wasatch Front. The HTML page uses a client-side map and filter UI; this Markdown twin describes how to search and how to invoke the associated WebMCP tool.

## How to filter

- **City**, partial, case-insensitive match against the listing city (e.g. `Lehi`, `Salt Lake`).
- **Minimum bedrooms**, integer.
- **Maximum monthly rent**, USD.
- **Free text**, matched against title, description, and address.

Results are capped at 100 rows per call. Each row returns id, title, city, address, price, bedrooms, bathrooms, sqft, and a 200-char description.

## WebMCP tool

- **Name**: `search_available_properties`
- **Access**: read-only (no user confirmation required)
- **Page**: https://www.ondorealestate.com/properties/
- **Data feed**: https://www.ondorealestate.com/api/properties/public/ (routed to the Ondo backend at deploy time)

The HTML search box on the same page is the declarative tool `search_listings_by_text` (toolautosubmit). Prefer `search_available_properties` when the agent has city, bedroom, or price filters.

See the [WebMCP alignment notes](https://www.ondorealestate.com/docs/WEBMCP.md) for the full tool schema.

## For binding decisions

- Application flow (invite-required): http://localhost:3001/login
- Contact leasing: info@ondorealestate.com · +1-408-538-0420

---
## Required disclosures

Loan information is provided by Ondo Real Estate (NMLS ID on file). This is not a commitment to lend, a loan approval, or an offer of credit. Rates, terms, and payments shown are estimates for illustration only, are not a quote, and are subject to credit approval, underwriting, and market conditions. Equal Housing Lender.

Real estate services provided by Ondo Real Estate. Information is deemed reliable but is not guaranteed and should be independently verified. Equal Housing Opportunity.

Automated home-value or rent figures on this site are estimates generated from available data. They are not an appraisal, a broker price opinion, or a comparative market analysis, and should not be relied upon as a statement of value.

The on-site AI assistant is informational only. Replies are generated by an automated assistant and may contain errors. This information is general in nature and is not legal, tax, or financial advice. Please verify important details with a member of the Ondo Real Estate team.

Licensed activity: real estate brokerage and mortgage origination are marketed for Utah. Remote online notarization (RON) is offered nationwide. Confirm current licensure with Ondo before relying on a service in a given state.

## Sitemap

See the full [Markdown sitemap](https://www.ondorealestate.com/sitemap.md) for every public page and its Markdown twin.
