Skip to main content
Glama

Dubai Wealth Index

One record, whole, as markdown

fetch
Read-onlyIdempotent

Retrieve a full document by the id a search hit returned, or by any canonical URL on this site. Returns the record as markdown — the same rendition the URL itself serves, so a quote from it and a quote from the page cannot differ. Use it after search when the question needs the whole record rather than one figure, and for the pages no typed tool covers: rankings, off-plan and short-let listings, the methodology and the prose pages. A retired building reports as retired with its area, never as a silent redirect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA search hit id, a site path such as "/sale/apartments/dubai/business-bay/vera-tower", or the full URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
textYesThe record as markdown — the same rendition the URL serves.
titleYes
metadataYes

TDQS

A4.5/5.0
Behavior5/5

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

The description goes beyond the readOnly/idempotent annotations by explaining that the markdown rendition is identical to what the URL serves, guaranteeing quote consistency. It also discloses an important nontrivial behavior: a retired building reports its retirement with its area rather than silently redirecting. This is exactly the kind of context annotations alone cannot provide.

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?

Every sentence earns its place: the first defines the core operation, the second explains the markdown guarantee, the third gives workflow context and alternatives, and the fourth captures an important edge case. The description is front-loaded and no sentence is wasted.

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 rich annotations, high schema coverage, and presence of an output schema, the description covers the full calling context: what the tool does, when to use it, what it returns, and a notable edge case. Nothing needed for correct invocation is missing.

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 fully documents the single parameter, including that id can be a search hit id, a site path, or a full URL. The description reinforces this meaning by mentioning 'search hit returned' and 'canonical URL,' but it does not add meaning substantially beyond the schema. With 100% schema coverage, the baseline score of 3 is appropriate.

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 specifies the exact action and resource: retrieving a full document by a search-hit id or canonical site URL, and returning it as markdown. The title reinforces the same meaning, and the final sentence adds a distinguishing edge case, making the tool's purpose unmistakable and clearly differentiated from the sibling get_* tools.

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: after search when the whole record is needed rather than a single figure, and for pages not covered by typed tools. It lists concrete examples like rankings, off-plan listings, methodology, and prose pages. However, the claim that rankings and methodology are not covered by typed tools sits awkwardly with the sibling tools get_ranking and get_methodology, so the routing guidance is not perfectly reliable.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: fetch retrieves any full record by id or URL, get_area handles area-level medians, get_building gives building records, get_building_transactions lists underlying transactions, get_city_overview provides citywide scope, get_methodology explains definitions, get_ranking returns a single sorted ranking, get_villa_community focuses on villa communities, list_favorites accesses account-specific data, list_rankings enumerates available rankings, and search resolves names to ids. No two tools have overlapping purposes, even when addressing similar domains (e.g., list_rankings vs. get_ranking are clearly differentiated by singular vs. plural and availability of methods).

Naming Consistency5/5

All tool names use a consistent lowercase_with_underscores format and follow a clear verb_noun pattern: get_ for retrieving specific entities, list_ for enumerations, search for lookup, and fetch for generic retrieval. This makes the API predictable and easy to navigate.

Tool Count5/5

With 11 tools, the server is well-scoped for a real estate index covering city, areas, buildings, villas, transactions, rankings, methodology, and account favorites. Each tool serves a unique function without unnecessary redundancy, fitting the typical range for a purpose-built data server.

Completeness5/5

The tool set provides comprehensive coverage for a read-only data server: search, area and building details, transaction histories, citywide overview, rankings and their methods, villa communities, methodology reference, and saved favorites. There are no obvious gaps—users can navigate from search to specific records, drill into transactions, compare rankings, and retrieve the methodology behind any figure.

Resources