Skip to main content
Glama
ZidingWang

Dual Water Tank MCP

by ZidingWang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: preview_..., fit_..., batch_fit_.... The model name 'dual_water_tank' appears consistently.

Tool Count4/5

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.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues