Skip to main content
Glama
AiAgentKarl

real-estate-data-mcp-server

search_neighborhoods

Search neighborhoods in any US city to retrieve housing statistics and demographic data for all counties and places in the state.

Instructions

Search for neighborhoods/areas in a city with key housing stats.

Geocodes the city, finds the state, then returns all counties and places in that state with housing and demographic data.

Args: city: City name with state (e.g., "Austin, Texas" or "Miami, FL")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Describes the process: geocode city, find state, return counties and places with data. No annotations exist, so the description carries the burden; it does so adequately for a read-only search tool.

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?

Front-loaded with the main purpose and includes args documentation. Slightly wordy with the 'Args:' section but remains clear and efficient overall.

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 the output schema exists, the description adequately covers behavioral details and parameter meaning, making it complete for a search tool with one parameter.

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?

With 0% schema description coverage, the description provides crucial format guidance ('City name with state (e.g., Austin, Texas)') that the schema lacks, fully compensating for the gap.

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 the tool searches for neighborhoods/areas in a city with housing stats, distinguishing it from sibling tools like 'get_housing_stats' or 'get_area_demographics' which focus on specific areas.

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?

It specifies the input format (city with state) and implies usage for discovering neighborhoods, but does not explicitly state when to use this vs. alternatives.

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/AiAgentKarl/real-estate-data-mcp-server'

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