Skip to main content
Glama

Heart Homes — Dubai property data

Search locations

search_locations
Read-only

Resolve a free-text Dubai location name (community, area, or building) to canonical slugs. Always call this first when the user names a place; other tools take the returned slugs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoRestrict results to one kind
queryYesLocation name to search for

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, covering the safety profile. The description adds valuable behavioral context: it returns canonical slugs and is the mandatory first step before sibling tools, which is meaningful beyond the structured fields.

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?

Two dense sentences with no filler. The core action and output are front-loaded, and the critical usage rule is delivered in the second sentence. Every word earns its place.

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?

For a simple, read-only resolver, the description covers purpose, outputs, and usage sequencing. While there is no output schema and the description does not address ambiguity or empty-result behavior, the canonical-slug statement and strong usage rule make this adequately complete for an agent.

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 description coverage is 100%, with both 'query' and 'kind' already documented. The description adds the 'free-text' notion and clarifies that output feeds other tools, but it mostly restates the enum values from the schema rather than adding deep new 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 uses a specific verb ('Resolve') and resource ('free-text Dubai location name ... to canonical slugs'), clearly distinguishing this lookup tool from the analytics siblings. It also states the exact role of the tool in the workflow, so an agent can identify it instantly.

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

Usage Guidelines5/5

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

It explicitly instructs 'Always call this first when the user names a place' and explains that other tools depend on the returned slugs. This gives a strong, unambiguous usage rule and implies when not to use it (for analytics directly).

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.

Resources