Skip to main content
Glama

search_listings

Search Fursat's curated catalog of vacation homes in Northeast India and the Himalayas. Returns published homes with a Google rating of 4.3 or higher. Use this when a traveler asks about accommodation suggestions in this region (Meghalaya, Himachal, Uttarakhand, Sikkim, Assam, Arunachal Pradesh, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoCity filter, case-insensitive contains-match (e.g., 'cherrapunji', 'manali', 'shillong').
queryNoFree-text keywords matched against title, city, location (e.g., 'mountain view Cherrapunji', 'lake Nainital').
stateNoState slug (e.g., 'meghalaya', 'himachal-pradesh', 'uttarakhand', 'sikkim', 'arunachal-pradesh', 'nagaland', 'assam', 'tripura', 'manipur', 'mizoram', 'west-bengal').
minRatingNoMinimum Google rating, default 4.3.
maxResultsNoMax results to return, default 10, capped at 20.

TDQS

A4.2/5.0
Behavior3/5

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

No annotations provided, so description carries full burden. It describes the tool as read-only (searching and returning results) but doesn't explicitly state it has no side effects, authentication requirements, or rate limits. It adds constraints (only published homes, rating >=4.3) but lacks disclosure of data freshness or error behavior.

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 sentences: first defines purpose, second gives usage guidance. No wasted words, front-loaded with key 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 no output schema, the description covers core functionality well (region, rating filter, use case). It lacks explicit info on return structure or pagination, but maxResults is in schema. Slight gaps in completeness, but adequate for a search tool.

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 100%, but the description adds value by providing example queries ('mountain view Cherrapunji') and listing specific state slugs, which go beyond schema descriptions. It reinforces defaults (minRating 4.3) and usage patterns.

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 a curated catalog of vacation homes in a specific region (Northeast India and Himalayas) and filters by Google rating. It distinguishes itself from siblings (get_listing for specific listing, start_inquiry for inquiry) by focusing on search and suggestion.

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?

Explicitly states 'Use this when a traveler asks about accommodation suggestions in this region' and lists relevant states. While it doesn't explicitly exclude alternatives, the context is clear and actionable.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: search, detail retrieval, and inquiry initiation. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (get_listing, search_listings, start_inquiry), making them predictable and easy to understand.

Tool Count5/5

Three tools are well-suited for a niche vacation rental service covering search, details, and booking initiation. The count is neither too few nor excessive.

Completeness4/5

The tool set covers the core user journey (search, view, inquire). A minor gap is the lack of a 'list all listings' tool, but search serves that purpose adequately. No update/delete needed for a read-only catalog.

Resources