You're viewing a demo portfolio

Join the waitlist
PRSM

edit_listing

Active

Tool of Tu Lugar

declared in 1.8.1

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Tu Lugar

https://github.com/JanKratochvil1/tulugar-mcp-server

1/7 registries
View full server →
edit_listing — Tu Lugar — PRSM MCP