Resources
Properties
list · get · create · update
Filters
GET /properties?property_status=&property_type=&listing_type=&city=
Create
A property is created as draft unless property_status says otherwise.
titlestringOptional. When absent it is derived — "Apartamento · San Francisco". A
draft never ends up untitled.
property_typestringlisting_typesale | rentpricenumberSale price.
monthly_rentnumberMonthly rent. A different field from price, not the same one with another
meaning.
citystringaddressstringSale and rent are two prices in two fields, and commission is computed on the
sale only. There is no listing_type meaning "both": a listing is
published as a sale or as a rental.
Creating a listing is not publishing it
POST /properties creates the record. Publishing it — the mandate gate, photo
enhancement, per-portal adaptation — is a separate flow, inside the app.
That is why the MCP connector
has no properties:write: a property conjured from a chat sentence would be a
draft that looks like a listing.