Skip to main content
Glama

search_experiences

Search the 1001locals catalog of local tours & experiences by country, city, category and/or free-text query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
limitNo
queryNo
countryNo
categoryNo

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It accurately states the search behavior and filter scope but omits details such as pagination, result ordering, limit semantics, or how filters combine. This is minimally adequate but not rich.

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 a single, front-loaded sentence with no filler. It efficiently communicates the action, resource, and filtering options.

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 search tool with no annotations and no output schema, the description conveys the essential purpose and filter dimensions. It could benefit from mentioning that results are returned or that limit controls result count, but the current description is serviceable for a low-risk search operation.

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 0%, so the description must compensate. It adds meaning by mapping country, city, category, and query to search dimensions, but it does not mention the limit parameter or provide format/constraint details, leaving a partial gap.

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 ('Search') and names the exact resource ('1001locals catalog of local tours & experiences') along with the available filter dimensions (country, city, category, free-text query). This clearly distinguishes it from siblings like get_experience (single item fetch) and list_categories (enumeration).

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?

It provides clear context for when to use the tool: searching or filtering the catalog by location, category, or text. It does not explicitly name alternatives or exclusions, but the search-focused purpose is distinct from sibling tools, giving reasonable guidance.

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/5.0
Disambiguation5/5

Each tool targets a clearly distinct purpose: get_experience is by ID, search_experiences is a query, list_* tools enumerate reference data, get_offer explains pricing, and submit_experience is the write operation. No tools overlap in their core responsibilities.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase and underscores: get_experience, get_offer, list_categories, search_experiences, submit_experience. There are no mixed conventions or vague verbs like 'process' or 'do'.

Tool Count5/5

Eight tools is well within the ideal 3-15 range for a catalog server. Each tool is necessary for the core workflows: browsing reference data, searching, retrieving details, understanding submission requirements, and submitting.

Completeness4/5

The tool set covers the full lifecycle from discovery (search, get, list) to creation (submit) with supporting schema and pricing information. Minor gaps exist, such as no update/delete operation for experiences and no explicit 'get all' listing, but these are not critical given the submission goes through moderation.

Resources