Skip to main content
Glama
hasankhadra

RentCast MCP Server (unofficial)

by hasankhadra

Get Value Estimate

get_value_estimate

Estimate a property's current market value using an address or coordinates. Returns a price range and comparable sales to help gauge worth or check list prices.

Instructions

Estimate the current SALE (market) value of a property using RentCast's AVM. This is the sale-price counterpart to get_rent_estimate. Give an address or a lat/long; optionally pass the subject's propertyType, bedrooms, bathrooms, and squareFootage, or set lookup_subject_attributes=true to have RentCast fill them in. Returns the point value estimate plus a low–high range (all USD) and the top comparable SALES the model used (address, price, beds/baths, square footage, distance in miles). Use to gauge what a property is worth, to compute a rent-to-value / gross-yield ratio alongside get_rent_estimate, or to sanity-check a list price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressNoFull address in 'Street, City, State, Zip' format. Provide this OR latitude+longitude.
bedroomsNoBedrooms of the subject (use 0 for a studio).
latitudeNoLatitude, if not using address. Must be paired with longitude.
bathroomsNoBathrooms of the subject (fractions allowed, e.g. 2.5).
longitudeNoLongitude, if not using address. Must be paired with latitude.
comp_countNoHow many comparable sales to base the estimate on (5-25, default 15).
property_typeNoProperty type of the subject, for a better-matched estimate.
square_footageNoLiving area of the subject, in square feet.
lookup_subject_attributesNoIf true, RentCast looks up the subject's attributes from its records before estimating — use when you only have an address.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the return payload (point estimate, low–high range, comparable sales with attributes) and input alternatives (address vs lat/long, lookup_subject_attributes). While it does not mention side effects, permissions, or rate limits, the read-only nature is strongly implied by the word 'estimate' and the described output.

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

Conciseness4/5

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

At about 130 words across four sentences, the description is appropriately sized for a 9-parameter tool. Every sentence earns its place: purpose, sibling relationship, input options, return details, and use cases. It could be slightly more structured (e.g., bullet points), but it is not wasteful or redundant.

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?

Despite having no output schema and no annotations, the description is remarkably complete. It covers the tool's purpose, input flexibility (address or coordinates, optional attributes), the effect of lookup_subject_attributes, the return shape (point value, range, comparable sales), and practical use cases. This is more than sufficient for an agent to select and invoke the tool correctly in most scenarios.

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

Parameters4/5

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

The schema has 100% coverage with detailed parameter descriptions, so the baseline is 3. The description adds semantic value by grouping optional subject attributes (propertyType, bedrooms, bathrooms, squareFootage) and explaining the shortcut of setting lookup_subject_attributes=true. This helps an agent understand the intended filing-in strategy beyond what the schema alone provides.

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 uses a specific verb ('Estimate the current SALE (market) value') and resource ('RentCast's AVM'), and explicitly positions itself as the sale-price counterpart to get_rent_estimate. This clearly distinguishes it from sibling tools like get_rent_estimate and get_market_stats.

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?

The description provides explicit use cases: gauging what a property is worth, computing a rent-to-value / gross-yield ratio alongside get_rent_estimate, or sanity-checking a list price. It also names the closest sibling (get_rent_estimate) as a counterpart, giving an agent clear guidance on when to select this tool.

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