Skip to main content
Glama
tresor4k

macalc

calculate_solar_panel_output

Estimate solar panel daily and yearly energy output using system size, latitude, panel orientation, and shading. Use for solar installation sizing.

Instructions

Estimate solar panel daily and yearly energy output by location and system size. Use for solar installation sizing. Inputs: kW capacity, latitude, panel orientation, shading %. Returns kWh/day and kWh/year. See list_bundles for related 'energie' calculators.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
panel_watt_peakYesTotal peak power of the installation in Watts (Wp)
area_m2NoPanel surface area in m2 (optional, informational)
hours_sun_per_dayNoAverage peak sun hours per day (default 4)
efficiency_loss_pctNoSystem efficiency loss percentage (default 15%)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoComputed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools).
formulaNoHuman-readable formula or method used (e.g. "I=P·r·t", "Magnus formula").
sourceNoAuthoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21").
reference_urlNoLink to a calcul2 page documenting the calculation in detail.
Behavior1/5

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

The description lists inputs like 'kW capacity, latitude, panel orientation, shading %' that do not match the input schema parameters (panel_watt_peak, area_m2, hours_sun_per_day, efficiency_loss_pct). This is misleading and contradicts the schema, providing no accurate behavioral transparency. No annotations are present to compensate.

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

Conciseness2/5

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

The description is concise (4 sentences), but it includes inaccurate information about inputs. The structure is logical (purpose, usage, inputs, related tools) but the inaccuracies undermine its effectiveness. It could be concise and correct, but it is not.

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

Completeness1/5

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

Despite the context indicating an output schema exists, the description's claim of 'Returns kWh/day and kWh/year' is incomplete without mentioning other potential outputs or assumptions. The mismatch between described and actual inputs makes the description incomplete for proper tool usage.

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

Parameters1/5

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

The input schema has 100% description coverage for its parameters, so the description should add minimal value. However, the description's parameter list (e.g., latitude, orientation) is entirely different from the schema, causing confusion. It does not clarify or enhance understanding of the actual parameters.

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 estimates solar panel daily and yearly energy output by location and system size, with a specific verb 'estimate' and resource 'solar panel energy output'. It also indicates the use case 'solar installation sizing', distinguishing it from other calculator tools.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool ('solar installation sizing') and directs users to related 'energie' calculators via list_bundles. However, it does not explicitly exclude alternatives or mention when not to use it, such as differentiating from the sibling tool 'calculate_solar_roi'.

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/tresor4k/macalc-mcp'

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