Skip to main content
Glama

AgentProperty — Real estate & housing intelligence

get_home_prices

Get US home price data. Returns national median home price (FRED MSPUS) or metro-level Zillow ZHVI data. Includes current value, YoY change, and 12-month history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoData type: national or metro (default: national)national
limitNoNumber of historical data points (default 12)
metroNoMetro area name (e.g. "New York, NY", "Los Angeles, CA"). If omitted, returns national data.
stateNo2-letter state code to get all metros in a state (e.g. TX, CA).

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description must convey the behavioral profile. It discloses core outputs and data sources, but does not address potential limitations, data update frequency, or how parameters like 'state' modify the result beyond the schema. It also implies a fixed 12-month history, while the 'limit' parameter allows customization, which could be slightly misleading.

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?

Two sentences deliver the essential purpose and key data points without fluff. The structure front-loads the main function and follows with concise output details.

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

Completeness4/5

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

The tool has four parameters and no output schema, but the description covers the primary return contents (current value, YoY change, 12-month history). The schema's per-parameter documentation handles the conditional logic, so the description is reasonably complete for an AI agent to make a basic call, though it does not discuss result formatting or edge cases.

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

Parameters3/5

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

The input schema has 100% coverage, so the description is not required to explain parameters; however, it adds meaningful context by naming the exact data sources behind the 'type' parameter (FRED MSPUS vs. Zillow ZHVI). It does not elaborate on 'limit' or 'state' beyond what the schema already provides, so it meets the baseline without significantly exceeding it.

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 clearly states a specific verb ('Get') with a resource ('US home price data'), identifies data sources (FRED MSPUS, Zillow ZHVI), and distinguishes itself from siblings like rental data or market indicators. It also outlines key output features (current value, YoY change, history), making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description implies the tool is for home price queries and differentiates national vs metro levels, but it does not explicitly state when to choose this tool over get_market_indicators or get_rental_data, nor does it mention exclusions. The context is clear for a home-price-focused query, but there are no explicit alternatives or when-not-to-use cues.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Each tool targets a distinct data category (prices, broader indicators, rentals), but get_home_prices and get_market_indicators overlap on median price and Case-Shiller, which could cause confusion. The descriptions provide enough clarity to distinguish them.

Naming Consistency5/5

All three tools follow a consistent 'get_' + descriptive noun pattern (get_home_prices, get_market_indicators, get_rental_data). No mixing of conventions or vague verbs.

Tool Count3/5

With only 3 tools, the set is on the thin side for a real estate intelligence domain that could cover many more data points (e.g., home sales, inventory, affordability). It is not unreasonably sparse, but it feels minimal.

Completeness3/5

Covers home prices, market indicators, and rent, but lacks common housing metrics like sales volume, inventory, or property-level data. This is a notable gap for a housing intelligence server, though the existing tools cover core macro data.

Resources