Skip to main content
Glama
gcszkjpzzv-beep

TravelMind MCP Server

text_search

Search for points of interest (POI) like hotels, restaurants, or attractions by keyword within a specified city. Returns the top 10 matches.

Instructions

在指定城市内按关键词搜 POI(酒店/餐厅/景点/地标)。返回前 10 条。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes查询城市,例如 '北京'(必填以提高准确度)
typesNo可选 POI 大类,例如 '住宿' / '餐饮' / '购物'(高德 types 编码)
keywordsYes搜索关键词,例如 '希尔顿酒店' / '星巴克'
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses the result limit (top 10) but does not mention other behaviors such as ordering, error handling, or auth requirements. This partial disclosure earns a 3.

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, concise sentence that communicates the essential purpose and result limit with no extraneous words. It is well-structured and front-loaded.

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

Completeness3/5

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

Given the absence of an output schema and annotations, the description is adequate but not complete. It explains the basic functionality and result limit but lacks details on response structure, error behavior, or interaction between parameters. With three siblings, more comparative context would help.

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 100% with descriptions for each parameter. The description reiterates the purpose of city and keywords but adds no new semantics beyond the schema. The types parameter is already explained in the schema.

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 for POIs (hotels, restaurants, attractions, landmarks) by keyword within a specified city and returns the top 10 results. This distinguishes it from siblings like geocode (address to coordinates) and around_search (location-based search).

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 implies usage for keyword-based POI search within a city but does not explicitly state when to use this tool over alternatives like around_search. No guidance on prerequisites or exclusions is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gcszkjpzzv-beep/TravelMind_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server