view_property_details
unverifiedv0.1Focuses the map on a specific property by ID and opens its details window.
Updated 6/6/2026 · Created 6/6/2026
Input Schema
{
"type": "object",
"required": [
"property_id"
],
"properties": {
"property_id": {
"type": "integer",
"description": "The ID of the property to view"
}
}
}Full Contract
{
"name": "view_property_details",
"description": "Focuses the map on a specific property by ID and opens its details window.",
"inputSchema": {
"type": "object",
"required": [
"property_id"
],
"properties": {
"property_id": {
"type": "integer",
"description": "The ID of the property to view"
}
}
}
}GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/real-estate-map/view_property_details