Skip to main content
Glama

suggest_dining

Read-onlyIdempotent

Autocomplete partial dining keywords to return matching restaurant, cafe, station, area, and food genre suggestions, enabling quick selection for travel planning.

Instructions

Autocomplete search query for restaurants, cafes, stations, areas, and food genres.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum suggestions to return (default: 5).
queryYesPartial keyword (e.g. 'sushi', 'shinjuku', 'torikizoku', 'blue bottle').
providerNoDining provider ('tabelog'). Default: 'tabelog'.tabelog

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint. The description adds that it operates on partial keywords and covers multiple entity types, which is useful context beyond the annotations but does not contradict them. No side effects are implied, consistent with read-only 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?

A single, concise sentence with no filler. The key purpose and scope are front-loaded. All necessary information fits efficiently within one line.

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?

The tool is simple and has an output schema, so return values are defined. However, the description does not mention when to prefer this tool over suggest_locations or suggest_tabelog, especially in a rich sibling ecosystem. The openWorldHint annotation suggests possible unknown behaviors, but the description doesn't address them.

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 100%, so all three parameters (query, limit, provider) are already documented. The description adds little beyond restating the entity types covered by query, which is already in the schema examples. It meets the baseline without adding extra nuance.

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 verb 'autocomplete' and the resource 'search query', and lists specific entity types (restaurants, cafes, stations, areas, food genres). It is distinct from generic search, but does not explicitly differentiate from sibling suggest_tabelog or suggest_locations, which are also suggestion tools.

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 the tool is for autocomplete/search-as-you-type scenarios, but provides no explicit when-to-use or when-not-to-use guidance versus the many sibling search and suggestion tools. The broad entity list hints at coverage but lacks clear exclusions or alternatives.

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/Skyline-9/hotels-mcp'

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