Skip to main content
Glama

AVnester — Indian Real Estate Intelligence

Get locality market insights

get_locality_insights
Read-onlyIdempotent

Get aggregated insights for a Coimbatore or Chennai locality: avg price, supply count, demand pulse, livability/investment grade, highlights, watchouts, 12-month priceTrends, and strengthTags. Use when the user asks "what is X locality like" about a neighborhood in either city. Out-of-scope cities return supported=false; surface the scopeMessage to the user. Always surface the disclaimer field when returning livability or investment grade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesIndian city (required).
localityYesLocality name within an Indian city.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
cardsYes
messageNo
insightsYes
localityYes
freshnessYes
supportedYes
disclaimerYes
handoffUrlYes
attributionYes
scopeMessageNo
supportedCitiesNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds meaningful behavioral context: out-of-scope cities return supported=false, the need to surface scopeMessage, and the requirement to always surface the disclaimer field when returning livability/investment grade. This goes beyond the annotations and helps the agent handle edge cases.

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, front-loaded with purpose, then usage trigger, then edge-case handling, then a mandatory caveat. Every sentence earns its place; no redundant wording or fluff.

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 presence of an output schema and rich annotations, the description covers all necessary context: what the tool returns, when to invoke it, how to handle unsupported cities, and an important user-facing requirement (disclaimer). It is complete for an AI agent to select and invoke the tool correctly.

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 coverage is 100% with both parameters having descriptions, so baseline is 3. The description adds semantic value by specifying that city must be Coimbatore or Chennai (not just any Indian city) and that locality is a neighborhood within those cities. This clarifies the expected values beyond the generic schema descriptions.

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 ('Get') and resource ('aggregated insights for a locality'), and enumerates the exact output components (avg price, supply count, demand pulse, livability/investment grade, etc.). It clearly scopes to Coimbatore or Chennai localities, distinguishing it from sibling tools like compare_localities or search_properties by its focus on single-locality insights.

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?

Explicitly states when to use: 'Use when the user asks "what is X locality like" about a neighborhood in either city.' It also provides handling for out-of-scope cities (supported=false, surface scopeMessage). However, it does not explicitly contrast with sibling tools or state when not to use it, though the trigger phrasing implicitly differentiates it.

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

A4.6/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: search, details, comparisons (localities vs. listings), and specific financial calculations (EMI, stamp duty, tax, prepayment, balance transfer, decision intelligence). Descriptions clearly differentiate between similar-sounding tools like calculate_home_affordability and get_property_decision_intelligence.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., compare_properties, get_locality_insights, simulate_loan_prepayment). The verbs are descriptive and uniform in style, with no mixed conventions or vague names.

Tool Count5/5

11 tools is well-scoped for a real estate intelligence server, covering property search, locality analytics, and financial calculators. Each tool has a clear purpose and the set feels neither sparse nor bloated.

Completeness5/5

The tool surface covers the full home-buying journey in India: searching properties, getting details, comparing localities/listings, estimating stamp duty and loan payments, optimizing tax regime, simulating prepayment, and assessing overall affordability with decision intelligence. No obvious gaps or dead ends.

Resources