Skip to main content
Glama

rank_areas_by_yield

Rank Dubai areas by gross rental yield (highest first), from official DLD sale + rental data. Great for finding the best-yielding neighbourhoods.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many areas to return (default 10, max 50).
property_typeNo'Flat' (default) or 'Villa'.

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It mentions data source ('official DLD sale + rental data') and ordering ('highest first'), but lacks details on data freshness, caching, authentication requirements, or any side effects. Basic transparency is present but insufficient for a ranking tool.

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 two sentences long with no unnecessary words. It efficiently conveys purpose, data source, and use case. Every sentence adds value, making it highly concise and well-structured.

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

Completeness2/5

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

The tool has no output schema and no annotations, so the description should compensate by detailing the return structure. It does not mention what fields (e.g., area name, yield value) are returned, whether results are paginated, or how to interpret the output. This leaves significant gaps for an agent invoking the tool.

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?

Schema coverage is 100%, and both parameters are clearly described in the input schema. The description does not add additional meaning beyond what the schema provides (e.g., default and max values for 'limit', valid values for 'property_type'). Baseline 3 is appropriate since schema already handles 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 verb 'rank', the resource 'Dubai areas', and the metric 'gross rental yield (highest first)'. It also provides context about data source ('official DLD sale + rental data') and use case ('Great for finding the best-yielding neighbourhoods'). This distinguishes it from sibling tools like 'area_snapshot' or 'compare_areas'.

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

Usage Guidelines3/5

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

The description implies usage ('Great for finding the best-yielding neighbourhoods') but does not provide explicit when-to-use or when-not-to-use guidance. It does not mention alternatives or conditions for using this tool versus siblings like 'rental_yield' or 'compare_areas'.

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
Disambiguation5/5

Each tool has a clearly distinct purpose: listing areas, getting area snapshot, comparing areas, market overview, affordability calculation, yield ranking, and rental yield. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent pattern of lowercase snake_case with verbs like 'list', 'compare', 'rank', 'get' (implied in area_snapshot). Very predictable.

Tool Count5/5

Seven tools are well-scoped for a Dubai real estate data server. Each tool adds distinct value without redundancy, fitting the ideal range of 3-15.

Completeness5/5

The set covers essential operations: listing areas, detailed snapshots, comparisons, market overview, affordability filtering, and yield analysis. No obvious gaps for the domain.

Resources