Skip to main content
Glama
niceheadwkt

mcp-drink-main

by niceheadwkt

place_drink_order

Place a drink order by capturing customer name, drink selection, sweetness, ice level, and optional toppings. If sugar or ice details are missing, prompts for them to complete the order.

Instructions

執行飲品點餐工具。當使用者表達想喝飲料或點餐時,請呼叫此工具。

參數說明:

  • name: 訂購人的姓名 (請務必取得姓名)。

  • drink_name: 飲料名稱 (AI 會自動比對最接近的品項)。

  • spec: 甜度與冰量。必須包含糖度與冰量資訊 (例如:微糖少冰)。 如果使用者資訊不足,請主動追問。

  • topping: 加料內容 (如:粉粿、寒天),若無則預設為『無』。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
specYes
toppingNo
drink_nameYes
Behavior4/5

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

With no annotations, the description discloses key behavioral traits: drink_name is auto-matched to the closest item, spec must include sugar/ice and missing info should be proactively asked, and topping defaults to '無'. This adds meaningful context beyond the bare schema, though it does not describe the return value or side effects.

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 concise, front-loaded with the tool's purpose, and uses a clear bullet-like structure for parameter explanations. Every sentence contributes value, with no wasted words.

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?

The description covers when to use, parameter semantics, and behavioral matching details. It omits return value or confirmation behavior, but for a simple create-order tool, the outcome is intuitive. Given no output schema exists, a brief note on the response would improve completeness, but it is already adequate for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has no descriptions (0% coverage), but the description fully explains each parameter: name must be obtained, drink_name auto-matches, spec requires sweetness and ice, and topping defaults. This completely compensates for the schema's lack of semantic information.

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 it executes a drink ordering tool and specifies when to call it ('當使用者表達想喝飲料或點餐時'). This distinguishes it from sibling tools that update, delete, or list orders, making its purpose specific and 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?

Explicitly says to use the tool when the user expresses wanting a drink or to order, providing clear context. It does not mention alternatives or exclusions, but the sibling tools (update, delete, list) make the boundaries implicit, so it earns a 4 rather than a 5.

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