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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum 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. | |
| query | Yes | ||
| cursor | No | Pagination 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. | |
| fields | No | ||
| scheme | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status of the tool execution | |
| keywords | No | List of matched KMS terms | |
| total_hits | No | Total number of matching items | |
| next_cursor | No | Pagination token for the next page; None when no more results | |
| error_message | No | Error details when status is error |