Skip to main content
Glama
level09
by level09

query_dld

Query Dubai Land Department sales transactions or Ejari rental contracts with filters for area, property type, bedrooms, and date range. Retrieve aggregated statistics, counts, or individual records.

Instructions

Query Dubai property data - sales transactions or rental contracts.

Args: area: Location to search (e.g., "Marina", "JBR", "Downtown", "Palm Jumeirah", or building name) type: "sales" for DLD transactions, "rentals" for Ejari contracts property_type: "all", "apartment", "villa", or "townhouse" (sales only) bedrooms: "all", "studio", "1", "2", "3", "4", "5+" date_from: Start date YYYY-MM-DD (default: last 12 months for sales, 24 for rentals) date_to: End date YYYY-MM-DD (default: today) metric: "stats" (aggregated statistics), "count" (just count), "list" (individual records) limit: Max records for list mode (1-50, default 10)

Returns: For stats: median/avg/min/max prices, transaction count, total volume For count: just the count of matching records For list: individual transaction/contract records

Examples: - "How many villas sold in Palm Jumeirah in 2024?" query_dld(area="Palm", property_type="villa", date_from="2024-01-01", metric="count")

- "Average rent for 2BR in Marina"
  query_dld(area="Marina", type="rentals", bedrooms="2")

- "Recent sales in Downtown"
  query_dld(area="Downtown", metric="list", limit=10)

- "Compare JBR vs Marina prices"
  Call twice with different areas

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaYes
typeNosales
property_typeNoall
bedroomsNoall
date_fromNo
date_toNo
metricNostats
limitNo
Behavior3/5

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

Without annotations, the description carries the burden of transparency. It states it returns data but does not explicitly declare read-only behavior, auth requirements, or side effects. As a query tool, it is implied to be non-destructive, but explicit mention would improve transparency.

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 well-structured with clear sections for Args, Returns, and Examples. Every sentence adds value, and the examples are concise yet informative. No unnecessary repetition.

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?

Given no output schema, the description adequately explains return formats for each metric type. It covers all parameters and provides examples. Minor gap: does not specify behavior when incompatible parameters (e.g., rentals with property_type) are used.

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

Parameters5/5

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

With 0% schema coverage, the description fully explains all 8 parameters, including defaults, allowed values (e.g., 'sales' or 'rentals'), and constraints (e.g., 'property_type' only for sales). Examples demonstrate usage effectively.

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 'Query Dubai property data - sales transactions or rental contracts', specifying the verb, resource, and the two data types. This is precise and distinguishes any potential confusion between sales and rentals.

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 includes usage examples and explains when to use each parameter, such as 'property_type' being for sales only. However, it lacks explicit guidance on when not to use the tool or alternatives, but since no sibling tools exist, it remains clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/level09/dld-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server