Skip to main content
Glama

carbon-fyi

Search VCM news

search_news
Read-only

Search carbon.fyi's curated voluntary carbon market story archive. Each story is an editorially clustered summary of one development, written from one or more original reports, and always carries the original source name and URL. Supply at least one filter; results are newest-first. Use get_market_summary first if you do not know what tags or date range to ask for.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNorestrict to one story category
limitNomax stories to return (default 20, ceiling 50)
queryNocase-insensitive text match against headline and summary, e.g. 'Verra' or 'biochar'
sinceNoonly stories first published on or after this UTC day

TDQS

A4/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true and openWorldHint=false. The description adds useful behavioral context: stories are editorially clustered summaries, always carry source name and URL, results are newest-first, and at least one filter is required. 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?

Three sentences pack the core purpose, data characteristics, ordering behavior, filter requirement, and a routing hint with no fillter. The most decision-relevant information is front-loaded.

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 read-only search tool with well-documented parameters and no output schema, the description covers the key facts an agent needs: what is searched, what a story contains, the filter requirement, ordering, and how to discover tags/date ranges. It does not enumerate all returned fields, but enough is conveyed.

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 coverage is 100%, so the schema carries most parameter meaning. The description adds the cross-parameter rule that at least one filter must be supplied, which is valuable, but it does not add individual parameter details beyond the schema.

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 a specific action and resource: searching carbon.fyi's curated voluntary carbon market story archive. It explains what a story is, but it does not explicitly distinguish this search tool from sibling get_story or list_sources, so it is clear without direct sibling differentiation.

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 explicit usage context: supply at least one filter, expect newest-first results, and call get_market_summary first if tags or date range are unknown. It names an alternative for discovery but does not fully spell out when not to use this tool versus every sibling.

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