FindPropertyById
Retrieve specific property details using its unique identifier to access comprehensive property information in the database.
Instructions
Find a specific property by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| propertyId | Yes | ID of the property to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"propertyId": {
"description": "ID of the property to retrieve",
"type": "string"
}
},
"required": [
"propertyId"
],
"type": "object"
}