Skip to main content
Glama

search_listings

Read-only

Search active Trellistate property listings. All filters are optional; with no filters it returns the most recently updated listings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text search across title, description, city, postal.
bedsNoMinimum beds.
cityNoCity name (case-insensitive exact match).
sortNo
bathsNoMinimum baths.
limitNo
stateNoState (2-letter or full name; case-insensitive).
countryNoISO country code, e.g. 'US'.
max_priceNo
min_priceNo
postal_codeNoPostal/ZIP code.
listing_typeNo
property_typeNo

TDQS

B3.4/5.0
Behavior4/5

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

Beyond the annotation readOnlyHint=true, the description adds useful behavioral details: it returns only 'active' listings and defaults to the most recently updated when no filters are provided. This gives the agent a clearer picture of what to expect, though it omits details like pagination or result format, which are not covered by annotations.

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 two sentences, front-loaded with the main purpose and a concise note on default behavior. Every sentence provides value and there is no redundancy or fluff.

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

Completeness2/5

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

For a tool with 13 parameters, no output schema, and no sibling-based guidance, the description is too sparse. It does not explain what fields a returned listing contains, how results are sorted beyond 'recently updated', whether pagination is supported, or what 'active' means. The openWorldHint and readOnlyHint are given, but the description still leaves many operational details unexplained.

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

Parameters2/5

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

The tool description adds no parameter-specific meaning, and the schema only documents descriptions for about 54% of the 13 parameters. Unannotated parameters like sort, limit, min_price, max_price, listing_type, and property_type lack explanations, and the description does not compensate. This leaves the agent guessing on a significant subset of inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches active Trellistate property listings, with a specific verb and resource. While it doesn't explicitly distinguish from siblings like get_listing or list_recent, the 'Search' verb and the filter-optional behavior indicate its role as a search tool, though it may overlap with list_recent's recent-listings functionality.

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

Usage Guidelines3/5

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

The description provides implied usage context: 'All filters are optional; with no filters it returns the most recently updated listings' suggests it can be used both for filtered searches and for retrieving recent listings. However, it does not explicitly state when to prefer this over list_recent or get_listing, nor does it mention any exclusions or 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.8/5.0
Disambiguation3/5

There is clear overlap between list_recent and search_listings, as search_listings with no filters returns the same recent listings as list_recent. Other tools are distinct, but this redundancy creates ambiguity for an agent choosing between them.

Naming Consistency4/5

The naming pattern is mostly consistent with verb-first commands: get_listing, list_agents, list_recent, search_listings, submit_inquiry. The minor deviation is list_recent, which omits the object (listings) but remains understandable.

Tool Count5/5

Five tools is well-scoped for a niche service focused on property listings and agent discovery. Each tool except the redundant pair earns its place, and the count is neither too thin nor too heavy.

Completeness4/5

The set covers the core workflows: discovering and viewing listings, finding agents, and submitting inquiries. A minor gap is the lack of a get_agent_detail tool, but agents can likely work around it, and there are no dead ends in the primary flow.

Resources