Skip to main content
Glama
niceheadwkt

mcp-drink-main

by niceheadwkt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_menuA

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

place_drink_orderA

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

參數說明:

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

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

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

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

list_recent_ordersA

列出最近的所有訂單資訊,包含 ID、姓名與品項。 刪除或修改訂單前,請先呼叫此工具確認 ID。

find_duplicate_orders_by_nameA

🔍 搜尋特定人物的重複訂單資料。 當使用者詢問「搜尋個人有重複的資料」、「某人有重複訂單」時,請呼叫此工具。

參數說明:

  • name: 要查詢的人名

功能:

  • 找出該人名下所有訂單

  • 識別重複的訂單(相同飲品、規格、加料)

  • 顯示重複次數和時間戳記

search_all_duplicatesA

🔍 掃描全部訂單,找出所有有重複訂單的人物。 當使用者詢問「全局搜尋重複」、「誰有重複訂單」時,請呼叫此工具。

功能:

  • 分析所有訂單

  • 找出所有有重複的人物

  • 顯示重複數量統計

get_duplicate_statisticsA

📊 取得重複訂單的統計資訊。 當使用者詢問「重複訂單統計」、「重複率」時,請呼叫此工具。

功能:

  • 計算重複訂單的比例

  • 顯示熱門的重複商品

  • 提供改進建議

update_drink_orderB

修改已存在的訂單。當使用者提供訂單 ID 並要求更改內容時使用。

  • doc_id: 訂單的唯一 ID (從清單取得)。

  • 其他參數與點餐工具相同,僅輸入需要修改的部分。

update_order_by_nameA

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

delete_drink_orderC

刪除指定的點餐訂單。

  • doc_id: 要刪除的訂單 ID。

delete_order_by_nameC

根據姓名刪除訂單。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_menu_resource提供完整的飲品清單作為 AI 參考資源

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