CMR Model Context Protocol

get_datasets

Retrieve datasets from NASA's CMR by specifying keywords, date ranges, and DAAC. Supports precise searches for Earth science data using the CMR Model Context Protocol.

Instructions

Get a list of datasets form CMR based on keywords.

Args: startdate: (Optional) Start date of search request (like "2002" or "2022-03-22") stopdate: (Optional) Stop date of search request (like "2002" or "2022-03-22") daac: the daac to search, e.g. NSIDC or PODAAC keywords: A list of keyword arguments to search collections for.

Input Schema

NameRequiredDescriptionDefault
daacNo
keywordNo
startdateNo
stopdateNo

Input Schema (JSON Schema)

{ "properties": { "daac": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Daac" }, "keyword": { "default": null, "title": "Keyword", "type": "string" }, "startdate": { "default": null, "title": "Startdate", "type": "string" }, "stopdate": { "default": null, "title": "Stopdate", "type": "string" } }, "title": "get_datasetsArguments", "type": "object" }

You must be authenticated.

Other Tools from CMR Model Context Protocol

Related Tools

ID: 94hgb7yerd