update_property
Update an existing property in Propstack CRM by modifying its price, status, description, broker, project, or custom fields. Provide only the fields you want to change.
Instructions
Update an existing property in Propstack CRM.
Use this tool to:
Update the price or rent
Change property status (e.g. mark as reserved or sold)
Edit description texts
Assign to a different broker or project
Update custom fields
Only provide the fields you want to change. Use get_property_statuses to look up valid status IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Property ID to update | |
| lat | No | Latitude | |
| lng | No | Longitude | |
| city | No | City | |
| floor | No | Floor number | |
| price | No | Purchase price (EUR) | |
| title | No | Property title / headline | |
| status | No | Property status ID (use get_property_statuses) | |
| street | No | Street name | |
| country | No | Country code | |
| rs_type | No | Property type | |
| courtage | No | Commission amount or percentage | |
| zip_code | No | Postal code | |
| base_rent | No | Base rent (EUR/month) | |
| broker_id | No | Assigned broker ID | |
| plot_area | No | Plot area (m²) | |
| other_note | No | Additional notes text | |
| project_id | No | Project ID | |
| total_rent | No | Total rent (EUR/month) | |
| object_type | No | Object category | |
| rs_category | No | Property sub-type | |
| house_number | No | House number | |
| living_space | No | Living space (m²) | |
| courtage_note | No | Commission details | |
| location_note | No | Location description text | |
| marketing_type | No | Marketing type: BUY or RENT | |
| furnishing_note | No | Furnishing description text | |
| number_of_rooms | No | Number of rooms | |
| description_note | No | Property description text | |
| construction_year | No | Year of construction | |
| number_of_bed_rooms | No | Number of bedrooms | |
| number_of_bath_rooms | No | Number of bathrooms | |
| partial_custom_fields | No | Custom field values as key-value pairs |