Skip to main content
Glama
datakytkin

suomi-mcp

by datakytkin

Hae pörssisähkön hinta

hae_porssisahko
Read-onlyIdempotent

Retrieve Finnish spot electricity hourly prices: current price, next hours, and the day's cheapest and most expensive hour. Prices in c/kWh including VAT.

Instructions

Hakee Suomen pörssisähkön (spot) tuntihinnat: hinta nyt, seuraavat tunnit sekä vuorokauden halvin ja kallein tunti. Hinnat c/kWh, sisältävät ALV 25,5 %. Lähde: porssisahko.net (avoin, ei API-avainta).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tunnitNoKuinka monta tulevaa tuntia listataan (oletus 12, max 48).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.4.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable context: data source (porssisahko.net), no authentication, unit/VAT details, and specific data points returned. No contradiction with annotations.

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 concise sentences with no redundancy. The core purpose is front-loaded, followed by output specifics and source. 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?

Given the simple one-parameter tool and no output schema, the description adequately explains the returned data (current, next hours, min/max, units, VAT). It doesn't specify the exact output format, but that is not critical for selection and invocation.

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 sole parameter 'tunnit' is fully described in the schema (default 12, max 48). The description mentions 'next hours' but adds no new meaning beyond the schema. With 100% schema coverage, 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 fetches Finnish exchange electricity spot hourly prices, including current, next hours, and daily min/max, with units (c/kWh) and VAT. This distinguishes it from all sibling tools (weather, procurement, company data).

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 implies usage (need electricity prices) and mentions the source is open with no API key, providing context. It does not explicitly name alternatives or exclusions, but sibling tools cover unrelated domains, so differentiation is inherent.

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