KETI FLOW MCP
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_optimal_blower_angleB | 이 도구는 송풍기의 날개 각도를 최적 제어하는 도구로서, 사용자가 송풍기의 유량을 입력하며 운전점을 알고 싶다고 하면 해당 도구를 호출하여 최적 운전점을 도출함. |
| get_optimal_pump_controlC | 이 도구는 펌프의 VIGV를 최적 제어하는 도구로서, 사용자가 펌프의 유량을 입력하며 운전점을 알고 싶다고 하면 해당 도구를 호출하여 최적 운전점을 도출함. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| training_status | 사용자가 송풍기/펌프의 최적 제어 운전점 탐색을 위해 정보를 물어보면 해당 기능을 활용해 모델의 상태와 예측 가능한 유량 범위를 조회해 알려줌. |
TDQS
Scored across 2 tools
The two tools address completely different physical devices (blower vs. pump), so there is no ambiguity in their purposes. Each has a clear and distinct function.
Both tools follow the same pattern of 'get_optimal_<device>_<control/angle>', using consistent verb_noun structure and snake_case. The minor difference in the last word (angle vs control) does not break consistency.
With only 2 tools, the server is very narrowly scoped. While this may be acceptable for a focused use case, it feels minimal for a general flow control system, suggesting the surface is thin.
The tools cover only optimization for two specific devices. There are no tools for monitoring current state, setting parameters, or managing other equipment, leaving significant operational gaps.