Skip to main content
Glama

Rentcast MCP Server

by tandat8503

get_property_value

Retrieve automated property value estimates with comparable properties using property details like address, bedrooms, and square footage.

Instructions

Get automated property value estimates with comparable properties

Input Schema

NameRequiredDescriptionDefault
addressNoProperty address for valuation
bathroomsNoNumber of bathrooms
bedroomsNoNumber of bedrooms
latitudeNoProperty latitude coordinate
longitudeNoProperty longitude coordinate
propertyIdNoProperty ID for valuation
propertyTypeNoProperty type for valuation
squareFootageNoProperty square footage

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Property address for valuation", "type": "string" }, "bathrooms": { "description": "Number of bathrooms", "maximum": 10, "minimum": 0, "type": "number" }, "bedrooms": { "description": "Number of bedrooms", "maximum": 10, "minimum": 0, "type": "number" }, "latitude": { "description": "Property latitude coordinate", "type": "number" }, "longitude": { "description": "Property longitude coordinate", "type": "number" }, "propertyId": { "description": "Property ID for valuation", "type": "string" }, "propertyType": { "description": "Property type for valuation", "type": "string" }, "squareFootage": { "description": "Property square footage", "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tandat8503/mcp_rentcast'

If you have feedback or need assistance with the MCP directory API, please join our Discord server