beycome_rental_estimate
Discovery stage — estimate a property's monthly RENT (POST /gemini-estimate).
No account or prop_id needed. Pairs with beycome_estimate, but this tool
is SPECIFICALLY for rental estimates: use it ONLY for rental inquiries or
for properties that have a unit number. For sale-price estimates, use
beycome_estimate.
Returns rentEstimate (e.g. "$2,600"), rentEstimateRange (e.g.
"$2,400 - $2,800"), and the sources the figure was grounded on (source
URLs are stripped to keep the response small).
Caveat: an unrecognized address still returns success: true with a
generic market-average rent — check that the source titles actually
reference the property's address/city before trusting the number; if they
don't, treat the result as unavailable and ask the user to verify the
address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | Optional unit number (for example 304). | |
| address | Yes | Full property address in the form 'Street, City, ST ZIP' (e.g. '501 SW 1st St, Miami, FL 33130'). ZIP is required for reliable results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||