Skip to main content
Glama

Tu Lugar

Search Projects

search_projects
Read-only

Search development projects/buildings BY NAME (or city, or DEVELOPER). Use q with the project or building name — e.g. q="Petra Tower" — punctuation/accents ignored, and a name lookup also finds completed/sold-out buildings. This is how you answer "apartments in <building/tower name>" and "is there a project called X". For "projects by " use company with the developer's name (NOT q — project names rarely contain the developer).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoProject/building name (partial ok; punctuation/accents ignored)
cityNo
sortNo
limitNo
statusNo
companyNoDeveloper/company name to list that developer's projects, e.g. "Pro Invest"
verifiedNo
max_priceNo
min_priceNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true, consistent with search. The description adds that punctuation/accents are ignored and that name lookup also finds completed/sold-out buildings, which are useful behavioral details beyond what annotations provide. No contradictions.

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 (120 words) and front-loaded with the primary purpose. Every sentence adds value: first sentence states purpose, second gives examples, third explains parameter distinction. No fluff.

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

Completeness3/5

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

The tool has 9 parameters and no output schema. The description only covers the two main parameters (q, company) in depth. Other important parameters like sort, limit, status, price range, and verified are left unexplained. Given low schema coverage and no output schema, the description should be more comprehensive to fully guide the agent.

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 coverage is only 22%, so the description must compensate. It adds significant meaning for the `q` and `company` parameters, explaining their usage and giving examples. However, it does not explain other parameters (sort, limit, status, etc.), which limits completeness. Baseline 3 is raised to 4 for the added value on key parameters.

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 searches projects/buildings by name, city, or developer. It distinguishes between using `q` for name lookups and `company` for developer searches, and gives concrete examples like 'Petra Tower' and 'Pro Invest'. The verb 'search' and resource 'development projects/buildings' are specific.

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?

The description provides explicit guidance on when to use each parameter: `q` for project/building name, `company` for developer name. It warns against using `q` for developer names and gives example queries. This helps the agent select the correct parameter for different user intents.

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

A3.7/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but there is some overlap between 'search' and 'search_listings', and between 'fetch' and 'get_listing'. However, descriptions effectively differentiate them.

Naming Consistency3/5

Naming follows multiple patterns: verb_noun (create_listing), noun (closing_costs), get_*, search_*, my_*. While each pattern is internally consistent, the mix reduces overall consistency.

Tool Count3/5

39 tools is relatively high, but they cover a broad set of real estate functionalities. The count feels slightly heavy but is justified by the domain scope.

Completeness5/5

The tool set covers the full lifecycle of listings (CRUD, promotion, sharing), account management, search with multiple filters, market data, guides, and lead management. No obvious gaps for the platform's purpose.