update_search_profile
Update an existing Propstack search profile to adjust budget, cities, room count, features, or activate/deactivate it.
Instructions
Update an existing search profile in Propstack.
Use this tool to:
Expand or narrow budget ("increase max price to 450k")
Add or change cities ("also look in Potsdam")
Adjust room count or space requirements
Toggle feature requirements (add/remove balcony, lift, etc.)
Activate or deactivate the profile
Only provide the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Search profile ID to update | |
| lat | No | Latitude for radius search center | |
| lng | No | Longitude for radius search center | |
| lift | No | Lift/elevator required: 'true', 'false', or omit for any | |
| note | No | Free-text note about this search profile | |
| floor | No | Minimum floor | |
| price | No | Minimum purchase price (EUR) | |
| active | No | Whether the search profile is active (default: true) | |
| cellar | No | Cellar required: 'true', 'false', or omit for any | |
| cities | No | City names to search in (e.g. ['Berlin', 'Potsdam']) | |
| garden | No | Garden required: 'true', 'false', or omit for any | |
| radius | No | Search radius in meters from lat/lng center | |
| rented | No | Currently rented: 'true', 'false', or omit for any | |
| balcony | No | Balcony required: 'true', 'false', or omit for any | |
| regions | No | Region names to search in | |
| floor_to | No | Maximum floor | |
| price_to | No | Maximum purchase price (EUR) | |
| rs_types | No | Property types (e.g. ['APARTMENT', 'HOUSE']) | |
| base_rent | No | Minimum base rent (EUR/month) | |
| client_id | No | Contact ID (rarely changed) | |
| group_ids | No | Tag/group IDs to assign | |
| plot_area | No | Minimum plot area (m²) | |
| total_rent | No | Minimum total rent (EUR/month) | |
| base_rent_to | No | Maximum base rent (EUR/month) | |
| living_space | No | Minimum living space (m²) | |
| location_ids | No | Propstack location/district IDs | |
| plot_area_to | No | Maximum plot area (m²) | |
| yield_actual | No | Minimum actual yield (%) | |
| price_per_sqm | No | Minimum price per m² (EUR) | |
| rs_categories | No | Property categories (e.g. ['APARTMENT_NORMAL', 'HOUSE_DETACHED']) | |
| total_rent_to | No | Maximum total rent (EUR/month) | |
| marketing_type | No | Marketing type: BUY (Kauf) or RENT (Miete) | |
| living_space_to | No | Maximum living space (m²) | |
| number_of_rooms | No | Minimum number of rooms | |
| yield_actual_to | No | Maximum actual yield (%) | |
| built_in_kitchen | No | Built-in kitchen required: 'true', 'false', or omit for any | |
| price_multiplier | No | Minimum price multiplier (Vervielfältiger) | |
| price_per_sqm_to | No | Maximum price per m² (EUR) | |
| construction_year | No | Minimum construction year | |
| number_of_rooms_to | No | Maximum number of rooms | |
| number_of_bed_rooms | No | Minimum number of bedrooms | |
| price_multiplier_to | No | Maximum price multiplier | |
| construction_year_to | No | Maximum construction year | |
| number_of_bed_rooms_to | No | Maximum number of bedrooms |