Skip to main content
Glama
hasankhadra

RentCast MCP Server (unofficial)

by hasankhadra

List Active Listings

list_active_listings

Retrieve active on-market sale and rental listings by city/state or zip. Filter by bedrooms, bathrooms, and property type to get property summaries with price, square footage, and days on market.

Instructions

List CURRENTLY ACTIVE sale or rental listings for an area — the real, on-market inventory (unlike search_properties, which searches historical property records). Set listing_type to 'sale' or 'rental' to choose the market. Scope by city+state and/or zip code, and filter by bedrooms, bathrooms, and property type. Returns a summarized list (id, address, price, beds/baths, square footage, days on market, status), most recently seen first. Prices are USD (a total sale price for 'sale', a monthly rent for 'rental'). NOTE: RentCast does not filter by price server-side — request the listings, then filter/rank by the returned price yourself. This is the entry point for workflows like 'find 3-bed listings in under $X, then estimate rent for each' — feed each result's address to get_rent_estimate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity name, e.g. 'Austin'. Use together with state.
limitNoMax listings to return (1-500, default 20). Keep modest — each downstream rent estimate is a separate API call against your quota.
stateNo2-character state abbreviation, e.g. 'TX'. Use together with city.
bedroomsNoBedrooms: exact ('3'), range ('3-5'), or list ('2,3,4').
zip_codeNo5-digit US zip code to scope the search.
bathroomsNoBathrooms: exact ('2'), range ('1-3'), or list. Fractions allowed.
listing_typeYes'sale' for homes for sale, 'rental' for long-term rentals.
property_typeNoFilter to a single property type.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and does so impressively. It discloses that RentCast does not filter by price server-side and the agent must filter/rank by returned price. It also reveals ordering (most recently seen first), price units (USD, sale total vs monthly rent), and downstream API cost implications for the limit parameter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is information-dense yet compact. It front-loads the core purpose, then covers scoping, return format, key caveats, and a workflow example. Every sentence earns its place without fluff or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given an 8-parameter tool with no output schema, the description is remarkably complete. It specifies the return structure (id, address, price, beds/baths, square footage, days on market, status), explains the price filter absence, and shows how the tool fits into a larger workflow with sibling tools. No critical gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Though schema coverage is 100%, the description adds meaningful context: it explains how listing_type selects the market, how city+state work together, and warns that keeping limit modest matters because each downstream rent estimate is a separate API call. This goes beyond the schema's raw parameter definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool lists currently active sale or rental listings with a clear verb+resource+scope ('List CURRENTLY ACTIVE sale or rental listings for an area'), and explicitly distinguishes it from search_properties, which searches historical property records. This makes the purpose unambiguous and differentiates it from a sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It says when to use this tool ('entry point for workflows') and provides a concrete example: 'find 3-bed listings in <city> under $X, then estimate rent for each' — feed each result's address to get_rent_estimate. It also explicitly contrasts with search_properties, offering an alternative and exclusion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/hasankhadra/rentcast-mcp'

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