shangjiu-guowei
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_regionsB | 列出中国威士忌主要产区萌芽体系 |
| list_distilleriesA | 列出国产威士忌酒厂,可按产区过滤(region 用产业区 code) |
| get_distilleryA | 查某家国产威士忌酒厂的完整档案(产区/工艺/风土/产品/可信度) |
| get_flavor_profileA | 查某家酒厂的风味图谱(主导风味词 + 官方/社区来源),含待采集诚实标注 |
| list_productsA | 查某家酒厂的产品线与价格带 |
| search_whiskyA | 在国威知识库中检索(匹配酒厂名/产区/风格/主导风味词/故事) |
| submit_tasting_noteA | 提交一条品鉴笔记(数据漏斗)。仅采信真人来源;AI 不据此给任何权威结论。 |
| recommend_whiskyA | 选酒导购:按预算+口味+场景,从国威知识库推荐酒款(含可信度与诚实声明) |
| generate_contentA | 内容生成:从国威知识库取真实数据,按格式生成内容骨架(选题/长文/小红书/短视频口播),待核实项会标出 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Most tools are clearly distinct by resource and action, such as listing regions vs. distilleries vs. products. The only mild overlap is between recommend_whisky and search_whisky, but their descriptions clarify that one is guided recommendation and the other is free-form retrieval.
All tool names consistently follow a lowercase snake_case verb_noun pattern: list_, get_, search_, recommend_, generate_, submit_. There are no mixed conventions or vague generic names like 'process' or 'helper'.
Nine tools is well-scoped for a whisky knowledge-base MCP server. Each tool covers a clear part of the domain: browsing regions/distilleries/products, retrieving details, searching, recommending, generating content, and collecting tasting notes.
The tool surface covers the main read-side workflows: discovery, detail lookup, search, recommendation, content generation, and user submissions. Minor gaps exist, such as no region detail endpoint and no way to retrieve or manage submitted tasting notes, but these are not blocking for the apparent purpose.