Skip to main content
Glama

rera_rent_increase

Calculate the maximum legal rent increase in Dubai by comparing your current rent to the RERA Rent Index. Get the gap, increase percentage, and new rent.

Instructions

Compute the maximum legal rent increase under Dubai Decree 43 of 2013.

Maps how far the current rent sits below the area average market rent (RERA Rent Index) to the allowed increase slab and returns the gap percentage, the max increase percentage, and the max new rent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
area_average_rentYesThe area average market rent in AED (RERA Rent Index).
current_annual_rentYesThe current annual rent in AED.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It explains the calculation logic and what is returned (gap %, max increase %, max new rent), but does not disclose whether it requires authentication, makes external API calls, or handles errors. For a computation tool, this is adequate but not thorough.

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 concise with two sentences. The first sentence states the purpose, the second explains the mapping and outputs. No redundant information.

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 the input schema is fully described, an output schema exists (not shown but indicated), and the description covers the mapping logic, it is mostly complete for a computation tool. However, it lacks error handling or edge case information, which is minor for a deterministic calculator.

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

Parameters4/5

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

Schema description coverage is 100% with descriptions for both parameters. The description adds value by explaining the mapping logic between current rent and area average rent, and what the outputs represent, going beyond the schema.

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 tool computes the maximum legal rent increase under Dubai Decree 43 of 2013, specifying the verb 'compute' and the resource 'rent increase'. It distinguishes itself from siblings like rent_estimate and rental_dispute_guide by focusing on a specific legal formula.

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 implies when to use (when needing to compute max rent increase under Dubai decree) by explaining the mapping logic. It does not explicitly state when not to use or list alternatives, but the specificity makes it clear.

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/mahdi-salmanzade/MCP-Dubai'

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