Skip to main content
Glama
hoodsy

solarnetwork-mcp

by hoodsy

Meter reading over a period

get_meter_reading
Read-only

Compute energy consumption or generation between two node-local dates, showing the difference and raw readings for each source.

Instructions

How much energy (or any accumulating meter property, e.g. wattHours) was used or generated between two node-local dates? Computes a meter-style difference between readings nearest the period boundaries — the natural fit for 'total for June'. Each row shows the difference plus the _start/_end raw readings; only sources with accumulating properties appear.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesSolarNetwork node ID (public demo node: 108)
endDateYesNode-local end, exclusive
sourceIdNoSingle source ID; omit to get one reading per source that has accumulating properties
startDateYesNode-local start, inclusive (YYYY-MM-DD or YYYY-MM-DDTHH:mm)
Behavior4/5

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

Goes beyond readOnlyHint and openWorldHint by explaining the nearest-reading computation, inclusion of _start/_end readings, and that only accumulating properties appear, providing valuable behavioral insights.

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

Conciseness4/5

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

Packs significant detail into a single paragraph; efficient but could benefit from bullet points for quick scanning.

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?

Covers key aspects: computation logic, output structure, and source filtering, but omits details on result limits, error handling, or timezone specifics given the absence of output schema.

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

Parameters5/5

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

Adds meaningful context beyond schema: node-local dates, inclusive/exclusive boundaries, example demo node ID, and behavior when sourceId is omitted, fully compensating for high schema coverage.

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 it computes a meter-style difference for accumulating properties over a date range, distinguishing it from siblings like query_datum or get_latest by focusing on totals for a period.

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 gives context (e.g., 'natural fit for total for June') but does not explicitly compare to siblings or state when not to use it, leaving some ambiguity.

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/hoodsy/solarnetwork-mcp'

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