Skip to main content
Glama
niceheadwkt

mcp-drink-main

by niceheadwkt

update_order_by_name

Update a customer's drink order by name. Modify specific details like drink name, topping, or specifications while leaving unspecified fields unchanged.

Instructions

根據姓名修改訂單內容。 參數設為選填(None)以處理使用者說「其餘不變」的情況。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
specNo
toppingNo
drink_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It adds useful behavior about optional parameters (None means 'keep unchanged'), but it does not disclose other important traits such as behavior when no matching name is found, whether it updates one or multiple orders, or error handling. This is adequate but incomplete.

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: the first gives the purpose, the second adds crucial behavior about optional parameters. It is concise, front-loaded, and every sentence earns its place.

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 has 4 parameters, no annotations, but an output schema exists. The description covers the core behavior and the None semantics, but lacks details about edge cases (e.g., multiple matches), which fields are updatable, and how to use 'spec'. It is minimally viable but has clear gaps.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It explains the general optionality semantics (None means no change), but it does not explain what each parameter (spec, topping, drink_name) actually represents. The parameter meanings remain largely ambiguous, especially 'spec', leaving the agent guessing.

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's action: 'modify order content based on name'. This is a specific verb+resource+scope (by name), and it distinguishes from siblings like update_drink_order (likely by ID) and delete_order_by_name (delete vs update).

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 provides clear context on how to use the tool, especially the optional parameters to handle 'the rest unchanged' scenario. While it doesn't explicitly exclude alternatives, the naming and phrasing imply using it when you want to update an order by customer name, which differentiates it from sibling tools.

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