dld_search_valuations

Pack: dubai-land · Endpoint: https://gateway.pipeworx.io/dubai-land/mcp

Official property valuations recorded by the Dubai Land Department — appraised total value, actual area, property sub-type, area/district and valuation date. Coverage is the current calendar year. A date range is required.

Parameters

NameTypeRequiredDescription
property_type_idstringnoUpstream property-type id

Example call

Arguments

{
  "from_date": "2026-09-01",
  "to_date": "2026-09-06",
  "limit": 3
}

curl

curl -X POST https://gateway.pipeworx.io/dubai-land/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dld_search_valuations","arguments":{"from_date":"2026-09-01","to_date":"2026-09-06","limit":3}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('dld_search_valuations', {
  "from_date": "2026-09-01",
  "to_date": "2026-09-06",
  "limit": 3
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "dubai-land": {
      "url": "https://gateway.pipeworx.io/dubai-land/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 7, 2026