Skip to main content
Glama

carbon-fyi

Carbon price history

get_price_history
Read-only

Daily-averaged historical price series. This archive exists only because carbon.fyi records it three times a day: no upstream API serves a historical carbon price series, so these observations cannot be obtained anywhere else and cannot be re-derived. Check seriesStartsAt in the response — the archive began on 2026-08-27, so early windows are necessarily short.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNorestrict to one category or class name (exact match, as returned by get_carbon_prices); omit for all
daysNolook-back window in days (default 90)
kindYeswhich price source: marketplace category medians, or Klima carbon-class spot prices

TDQS

A4/5.0
Behavior5/5

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

The description adds substantial behavioral context beyond the read-only annotation: the archive is populated three times a day, the series is daily-averaged, the archive starts on 2026-08-27, and callers should check seriesStartsAt because early windows are short. This discloses data limitations and response expectations that annotations alone do not convey.

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 compact and front-loaded with the core definition, followed by rationale and an operational caution. Each sentence earns its place with no filler or repetition of schema content.

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 tool with no output schema, it usefully reveals the response contains seriesStartsAt and that returned windows can be short. It could go further by describing the shape of the observations themselves, but the essentials for invoking and interpreting the archive are present.

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?

Schema description coverage is 100%, so the schema already documents key, days, and kind thoroughly. The description itself adds only contextual value about daily averaging and archive start date, not new parameter-level meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource as a daily-averaged historical carbon price series and marks it as unique because it cannot be re-derived or obtained elsewhere. It lacks an explicit imperative verb in prose, but the tool name plus the noun-phrase makes the action unambiguous and distinguishes it from the current-price sibling tools.

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 it – whenever a historical carbon price series is needed, since no upstream API provides one. However, it does not explicitly state when not to use it or name an alternative such as get_carbon_prices for current prices.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation4/5

Each tool has a generally distinct purpose, but get_market_summary includes a current price table that overlaps with get_carbon_prices. The descriptions mitigate this by clarifying that get_market_summary is for orientation while get_carbon_prices provides detailed price data from two non-comparable sources.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get_carbon_prices, get_market_summary, get_price_history, get_story, list_sources, and search_news. The naming is predictable and clearly indicates the returned resource.

Tool Count5/5

Six tools is a well-scoped size for a carbon market data and news retrieval server. Each tool covers a distinct need without unnecessary redundancy or bloat.

Completeness5/5

The tool surface covers the core read-only workflows: current prices, historical prices, market orientation, news search, story retrieval by id, and source coverage discovery. The workflows connect naturally, e.g., get_market_summary provides tags for search_news, and search_news results can be followed by get_story.

Resources