Skip to main content
Glama

Tu Lugar

save_search

save_search

Save a property search for the connected user so they get alerts when new matching listings appear (e.g. "2-bed apartments for rent under $800 in Villa Morra"). Requires a connected account — if not connected, use connect_account first. Uses the same filters as search_listings. Returns the saved id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
nameNoOptional label for the saved search
bedroomsNo
currencyNo
max_priceNo
min_priceNo
listing_typeYes
neighborhoodNo
property_typeNo
alert_frequencyNoHow often to be alerted about new matches (default daily)

TDQS

A4.6/5.0
Behavior5/5

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

Annotations show readOnlyHint=false (write operation), destructiveHint=false (not destructive), openWorldHint=true (side effects like alerts). The description adds context about alert creation ('get alerts when new matching listings appear') and the return value, providing behavioral insight beyond the annotation flags. No contradiction.

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?

Three well-structured sentences, front-loaded with purpose, no unnecessary words. The description efficiently conveys purpose, prerequisites, analogous tool, and return value.

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 10 parameters (4 with enums) and no output schema, the description covers purpose, prerequisites, analogous tool, return value, and gives an example. It does not detail all parameters but the 'same filters' reference partially compensates. Minor gap: no mention of error cases or idempotency.

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 coverage is 20% (only name and alert_frequency have descriptions). The description adds that filters are 'the same as search_listings' and mentions alert_frequency defaults to daily, but does not detail each parameter. With low coverage, more explanation would help, though many parameters are self-explanatory from names/enums.

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-resource pair ('Save a property search') and includes an example ('2-bed apartments for rent under $800 in Villa Morra'), which clearly distinguishes it from sibling tools like search_listings (which searches but does not save) and delete_saved_search (which deletes).

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 explicitly states the prerequisite ('Requires a connected account — if not connected, use connect_account first'), references an analogous tool ('Uses the same filters as search_listings'), and mentions the return value ('Returns the saved id'), giving clear when-to-use and alternatives.

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.