Skip to main content
Glama
YUZU-Hub

wiring-diagram-mcp

by YUZU-Hub

Inverter Sizing Calculator

calculate_inverter_size

Calculate the recommended inverter size for running AC loads from a DC battery system, factoring in continuous power, startup surge, and a 25% headroom.

Instructions

Calculate the recommended inverter size for running AC loads from a DC battery system. Accounts for continuous power, startup surge power (motors typically surge 2-3x), and includes a 25% headroom for the continuous rating. Returns the recommended inverter wattage and the DC current draw at system voltage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
systemVoltageYesDC system voltage (e.g. 12, 24, 48)
loadsYesList of AC loads that will run through the inverter
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses that the tool accounts for continuous power, startup surge power (with typical multiplier), and a 25% headroom. It also states the return values (recommended wattage and DC current). This is good transparency for a calculator tool, though it could mention if any default assumptions are made about inverter efficiency.

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?

The description is extremely concise: two sentences, no wasted words. It front-loads the purpose and immediately follows with behavioral details. Every sentence earns its place.

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?

With 100% schema coverage and no output schema, the description adequately covers inputs and outputs. It explains the main calculation factors (surge, headroom) and what is returned (wattage, current). However, it does not mention edge cases or failure modes (e.g., invalid voltage), which would push it to 5.

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

Parameters4/5

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

Schema coverage is 100% (baseline 3). The description adds significant value beyond the schema by explaining how parameters are used: 'Accounts for continuous power, startup surge power... includes a 25% headroom'. This gives the AI agent meaningful context about the calculation logic.

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 verb 'Calculate' and the resource 'inverter size', and specifies the context: 'running AC loads from a DC battery system'. This distinguishes it from sibling tools like calculate_battery_bank or calculate_solar_size, which have different purposes.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool versus its siblings. For example, it doesn't state that this should be used after determining battery capacity or solar size. The tool's purpose is understandable from context, but the lack of explicit usage hints limits its helpfulness for an AI agent.

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