Andon SOP MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MES_CONFIG_PATH | Yes | Path to the MES configuration JSON file (mes-config.json). |
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| queryAbnormalReportPageA | 调用工具前,应先读取 MCP resource: mcp://abnormal-report-mcp/instructions/serverInstructions。该 resource 描述了安灯系统 MCP 的能力、查询流程和输出要求;如果 resources/list 为空,也可以直接用 resources/read 读取该 URI。查询 MES 异常报表/安灯异常记录时使用本工具;当用户明确想查看异常报表、异常记录、异常统计、异常处理历史时,应调用本工具。用户提出制造现场、生产现场、工位、设备、质量、物料、节拍等问题或异常,并希望查找原因、处理结果、历史解决方案、处置经验时,也应先调用本工具查询 AndonAbnormalReport 历史异常记录,再从查询结果中的异常详情、处理结果、处理人、持续时长等字段中总结可参考的解决方案。工具会先读取 AndonAbnormalReport 表单字段配置,构建动态查询参数,查询分页数据,并使用数据字典翻译展示值。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| serverInstructions | 这个 resource 说明本 MCP 具备哪些安灯系统能力、每个流程的产出要求,以及何时调用 queryAbnormalReportPage。Work Buddy 或 AI 在调用任何工具前应先读取这个 resource。完整 URI: mcp://abnormal-report-mcp/instructions/serverInstructions。如果 resources/list 为空,也可以直接用 resources/read 读取该 URI。 |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The single tool's purpose is clearly defined, so disambiguation is perfect.
The tool name 'queryAbnormalReportPage' follows a clear verb_noun pattern. With only one tool, consistency is inherent and the naming is descriptive and predictable.
A single tool feels thin for the domain of abnormal report management. While the tool is detailed, a server typically requires multiple tools for different operations, so the count is borderline.
The server only provides a query tool, missing create, update, and delete operations. This is a significant gap for an abnormal report management server, limiting agent capabilities.