Skip to main content
Glama
hpguru123

Sunsynk Solar MCP Server

by hpguru123

Read inverter settings

sunsynk_inverter_settings
Read-only

Retrieve Sunsynk inverter settings including work mode, time-of-use slots, SOC targets, grid charge, battery limits, and export limits. Read-only access for monitoring configuration.

Instructions

Read (not change) the inverter's configuration: work mode, time-of-use slots and SOC targets, grid charge settings, battery limits, export limits etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snNoInverter serial number; omit for the first inverter

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description reinforces it with '(not change)' while adding scope about which settings are read. It does not go further to describe return format, permissions, or external behavior, but for a read-only settings tool this is acceptable given the annotation.

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?

One tight, front-loaded sentence. It opens with the critical 'Read (not change)' qualifier and then lists the settings scope without filler or repetition.

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?

For a simple one-parameter, read-only tool, the description plus complete schema coverage is mostly sufficient. The main gaps are that no explicit sibling routing is provided and there is no output schema, so the exact return format is unspecified; however, the listed categories give an agent enough context to call the tool correctly.

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?

The single parameter 'sn' is fully documented in the schema, including the important 'omit for the first inverter' behavior. The description adds no additional parameter-level detail, so the baseline score of 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 uses a specific verb ('Read'), explicitly disambiguates from mutation ('not change'), and names the exact resource: the inverter's configuration. It further enumerates concrete settings categories, which clearly separates it from siblings like live_status, power_flow, or energy_history.

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?

The description implies when to use the tool: when the agent needs inverter configuration such as work mode, SOC targets, or battery limits. However, it does not explicitly name sibling alternatives or state when not to use this tool, leaving some routing decisions to inference.

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