Skip to main content
Glama

AVnester — Indian Real Estate Intelligence

Compare AVnester properties (trade-offs)

compare_properties
Read-onlyIdempotent

Compare 2–5 AVnester listings by listingId, side-by-side. Get IDs from search_properties first (not guessable). If the user has more than 5 candidates ("compare all"), pick the most relevant 5 (cheapest / largest / best price-per-sqft) and say so. Returns each listing plus pricePerSqft, vsCheapestPercent (0 = cheapest), vsLargestAreaPercent (0 = largest). Covers Coimbatore and Chennai; unknown IDs return not_found_or_unpublished. Does NOT recommend a purchase. Always surface the disclaimer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listingIdsYes2–5 AVnester listingIds (from search_properties results) to compare. IDs are not guessable — call search_properties first. Order is preserved in the output.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardsYes
framingYes
messageNo
comparisonYes
disclaimerYes
attributionYes

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnly, openWorld, idempotent, non-destructive), the description adds important behavioral context: unknown IDs return 'not_found_or_unpublished', geographic coverage (Coimbatore and Chennai), output semantics (pricePerSqft, vsCheapestPercent, vsLargestAreaPercent), and a user-facing requirement ('Always surface the disclaimer'). This significantly enriches the agent's understanding of the tool's behavior.

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 compact yet information-dense, with each sentence adding value: purpose, prerequisite, edge-case handling, output fields, scope, and limitations. It is front-loaded with the core function and avoids redundancy, making it easy to process.

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?

The description covers key contextual aspects: prerequisites, error behavior, geographic scope, output semantics, selection strategy for many candidates, and a disclaimer requirement. Given that an output schema exists, the description need not repeat return types, but it still adds meaningful context like 'not_found_or_unpublished' and the meaning of comparative percentages, making it highly complete.

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 schema fully describes the only parameter (listingIds), including its purpose, constraints, and source (from search_properties). The description adds little beyond restating that IDs are not guessable and listing the count range, which the schema already covers. With 100% schema coverage, a score of 3 is appropriate—the description doesn't introduce new parameter semantics.

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: 'Compare 2–5 AVnester listings by listingId, side-by-side.' It specifies the verb (compare), resource (AVnester listings), and method (by listingId, side-by-side), distinguishing it from siblings like search_properties (which returns listings) and compare_localities (which compares localities).

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

Usage Guidelines5/5

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

The description provides explicit guidance: 'Get IDs from search_properties first (not guessable)' establishes a prerequisite and alternative. It also addresses when not to use the tool ('Does NOT recommend a purchase') and how to handle over 5 candidates ('pick the most relevant 5... and say so'). This clearly instructs when and how to invoke the tool, including exclusions.

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