Skip to main content
Glama

AVnester — Indian Real Estate Intelligence

Search India property listings

search_properties
Read-onlyIdempotent

Search residential property listings in Coimbatore and Chennai, Tamil Nadu. Use when the user names a locality, price band, BHK, or transaction type in either city. Returns sanitized listing cards with handoff URLs and a per-listing verified flag; never returns seller contact details. Out-of-scope cities return supported=false + supportedCities + scopeMessage — surface the scopeMessage to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoIndian city name (e.g., "Bangalore", "Coimbatore"). Required for results.
limitNoMaximum number of listings to return (cap: 20). v1 abuse defense.
bedroomsNoNumber of bedrooms (BHK).
localityNoLocality/neighborhood within the city (e.g., "Indiranagar").
maxPriceNoMaximum price in INR.
minPriceNoMinimum price in INR.
furnishingNoFurnishing status (rental queries).
propertyTypeNoProperty type.
rentalStructureNoRental money structure: monthly rent, or a lump-sum lease (one refundable amount for a fixed tenure, no monthly rent). Only meaningful with transactionType=rent. Omit to include both.
transactionTypeNoWhether to search for sale or rent. Omit to include both.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
sortByNo
messageNo
listingsYes
supportedYes
disclaimerYes
handoffUrlYes
attributionYes
scopeMessageNo
supportedCitiesNo

TDQS

A4.5/5.0
Behavior5/5

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

Despite decent annotation coverage (readOnly, idempotent, non-destructive), the description adds valuable behavioral context: returns are sanitized listing cards with handoff URLs and per-listing verified flags, and seller contact details are intentionally withheld. The out-of-scope response format is also disclosed. This goes well beyond the annotations and informs the agent of critical output limitations.

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 three sentences: purpose/scope, usage trigger, and behavioral notes. It is front-loaded with the core verb and resource, and every sentence provides actionable information without redundancy. No wasted words.

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?

For a tool with 10 optional parameters and an output schema, the description covers the essential context: geographic constraint, when to invoke, output shape (sanitized cards, URLs, verified flag), a hard privacy boundary (no seller contact details), and fallback error handling for out-of-scope cities. The output schema handles return-value documentation, so the description is complete for selection and invocation.

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 already describes all 10 parameters with 100% coverage, including enum values, defaults, and units. The description only ties usage to user mentions (locality, price band, BHK, transaction type), which is a selection hint rather than parameter-level detail. Since the schema carries the heavy lifting, the baseline of 3 is appropriate; the description adds a small amount of contextual mapping.

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's function: 'Search residential property listings in Coimbatore and Chennai, Tamil Nadu.' It specifies the resource (property listings), geographic scope, and includes an explicit usage trigger ('Use when the user names a locality, price band, BHK, or transaction type'). This distinguishes it from sibling tools that focus on comparison, details, or financial calculations.

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 provides explicit 'Use when' conditions, which is strong guidance. It also explains the out-of-scope behavior ('Out-of-scope cities return supported=false + supportedCities + scopeMessage — surface the scopeMessage'). However, it does not name alternative sibling tools or provide explicit 'when not to use' instructions, so it misses the top score.

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