orkasa

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.

titlestring

Optional. When absent it is derived — "Apartamento · San Francisco". A draft never ends up untitled.

property_typestring
listing_typesale | rent
pricenumber

Sale price.

monthly_rentnumber

Monthly rent. A different field from price, not the same one with another meaning.

citystring
addressstring

Sale 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.