Dual Water Tank 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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| preview_dual_water_tank_dataC | Read one full-cell data file and infer voltage/capacity columns, charge/discharge direction, capacity span, and current. |
| fit_dual_water_tankC | Fit one file/sheet with the dual water tank model. Direction, signs, and Cp/Cn bounds can be inferred automatically. |
| batch_fit_dual_water_tankB | Fit all supported files in a directory, or a supplied file list. Writes per-file curves plus batch summaries. |
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 3 tools
Each tool has a distinct role: preview explores data, fit_dual_water_tank fits a single file, and batch_fit_dual_water_tank handles multiple files. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case: preview_..., fit_..., batch_fit_.... The model name 'dual_water_tank' appears consistently.
With only three tools, the set is minimal but scoped to the core tasks of data preview and fitting. It could benefit from additional tools for result retrieval, but still feels appropriately focused.
The surface covers the essential workflow (preview, single fit, batch fit), but lacks tools to retrieve fitted parameters or batch summaries in a structured manner, relying on file outputs. This is a notable gap for an agent.