Skip to main content
Glama

Search

search
Read-onlyIdempotent

Full-text search of PANGAEA earth/environmental science datasets (oceanography, climate, geology, biology, paleo). Returns dataset title, DOI, authors, year, and topics. Use for questions like "ocean temperature datasets", "Arctic sea ice cores", "CO2 flux measurements".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoOffset for pagination (default 0).
sizeNoResults to return (default 20, max 50).
queryNoFree-text search, e.g. "ocean temperature", "Arctic sea ice". Omit to browse everything.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hitsNoSearch hits container
tookNoTime in milliseconds for the search
_shardsNoShard information
timed_outNoWhether the search timed out

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / examples
      Previous value: -[
      -  {
      -    "q": "climate change temperature"
      -  },
      -  {
      -    "from": 0,
      -    "q": "ocean salinity",
      -    "size": 20
      -  }
      -]New value: +[
      +  {},
      +  {
      +    "from": 0,
      +    "size": 20
      +  }
      +]
  2. Changed4 schema fields changed
    • addedInput schema / properties / from / description
      Added value: +"Offset for pagination (default 0)."
    • removedInput schema / properties / q
      Removed value: -{
      -  "type": "string"
      -}
    • addedInput schema / properties / query
      Added value: +{
      +  "description": "Free-text search, e.g. \"ocean temperature\", \"Arctic sea ice\". Omit to browse everything.",
      +  "type": "string"
      +}
    • addedInput schema / properties / size / description
      Added value: +"Results to return (default 20, max 50)."
  3. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds context about the domain and return fields, but does not provide additional behavioral traits beyond what annotations already convey, so it does not significantly raise the transparency bar.

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 two sentences, front-loaded with the core purpose, and contains only useful details like domain scope, returned fields, and example queries. There is no fluff or redundancy.

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?

For a simple tool with full schema coverage, rich annotations, and an output schema, the description adequately covers what the tool does, what it returns, and when to use it. It is complete enough for an agent to select and invoke the tool correctly.

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 descriptions cover 100% of the parameters, so the schema already documents from, size, and query. The description's example queries add no semantics beyond the schema's own examples, so it does not meaningfully compensate or augment parameter understanding.

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 states a specific verb and resource: full-text search of PANGAEA earth/environmental science datasets, and lists the returned fields. It is specific and distinct from a generic search, but it does not explicitly distinguish itself from sibling tools like search_within or facets.

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 provides concrete examples of when to use the tool ('Use for questions like "ocean temperature datasets"...') and defines the domain scope. It gives clear context for usage but does not mention exclusions or alternatives relative to sibling 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.