Skip to main content
Glama
idss-mesa

neon-mcp

by idss-mesa

List NEON data releases

neon_list_releases
Read-onlyIdempotent

List NEON data releases newest first, with generation dates, product counts, and per-product DOIs. Identify immutable releases and provisional newer data before retrieving specific products.

Instructions

All NEON data releases (RELEASE-2021 ... RELEASE-2026 today), newest first, with generation dates, product counts and manifest artifacts. Releases are immutable and carry per-product DOIs; newer data are PROVISIONAL. Next: call neon_get_release for one release's products and DOIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_artifact_urlsNoInclude signed manifest URLs (large, expire in 7 days).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
itemsYes
notesNo
sourceNo
resolvedNo
nextStepsNo
latestReleaseNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint/openWorldHint/idempotentHint, and the description adds value by disclosing that releases are immutable, carry per-product DOIs, newer data are PROVISIONAL, and manifest URLs expire (also in schema). 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 with no filler: purpose and ordering come first, key properties and caveats second, and the logical follow-up call last. Each clause adds information that helps selection or invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With a single optional parameter, rich annotations, and an output schema present, the description covers what the tool returns and how it relates to sibling tools. Nothing needed for correct invocation is missing.

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?

There is only one optional parameter and the schema describes it fully (include signed manifest URLs, large, expire in 7 days). The description mentions manifest artifacts, but the parameter semantics are carried by the schema, so the description adds no essential parameter-level detail beyond the baseline.

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 names the specific operation ('List NEON data releases'), states the scope ('All ... newest first'), and lists the key returned attributes (generation dates, product counts, manifest artifacts). It also distinguishes itself from the sibling neon_get_release, which covers one release's products and DOIs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly points the agent to the next appropriate tool ('Next: call neon_get_release for one release's products and DOIs'), making the boundary between list-all and get-one clear. The mention of immutability and provisional data also hints at when release metadata is stable.

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