Skip to main content
Glama

CMR Model Context Protocol

Official
by podaac

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" }
Install Server

Other Tools from CMR Model Context Protocol

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/podaac/cmr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server