Skip to main content
Glama

search_tripadvisor

Read-only

Search TripAdvisor for restaurants, attractions, or hotels with reviews.

Args: query: Search query (e.g. 'best restaurants in Rome') max_results: Max results (default 20)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the agent knows it's a safe read operation. The description adds scope details but no deeper behavioral traits like rate limits, pagination, or auth requirements, which would be useful but not required given the 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 plus a compact args list, with the purpose front-loaded. No wasted words or redundant 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?

For a simple search tool with good annotations and only two parameters, the description covers purpose and parameters. It could mention output shape or sorting behavior, but those are not critical given the tool's simplicity and the presence of openWorldHint.

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 description coverage is 0%, but the description compensates by explaining both parameters: query with an example and max_results with its default. This adds practical meaning beyond the raw schema.

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 TripAdvisor for restaurants, attractions, or hotels with reviews. It specifies the resource and scope, distinguishing it from siblings like search_airbnb, though it doesn't explicitly name alternatives.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus search_airbnb or search_hotels. It does not mention exclusions or preferred contexts, such as 'use this for TripAdvisor data' or 'use search_hotels for broader hotel coverage'.

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 distinct platform (Airbnb, Booking.com, TripAdvisor) and domain (lodging, hotels, general travel services), so there is no ambiguity.

Naming Consistency5/5

All tools follow the consistent verb_noun pattern with 'search_' prefix, making it predictable for an agent.

Tool Count4/5

3 tools is slightly on the lower side but still reasonable for a focused search server. Each tool serves a clear purpose without overcomplication.

Completeness2/5

The server is limited to search queries only, lacking any booking, detail retrieval, or itinerary management tools. For a travel server, this is a significant gap.

Resources