Skip to main content
Glama

Dataset By Doi

dataset_by_doi
Read-onlyIdempotent

Full metadata for one PANGAEA dataset by DOI (e.g. "10.1594/PANGAEA.921708" or the doi.org URL).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doiYesPANGAEA DOI, e.g. "10.1594/PANGAEA.921708".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hitsNo
tookNo
_shardsNo
timed_outNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / doi / description
      Added value: +"PANGAEA DOI, e.g. \"10.1594/PANGAEA.921708\"."
  2. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, covering the safety profile. The description adds useful context about accepting either a bare DOI or a doi.org URL, but does not disclose other behavioral traits like rate limits or error handling. With annotations present, this is adequate.

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 a single, efficient sentence with no filler. It is front-loaded with the key action and resource, making it easy to parse quickly.

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?

The tool is simple with one parameter, comprehensive annotations, and an output schema available. The description fully covers what an agent needs to know for invocation and expected results; no additional context is required.

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

Parameters4/5

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

The schema already describes the `doi` parameter with 100% coverage and an example. The description adds extra meaning by noting that a doi.org URL is also accepted, which is not stated in the schema. This enrichment justifies a score above 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 clearly states the tool's function: retrieving full metadata for one PANGAEA dataset. It specifies the method (by DOI) and the scope (one dataset), distinguishing it from sibling tools like `dataset` or `search` that may operate differently.

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 clearly implies when to use the tool: when you have a specific PANGAEA DOI. It does not explicitly mention alternatives or exclusions, but the context is clear enough for an agent to select it over broader search tools.

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.