Skip to main content
Glama
AiAgentKarl

real-estate-data-mcp-server

get_area_demographics

Retrieve demographic data for a US state or county, including population, median income, education, employment, and age distribution from US Census ACS.

Instructions

Get demographic data for a US state or county.

Returns population, median income, education levels, employment stats, and age distribution from the US Census ACS.

Args: state: US state name or abbreviation (e.g., "Texas" or "TX") county: Optional 3-digit FIPS county code (e.g., "201" for Harris County)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes
countyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so the description carries the burden. It states the tool returns data from the US Census ACS, hinting at read-only behavior, but does not disclose other traits like authentication, rate limits, or data freshness. The behavioral disclosure is minimal.

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 concise and front-loaded: a single sentence on purpose, followed by a bullet list of data fields and an Args section. Every sentence adds value without redundancy.

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

Completeness3/5

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

An output schema exists, reducing the need to explain return values, but the description still lists them. However, it omits details on default behavior when 'county' is omitted (state vs county level), error scenarios, or geographic scope constraints, leaving some completeness gaps.

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?

Schema description coverage is 0%, so the description compensates by describing the 'state' parameter as US name/abbreviation with examples, and the 'county' parameter as optional 3-digit FIPS code. This adds meaningful guidance beyond the schema's bare type and title.

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 retrieves demographic data for US states or counties, listing specific data fields (population, median income, etc.). It uses a specific verb ('get') and distinguishes from sibling tools that focus on cost of living, housing, or amenities.

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

Usage Guidelines2/5

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

The description does not provide guidance on when to use this tool versus alternatives like compare_areas or get_cost_of_living. It lacks explicit context for selection, leaving the agent to infer without comparative direction.

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