Skip to main content
Glama

Rentcast MCP Server

by tandat8503

get_sale_listings

Search for properties currently for sale using location parameters like city, state, or ZIP code to retrieve comprehensive listing information with detailed property data.

Instructions

Get sale listings with comprehensive property information. This tool searches for properties currently for sale.

Input Schema

NameRequiredDescriptionDefault
cityNoCity for listing search (e.g., 'Austin', 'New York', 'Los Angeles')
limitNoMaximum number of listings to return (default: 15, max: 50 for free tier)
stateNoState for listing search (e.g., 'TX', 'NY', 'CA')
zipCodeNoZIP code for listing search (e.g., '78705', '10001', '90210')

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "City for listing search (e.g., 'Austin', 'New York', 'Los Angeles')", "type": "string" }, "limit": { "default": 15, "description": "Maximum number of listings to return (default: 15, max: 50 for free tier)", "maximum": 50, "minimum": 1, "type": "number" }, "state": { "description": "State for listing search (e.g., 'TX', 'NY', 'CA')", "type": "string" }, "zipCode": { "description": "ZIP code for listing search (e.g., '78705', '10001', '90210')", "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