Skip to main content
Glama

get_keywords

Discover official Earthdata vocabulary (like 'ATMOSPHERIC WATER VAPOR') directly from NASA's Keyword Management System (KMS). Use this to find the exact preferred labels to construct successful get_collections searches.

Key fields in each returned item:

  • prefLabel: The preferred label to use in searches

  • uuid: The KMS concept UUID

  • definition: Context and expanded acronyms

  • scheme: The vocabulary scheme (e.g. sciencekeywords, platforms)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter.
queryYes
cursorNoPagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor.
fieldsNo
schemeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesStatus of the tool execution
keywordsNoList of matched KMS terms
total_hitsNoTotal number of matching items
next_cursorNoPagination token for the next page; None when no more results
error_messageNoError details when status is error

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

No annotations, so the description carries full behavioral burden. It usefully explains the returned structure and confirms a read-only discovery character, but says nothing about ranking, matching behavior, or how broad a 'query' should be. A solid but not rich disclosure for a no-annotation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Opens with the core purpose sentence, then a clean field glossary. Well front-loaded, though the field list duplicates what an output schema already encodes, so a small amount is non-essential.

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?

Since an output schema exists, the description needn't explain return values, yet it helpfully glosses key fields to interpret them. Combined with the sibling routing note, it is nearly complete; only the vague query/fields semantics leave an agent with a minor open question.

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 40%: limit and cursor are well-documented in the schema, but query, fields, and scheme have no schema descriptions. The description covers query indirectly via the 'exact preferred labels' framing and names scheme values (sciencekeywords, platforms), partially compensating, yet fields and query syntax remain unexplained.

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?

States a specific verb+resource ('Discover official Earthdata vocabulary... from NASA's Keyword Management System'), names the exact system behind it, and explicitly distinguishes its role relative to a sibling ('to construct successful get_collections searches').

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?

Gives clear intended context (finding exact preferred labels before searching) and points to the related get_collections search. Contains no explicit when-not-to-use framing or query-scoping caveats that belong to this workflow.

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.

Resources