Skip to main content
Glama
niceheadwkt

mcp-drink-main

by niceheadwkt

get_menu

Retrieves the full drink menu with prices and add-on options. Use it to answer queries about beverage selection, pricing, or customization.

Instructions

查詢目前所有的飲品品項、價格以及可加料的內容。 當使用者詢問有賣什麼、價格為何、想看菜單或想知道加料選項時,請呼叫此工具。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the read-only nature ('查詢') but does not describe the return format or response structure. The presence of an output schema partially mitigates this, but the description itself adds minimal behavioral context beyond the query intent.

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, front-loaded with the key information and usage condition. Every sentence earns its place; there is no redundancy or filler.

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

Completeness5/5

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

For a simple menu query with no parameters and an existing output schema, the description covers what the tool does and when to use it. The output schema handles return values, so the description is complete for its purpose.

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?

The tool has zero parameters, so the description does not need to explain any. Schema coverage is 100% vacuously. Baseline for 0 params is 4, and no additional semantic details are necessary.

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 '查詢' (query) and identifies the resource: beverage items, prices, and toppings. It clearly distinguishes from sibling tools which handle order management, making the tool's purpose unambiguous.

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?

The description explicitly states when to invoke the tool (when users ask about available drinks, prices, menu, or add-ons). It does not mention exclusions or alternatives, but no alternative menu tool exists among siblings, so the guidance is clear though not exhaustive.

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/niceheadwkt/mcp-drink-main'

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