edit_listing
ActiveTool of Tu Lugar
Update one of the authenticated agent's listings. Pass only the fields to change. Editing images/title/description counts against the edit quota and re-triggers review. Also works on SYNCED listings (auto-imported from the agent's portal, marked synced:true in my_listings): everything is editable, and changing the price makes it stop auto-syncing — the agent's price then always wins over the portal's. Publish state of synced listings cannot be changed here (use close_listing).
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Listing ID to update"
},
"images": {
"type": "array",
"items": {
"type": "string"
}
},
"description": {
"type": "string"
},
"land_details": {
"type": "object",
"properties": {
"area_sqm": {
"type": "number",
"description": "Built / land area in square meters"
},
"bedrooms": {
"type": "number"
},
"bathrooms": {
"type": "number"
}
},
"description": "Bedrooms/bathrooms/area for the property."
},
"price_amount": {
"type": "number"
},
"house_details": {
"type": "object",
"properties": {
"area_sqm": {
"type": "number",
"description": "Built / land area in square meters"
},
"bedrooms": {
"type": "number"
},
"bathrooms": {
"type": "number"
}
},
"description": "Bedrooms/bathrooms/area for the property."
},
"price_currency": {
"enum": [
"USD",
"PYG",
"BRL",
"ARS",
"UYU"
],
"type": "string"
},
"apartment_details": {
"type": "object",
"properties": {
"area_sqm": {
"type": "number",
"description": "Built / land area in square meters"
},
"bedrooms": {
"type": "number"
},
"bathrooms": {
"type": "number"
}
},
"description": "Bedrooms/bathrooms/area for the property."
},
"commercial_details": {
"type": "object",
"properties": {
"area_sqm": {
"type": "number",
"description": "Built / land area in square meters"
},
"bedrooms": {
"type": "number"
},
"bathrooms": {
"type": "number"
}
},
"description": "Bedrooms/bathrooms/area for the property."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries