Skip to main content
Glama

Rentcast MCP Server

by tandat8503

get_random_properties

Retrieve random property data including price history, lot size, and year built for market analysis. Specify location and quantity (up to 50 properties) to generate sample datasets for real estate research.

Instructions

Get random properties with comprehensive info (default: 10, max: 50 for free tier) for market analysis including price history, lot size, and year built

Input Schema

NameRequiredDescriptionDefault
cityNoCity for random property selection
limitNoNumber of random properties to return (default: 10, max: 50 for free tier)
stateNoState for random property selection
zipCodeNoZIP code for random property selection

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "City for random property selection", "type": "string" }, "limit": { "default": 10, "description": "Number of random properties to return (default: 10, max: 50 for free tier)", "maximum": 50, "minimum": 1, "type": "number" }, "state": { "description": "State for random property selection", "type": "string" }, "zipCode": { "description": "ZIP code for random property selection", "type": "string" } }, "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