Skip to main content
Glama

input_tips

Generate search suggestions based on partial keywords, with optional city and data type filters. Use it to build autocomplete for POIs, bus stops, and bus routes.

Instructions

根据用户输入的关键字提供搜索建议,类似搜索框的自动补全功能。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo指定城市,提高建议的准确性
datatypeNo返回数据类型,all=全部,poi=兴趣点,bus=公交站,busline=公交线路,默认allall
keywordsYes输入的关键字,如:"北京大"、"星巴"等
citylimitNo是否限制在指定城市内,默认false
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the primary function without mentioning safety, rate limits, response format, or any constraints, offering minimal transparency about the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise, front-loaded sentence with no unnecessary words. It earns its place by clearly stating the purpose, though it could include a bit more context without becoming verbose.

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?

The tool has no output schema and the description does not explain the structure of returned suggestions, nor does it provide broader context for an agent deciding when to use it. This leaves significant gaps for a simple autocomplete tool.

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 descriptions cover all parameters (100% coverage), so the description adds no extra parameter semantics. The baseline of 3 is appropriate since the schema handles the explanatory burden.

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 provides search suggestions based on input keywords, using the autocomplete analogy to distinguish it from full search tools like search_poi. The verb and resource are specific, and the scope is well-defined.

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 autocomplete-style suggestions but does not explicitly contrast with sibling tools such as search_poi or search_around. There is no mention of when not to use it or alternatives, so guidance is only implied.

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/luodora/mcp-amap'

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