Skip to main content
Glama
YUZU-Hub

wiring-diagram-mcp

by YUZU-Hub

Battery Bank Sizing Calculator

calculate_battery_bank

Sizing a battery bank? Input daily consumption, autonomy days, and battery details to compute required capacity, battery count, and wiring configuration for off-grid or marine systems.

Instructions

Calculate the recommended battery bank size based on daily energy consumption. Accounts for days of autonomy (how many days without charging) and depth of discharge. Returns required capacity, number of batteries, and wiring configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dailyConsumptionWhYesDaily energy consumption in watt-hours (from calculate_power_budget)
daysOfAutonomyNoDays the system should run without any charging (default: 2)
depthOfDischargePercentNoUsable percentage of battery capacity. LiFePO4: 80-90%, AGM: 50%, Gel: 50% (default: 80)
systemVoltageYesTarget system voltage in volts (e.g. 12, 24, 48)
singleBatteryAhYesCapacity of a single battery in amp-hours (e.g. 100, 200)
singleBatteryVoltageYesVoltage of a single battery (e.g. 12.8 for LiFePO4, 12 for lead-acid)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description should disclose behavioral traits. It mentions outputs (capacity, number, wiring) but lacks info on whether it's read-only, requires permissions, or has side effects. Adequate but could be more transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences. First states purpose, second details inputs and outputs. Very concise and front-loaded with key information. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 6 parameters and no output schema, the description adequately explains what the tool calculates and returns. Missing usage guidance relative to siblings, but the core functionality is well-covered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the burden on the description is lower. The description adds context for 'daysOfAutonomy' and 'depthOfDischargePercent' by explaining their relevance, but adds minimal value for other parameters. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: calculate battery bank size from daily energy consumption. It mentions key factors (autonomy, depth of discharge) and outputs (capacity, number of batteries, wiring config). Distinguishes from siblings like calculate_battery_config by focusing on sizing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives like calculate_battery_config. The description implies usage context (requires daily consumption) but does not mention prerequisites or when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YUZU-Hub/wiring-diagram-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server