mcp-drink-main
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| get_menuA | 查詢目前所有的飲品品項、價格以及可加料的內容。 當使用者詢問有賣什麼、價格為何、想看菜單或想知道加料選項時,請呼叫此工具。 |
| place_drink_orderA | 執行飲品點餐工具。當使用者表達想喝飲料或點餐時,請呼叫此工具。 參數說明:
|
| list_recent_ordersA | 列出最近的所有訂單資訊,包含 ID、姓名與品項。 刪除或修改訂單前,請先呼叫此工具確認 ID。 |
| find_duplicate_orders_by_nameA | 🔍 搜尋特定人物的重複訂單資料。 當使用者詢問「搜尋個人有重複的資料」、「某人有重複訂單」時,請呼叫此工具。 參數說明:
功能:
|
| search_all_duplicatesA | 🔍 掃描全部訂單,找出所有有重複訂單的人物。 當使用者詢問「全局搜尋重複」、「誰有重複訂單」時,請呼叫此工具。 功能:
|
| get_duplicate_statisticsA | 📊 取得重複訂單的統計資訊。 當使用者詢問「重複訂單統計」、「重複率」時,請呼叫此工具。 功能:
|
| update_drink_orderB | 修改已存在的訂單。當使用者提供訂單 ID 並要求更改內容時使用。
|
| update_order_by_nameA | 根據姓名修改訂單內容。 參數設為選填(None)以處理使用者說「其餘不變」的情況。 |
| delete_drink_orderC | 刪除指定的點餐訂單。
|
| delete_order_by_nameC | 根據姓名刪除訂單。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_menu_resource | 提供完整的飲品清單作為 AI 參考資源 |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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