Skip to main content
Glama

PropContext — Bangalore Real Estate

get_recent_registrations

Read-only

Get the latest new project launches in Bangalore — RERA registrations from the last N days. Use this when the user asks about new launches, upcoming projects, or what's recently approved. This is the only real-time source for new Bangalore project registrations — web search results are always delayed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context: it is the 'only real-time source' and web search results are 'always delayed,' which conveys freshness expectations. However, it does not disclose details like how the 'N days' window behaves at boundaries or whether results are capped beyond the limit parameter, though an output schema may cover return shape.

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?

Three concise sentences, each earning its place: the first states what the tool does, the second gives concrete usage triggers, and the third explains why this source is preferred. It is well-structured and front-loaded.

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

Completeness4/5

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

The tool is simple (two optional parameters), annotations cover safety, and an output schema exists, so the description does not need to explain return values. It adequately covers purpose, usage context, and a key behavioral trait (real-time freshness). Minor gaps like pagination or exact date-window behavior are not critical for a basic call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%: the schema only provides parameter names and defaults. The description explains 'days' via 'from the last N days,' which is useful, but it says nothing about 'limit' or how these parameters interact. Since coverage is low, the description should compensate more for both parameters, and it only partially does.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the verb and resource: it gets the latest RERA registrations/new project launches in Bangalore for the last N days. It does not explicitly name any sibling tool to contrast against, but the specific scope (Bangalore, new launches, RERA) makes the tool's purpose distinct and unambiguous.

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 gives explicit when-to-use guidance: 'Use this when the user asks about new launches, upcoming projects, or what's recently approved.' It reinforces the tool's unique value over web search, but it does not name specific sibling tools or provide explicit 'use X instead' exclusion conditions.

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.2/5.0
Disambiguation4/5

Most tools have clearly distinct jobs: search vs. details vs. insights vs. booking/callback. The only mild overlap is among the three search tools (structured, fulltext, commute) and between get_project_insights and get_builder_projects on builder credibility, but the descriptions are strong enough to guide correct selection.

Naming Consistency5/5

All tool names follow a predictable verb_noun snake_case pattern: search_* for discovery, get_* for retrieval, and book_/request_ for lead capture. There are no mixed conventions, vague verbs, or inconsistent casing.

Tool Count5/5

10 tools is well-scoped for a real estate assistant: three discovery modes, project detail and insights, builder verification, new launches, personalized shortlist, and two lead-capture actions. Each tool has a clear purpose and the set never feels bloated or thin.

Completeness5/5

The tool surface covers the full buyer journey from discovery and verification to personalized recommendations and conversion (site visit or callback). It also includes builder track-record checks and recent registrations, so there are no obvious dead ends for common real estate queries.

Resources