You're viewing a demo portfolio

Join the waitlist
PRSM

price_to_rent_ratio

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Compute the buy-vs-rent price-to-rent ratio for a US metro or state: Zillow home value (ZHVI) divided by annualized rent (ZORI x 12). Returns the ratio plus a rule-of-thumb signal (below ~15 favors buying, above ~20 favors renting). Premium synthesis over the real-estate market store. Rule-of-thumb only, not financial advice.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "region"
  ],
  "properties": {
    "region": {
      "type": "string",
      "description": "Metro or state name/id (e.g. 'Austin, TX', 'California', or a Zillow region id)."
    },
    "region_type": {
      "type": "string",
      "description": "Optional region type filter: 'metro' or 'state'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →