{
  "info": {
    "name": "Nasa — mcp.ai",
    "description": "REST API for the Nasa MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/nasa",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "nasa_browse_neo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/browse/neo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "browse",
            "neo"
          ]
        },
        "description": "Browse the complete NASA near-Earth object (asteroid) dataset with pagination support. Returns comprehensive asteroid data including orbital parameters, estimated diameters, close approach events, and",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"size\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_create_graph_request",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/graph/request",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "graph",
            "request"
          ]
        },
        "description": "Tool to create orbital and position graphs for NASA satellites using the Satellite Situation Center (SSC) web service. Use when you need to visualize satellite trajectories, orbits, or positions over ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"satellites\": \"\",\n  \"description\": \"\",\n  \"graph_options\": {},\n  \"time_interval\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_delete_association",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/association",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "association"
          ]
        },
        "description": "Tool to delete an existing association between concepts in NASA's Common Metadata Repository. Use when you need to remove relationships between collections, services, tools, or other CMR resources. Re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\",\n  \"associatedConceptId\": \"\",\n  \"associatedConceptIds\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_delete_cmr_acl",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/cmr/acl",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "cmr",
            "acl"
          ]
        },
        "description": "Tool to delete an Access Control List (ACL) from NASA's Common Metadata Repository. Use when you need to remove access controls for a specific CMR resource. Requires appropriate permissions to delete ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_download_citation_document",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/citation/document",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "citation",
            "document"
          ]
        },
        "description": "Downloads a document file from a NASA NTRS (NASA Technical Reports Server) citation. Use this when you need to retrieve PDF or other document files associated with a specific citation ID. Supports par",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0,\n  \"range\": \"\",\n  \"filename\": \"\",\n  \"attachment\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_agage_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/agage/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "agage",
            "data"
          ]
        },
        "description": "Tool to retrieve information about AGAGE (Advanced Global Atmospheric Gases Experiment) data files. Returns paginated results (40 files per page) with detailed metadata including compound names, stati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"order\": \"\",\n  \"station\": \"\",\n  \"version\": \"\",\n  \"compound\": \"\",\n  \"max_date\": \"\",\n  \"min_date\": \"\",\n  \"instrument\": \"\",\n  \"recommended\": false,\n  \"product_type\": \"\",\n  \"data_frequency\": \"\",\n  \"order_direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_agage_data_by_file_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/agage/data/by/file/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "agage",
            "data",
            "by",
            "file",
            "name"
          ]
        },
        "description": "Search for AGAGE (Advanced Global Atmospheric Gases Experiment) data files by file name. Returns detailed metadata about matching files including compound information, station details, temporal covera",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"file_name\": \"\",\n  \"match_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_agage_data_json_for_graph",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/agage/data/json/for/graph",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "agage",
            "data",
            "json",
            "for",
            "graph"
          ]
        },
        "description": "Retrieve AGAGE atmospheric composition data in JSON format optimized for graphing. Returns time series data including O3_Number_Density and other trace gas measurements with start/stop dates. Use this",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_agage_data_versions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/agage/data/versions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "agage",
            "data",
            "versions"
          ]
        },
        "description": "Tool to retrieve information on all AGAGE (Advanced Global Atmospheric Gases Experiment) data versions. Use when you need version details, DOIs, citations, or descriptions for the NASA AGAGE dataset a",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_apod",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/apod",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "apod"
          ]
        },
        "description": "Retrieves NASA's Astronomy Picture of the Day (APOD) for a specified date or today. Returns image/video URL, title, explanation, and metadata including copyright and high-resolution URLs when availabl",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"hd\": false,\n  \"date\": \"\",\n  \"api_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_citation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/citation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "citation"
          ]
        },
        "description": "Tool to retrieve detailed citation information from NASA Technical Reports Server (NTRS) by citation ID. Use when you need complete metadata for a specific NASA scientific or technical document, inclu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_citation_downloads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/citation/downloads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "citation",
            "downloads"
          ]
        },
        "description": "Tool to retrieve all available download links for a NASA technical report or publication by citation ID. Use this when you need to access PDFs, abstracts, or other documents associated with a NASA cit",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_citation_revision_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/citation/revision/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "citation",
            "revision",
            "id"
          ]
        },
        "description": "Tool to retrieve citation revision IDs from NASA Common Metadata Repository (CMR) GraphQL API. Use when you need to track version/revision numbers of citation records in the CMR system. Returns citati",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"concept_id\": \"\",\n  \"provider_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_citations_autocomplete",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/citations/autocomplete",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "citations",
            "autocomplete"
          ]
        },
        "description": "Tool to get autocomplete suggestions from NASA NTRS (Technical Reports Server) citations. Use when you need to search for partial matches in citation fields like author names, titles, subjects, or abs",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"field\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_citations_redistributions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/citations/redistributions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "citations",
            "redistributions"
          ]
        },
        "description": "Tool to retrieve redistributed citations from NASA's Technical Reports Server (NTRS). Use when you need to access information about citations that have been redistributed, including dates and distribu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": {},\n  \"redistributedDate\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_cmr_collections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cmr/collections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cmr",
            "collections"
          ]
        },
        "description": "Tool to retrieve collections from the Common Metadata Repository (CMR). Use when you need to search NASA science data collections by spatial, temporal, or metadata filters. Call after confirming searc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"circle\": \"\",\n  \"keyword\": \"\",\n  \"polygon\": \"\",\n  \"version\": \"\",\n  \"page_num\": 0,\n  \"platform\": \"\",\n  \"provider\": \"\",\n  \"temporal\": \"\",\n  \"page_size\": 0,\n  \"concept_id\": \"\",\n  \"instrument\": \"\",\n  \"short_name\": \"\",\n  \"bounding_box\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_cmr_granules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/cmr/granules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "cmr",
            "granules"
          ]
        },
        "description": "Search for data granules in NASA's Common Metadata Repository (CMR). Granules are individual data files within a collection. REQUIRED: Specify at least one collection identifier (concept_id, provider,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"version\": \"\",\n  \"page_num\": 0,\n  \"provider\": \"\",\n  \"temporal\": \"\",\n  \"page_size\": 0,\n  \"concept_id\": \"\",\n  \"short_name\": \"\",\n  \"bounding_box\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_compounds",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/compounds",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "compounds"
          ]
        },
        "description": "Tool to retrieve information on all data compounds available in NASA's AGAGE (Advanced Global Atmospheric Gases Experiment) API. Use when you need to discover available chemical compounds, their ident",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_data_by_file_name",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/by/file/name",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "by",
            "file",
            "name"
          ]
        },
        "description": "Get information about specific TOLNet (Tropospheric Ozone Lidar Network) data files by file name. This tool searches the TOLNet database for lidar data files and returns detailed metadata including te",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"file_name\": \"\",\n  \"match_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_data_download",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/download",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "download"
          ]
        },
        "description": "Download AGAGE (Advanced Global Atmospheric Gases Experiment) data files by ID. Accepts up to 35 comma-separated data IDs in a single request. Returns the requested data file(s) as a downloadable bina",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_data_frequencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/frequencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "frequencies"
          ]
        },
        "description": "Retrieves all available data frequency options from NASA's AGAGE (Advanced Global Atmospheric Gases Experiment) mission. Data frequencies define the measurement intervals for atmospheric data collecti",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_data_json",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/json",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "json"
          ]
        },
        "description": "Tool to retrieve JSON versions of TOLNet (Tropospheric Ozone Lidar Network) data by ID. Use when you need to access hi-res TOLNet measurement data in JSON format.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_data_json_for_graph",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/data/json/for/graph",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "data",
            "json",
            "for",
            "graph"
          ]
        },
        "description": "Tool to retrieve JSON versions of TOLNet data including O3_Number_Density (ozone mixing ratio) and temporal boundaries. Use when you need TOLNet lidar ozone measurements with altitude profiles, start/",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_document",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/document",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "document"
          ]
        },
        "description": "Tool to retrieve metadata for a single TOLNet (Tropospheric Ozone Lidar Network) document by ID. Use when you need information about a document such as its name, author, type, dates, and access visibi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_document_download",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/document/download",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "document",
            "download"
          ]
        },
        "description": "Download a single TOLNet (Tropospheric Ozone Lidar Network) document by ID. Returns the document as a PDF file. Use when you need to retrieve a specific TOLNet document for analysis or storage.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "documents"
          ]
        },
        "description": "Tool to retrieve document information from NASA's TOLNet (Tropospheric Ozone Lidar Network) archive. Use when you need to search or browse TOLNet documents with filtering by type, keywords, or sorting",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"page\": 0,\n  \"type\": \"\",\n  \"order\": \"\",\n  \"order_direction\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_cme",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/cme",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "cme"
          ]
        },
        "description": "Tool to retrieve Coronal Mass Ejection (CME) data from NASA's DONKI database. Use when you need detailed information about solar CME events including their speed, direction, source location, instrumen",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_cme_analysis",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/cme/analysis",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "cme",
            "analysis"
          ]
        },
        "description": "Tool to retrieve Coronal Mass Ejection (CME) analysis data from NASA's DONKI (Database Of Notifications, Knowledge, Information) system. Use when you need detailed CME analysis including speed, trajec",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"speed\": 0,\n  \"catalog\": \"\",\n  \"endDate\": \"\",\n  \"halfAngle\": 0,\n  \"startDate\": \"\",\n  \"mostAccurateOnly\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_gst",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/gst",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "gst"
          ]
        },
        "description": "Tool to retrieve Geomagnetic Storm (GST) data from NASA's Space Weather Database Of Notifications, Knowledge, Information (DONKI). Returns detailed storm events including Kp index time-series data, st",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_hss",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/hss",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "hss"
          ]
        },
        "description": "Tool to retrieve High Speed Stream (HSS) data from NASA's DONKI space weather database. Use when you need information about solar wind high-speed streams that can cause geomagnetic activity. Returns H",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_ips",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/ips",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "ips"
          ]
        },
        "description": "Tool to retrieve Interplanetary Shock (IPS) data from NASA's DONKI space weather database. Use when you need information about shock waves traveling through interplanetary space, typically caused by C",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"catalog\": \"\",\n  \"endDate\": \"\",\n  \"location\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_mpc",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/mpc",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "mpc"
          ]
        },
        "description": "Tool to retrieve Magnetopause Crossing (MPC) events from NASA's DONKI space weather database. Use when you need data about spacecraft crossings of Earth's magnetopause boundary, including detection in",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_notifications",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/notifications",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "notifications"
          ]
        },
        "description": "Tool to retrieve space weather notifications from NASA's DONKI (Space Weather Database Of Notifications, Knowledge, Information). Returns alerts, watches, and advisories for various space weather even",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_rbe",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/rbe",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "rbe"
          ]
        },
        "description": "Retrieves Radiation Belt Enhancement (RBE) events from NASA's DONKI Space Weather Database. Returns event details including detection instruments, timestamps, related activities, and notification aler",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"api_key\": \"\",\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_sep",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/sep",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "sep"
          ]
        },
        "description": "Get Solar Energetic Particle (SEP) events from NASA's DONKI space weather database. Returns detailed information about SEP events including detection instruments, linked solar events (flares, CMEs), n",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_solar_flares",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/solar/flares",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "solar",
            "flares"
          ]
        },
        "description": "Tool to retrieve Solar Flare (FLR) events from NASA's DONKI (Space Weather Database Of Notifications, Knowledge, Information). Use when you need data about solar flares including their classification ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_donki_wsa_enlil",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/donki/wsa/enlil",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "donki",
            "wsa",
            "enlil"
          ]
        },
        "description": "Retrieve WSA-ENLIL solar wind model simulation data from NASA's DONKI system. Returns simulations modeling interplanetary CME propagation with predicted Earth impacts, shock arrival times, and Kp indi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"endDate\": \"\",\n  \"startDate\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_categories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/categories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "categories"
          ]
        },
        "description": "Tool to retrieve a list of all event categories from EONET. Use when you need current category IDs, titles, descriptions, and info links. Note: category IDs are EONET-specific and do not map to CMR (C",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_category_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/category/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "category",
            "events"
          ]
        },
        "description": "Tool to retrieve natural events filtered by a specific category from NASA's EONET. Use when you need events for a specific category like wildfires, volcanoes, or severe storms.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"days\": 0,\n  \"limit\": 0,\n  \"start\": \"\",\n  \"source\": \"\",\n  \"status\": \"\",\n  \"category_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_event",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/event",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "event"
          ]
        },
        "description": "Tool to retrieve a specific natural event by its unique ID from NASA's Earth Observatory Natural Event Tracker (EONET). Use when you need detailed information about a particular wildfire, storm, flood",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"event_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "events"
          ]
        },
        "description": "Tool to retrieve natural events from NASA's Earth Observatory Natural Event Tracker (EONET). Use when you need structured JSON data about wildfires, storms, floods, volcanoes, earthquakes, and other n",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"bbox\": \"\",\n  \"days\": 0,\n  \"limit\": 0,\n  \"magID\": \"\",\n  \"start\": \"\",\n  \"magMax\": 0,\n  \"magMin\": 0,\n  \"source\": \"\",\n  \"status\": \"\",\n  \"category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_events_atom",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/events/atom",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "events",
            "atom"
          ]
        },
        "description": "Tool to retrieve a list of natural events in ATOM format. Use when you need a machine-readable XML feed of recent natural events from EONET.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"bbox\": \"\",\n  \"days\": 0,\n  \"limit\": 0,\n  \"start\": \"\",\n  \"magMax\": 0,\n  \"magMin\": 0,\n  \"mag_id\": \"\",\n  \"source\": \"\",\n  \"status\": \"\",\n  \"category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_events_geojson",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/events/geojson",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "events",
            "geojson"
          ]
        },
        "description": "Tool to retrieve natural events from NASA's Earth Observatory Natural Event Tracker (EONET) in GeoJSON format. Use when you need geographic event data in GeoJSON format for mapping applications or GIS",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"bbox\": \"\",\n  \"days\": 0,\n  \"limit\": 0,\n  \"start\": \"\",\n  \"source\": \"\",\n  \"status\": \"\",\n  \"category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_events_rss",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/events/rss",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "events",
            "rss"
          ]
        },
        "description": "Retrieve natural events from NASA's Earth Observatory Natural Event Tracker (EONET) in RSS/GeoRSS XML format. This tool provides a standardized RSS 2.0 feed with GeoRSS extensions, ideal for RSS reade",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"days\": 0,\n  \"limit\": 0,\n  \"source\": \"\",\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_layers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/layers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "layers"
          ]
        },
        "description": "Retrieves NASA EONET imagery layers for visualizing natural events. Returns web map service (WMS/WMTS) layer definitions that can be used to display satellite imagery related to events like wildfires,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"category\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_magnitudes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/magnitudes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "magnitudes"
          ]
        },
        "description": "Tool to retrieve a list of available event magnitudes and their descriptions. Use after determining you need valid magnitude filters before querying events data.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_eonet_sources",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/eonet/sources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "eonet",
            "sources"
          ]
        },
        "description": "Retrieves the complete list of event data sources available in NASA's EONET (Earth Observatory Natural Event Tracker) system. Each source provides natural event data such as wildfires, volcanoes, hurr",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_aerosol",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/aerosol",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "aerosol"
          ]
        },
        "description": "Tool to retrieve metadata for the most recent aerosol index imagery from NASA's DSCOVR EPIC camera. Returns detailed metadata including image identifiers, capture dates, spacecraft positions, and geog",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_aerosol_date",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/aerosol/date",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "aerosol",
            "date"
          ]
        },
        "description": "Retrieves metadata for aerosol index imagery from NASA's EPIC camera for a specific date. Returns a list of images with detailed positional data including satellite, lunar, and solar positions in J200",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_cloud",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/cloud",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "cloud"
          ]
        },
        "description": "Retrieve metadata for the most recent cloud fraction imagery from NASA's DSCOVR EPIC camera. Returns an array of image metadata including capture timestamps, geographical coordinates, spacecraft posit",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_cloud_date",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/cloud/date",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "cloud",
            "date"
          ]
        },
        "description": "Get metadata for cloud fraction imagery from DSCOVR EPIC camera for a specific date. Returns satellite position, Earth coordinates, attitude data, and image identifiers for cloud fraction observations",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_enhanced",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/enhanced",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "enhanced"
          ]
        },
        "description": "Retrieves metadata for the most recent enhanced color Earth imagery from the DSCOVR EPIC camera. Returns satellite position data, coordinates, timestamps, and image identifiers. Use this when you need",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_enhanced_date",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/enhanced/date",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "enhanced",
            "date"
          ]
        },
        "description": "Retrieves metadata for enhanced color Earth imagery from DSCOVR EPIC for a specific date. Returns satellite position data, coordinates, timestamps, and image identifiers for all images captured on the",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_natural",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/natural",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "natural"
          ]
        },
        "description": "Retrieve metadata for the most recent natural color Earth imagery from NASA's DSCOVR EPIC camera. Returns an array of image metadata including capture timestamps, geographical coordinates, spacecraft ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"api_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_epic_natural_date",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/epic/natural/date",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "epic",
            "natural",
            "date"
          ]
        },
        "description": "Retrieves metadata for natural color Earth imagery from DSCOVR EPIC for a specific date. Returns image identifiers, capture times, satellite positions, and geographical coordinates for all images capt",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_file_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/file/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "file",
            "types"
          ]
        },
        "description": "Tool to retrieve information on all data file types from NASA's TOLNET API. Use when you need to discover available file type identifiers, names, and descriptions.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_glds_files",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/glds/files",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "glds",
            "files"
          ]
        },
        "description": "Retrieves file metadata from NASA's GeneLab Data System (GLDS) for specified dataset IDs. Returns file listings with download URLs, sizes, categories, and metadata for space biology datasets. Use this",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"size\": 0,\n  \"all_files\": false,\n  \"dataset_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_icesat2_tracks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/icesat2/tracks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "icesat2",
            "tracks"
          ]
        },
        "description": "Retrieves a list of ICESat-2 satellite tracks (Reference Ground Tracks - RGTs) within a specified geographic bounding box. Use this when you need to identify which ICESat-2 tracks pass through a parti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"date\": \"\",\n  \"maxx\": 0,\n  \"maxy\": 0,\n  \"minx\": 0,\n  \"miny\": 0,\n  \"outputFormat\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_image_asset",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/image/asset",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "image",
            "asset"
          ]
        },
        "description": "Retrieve a media asset's manifest from the NASA Image and Video Library, including links to all available sizes and formats. Returns URLs for different image sizes (original, large, medium, small, thu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"nasa_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_image_metadata",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/image/metadata",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "image",
            "metadata"
          ]
        },
        "description": "Retrieve the location URL of a media asset's metadata manifest from the NASA Image and Video Library. Returns the URL to the metadata JSON file containing detailed information including EXIF/camera da",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"api_key\": \"\",\n  \"nasa_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_insight_weather",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/insight/weather",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "insight",
            "weather"
          ]
        },
        "description": "Retrieves Mars weather data from NASA's InSight lander at Elysium Planitia. Returns temperature, wind, and pressure measurements for the last seven available Sols (Martian days). Use this when you nee",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ver\": \"\",\n  \"api_key\": \"\",\n  \"feedtype\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_instruments_groups",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/instruments/groups",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "instruments",
            "groups"
          ]
        },
        "description": "Tool to retrieve information on all instrument groups from NASA's TOLNET API. Use when you need to get instrument group details including IDs, names, descriptions, and Principal Investigators.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_landing_page",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/landing/page",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "landing",
            "page"
          ]
        },
        "description": "Tool to retrieve the NASA STAC API landing page (root endpoint). Use when you need to discover API capabilities, available endpoints, conformance classes, or STAC version information. The landing page",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_level3_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/level3/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "level3",
            "data"
          ]
        },
        "description": "Tool to access ICESat-2 Level-3A product data from OpenAltimetry. Use when you need satellite altimetry measurements for land ice, sea ice, vegetation, ocean surface, or inland water surface heights. ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"maxx\": 0,\n  \"maxy\": 0,\n  \"minx\": 0,\n  \"miny\": 0,\n  \"client\": \"\",\n  \"endDate\": \"\",\n  \"product\": \"\",\n  \"trackId\": 0,\n  \"beamNames\": \"\",\n  \"startDate\": \"\",\n  \"outputFormat\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_mars_rover_photos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/mars/rover/photos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "mars",
            "rover",
            "photos"
          ]
        },
        "description": "Retrieves photos taken by NASA Mars rovers (Perseverance, Curiosity, Opportunity, Spirit) on a specific Martian sol (day). Returns photo metadata including image URLs, camera info, Earth dates, and ro",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"sol\": 0,\n  \"page\": 0,\n  \"camera\": \"\",\n  \"api_key\": \"\",\n  \"rover_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_neo_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/neo/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "neo",
            "lookup"
          ]
        },
        "description": "Lookup a specific asteroid by its NASA SPK-ID. Returns detailed orbital and physical data including estimated diameter, close approach history, and hazard classification. Use when you need comprehensi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"asteroid_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_biospecimen",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/biospecimen",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "biospecimen"
          ]
        },
        "description": "Tool to retrieve detailed information about a specific biospecimen from NASA's Open Science Data Repository (OSDR). Returns comprehensive metadata including specimen type, anatomical section, preserva",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_experiment",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/experiment",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "experiment"
          ]
        },
        "description": "Retrieve detailed information about a specific OSDR (Open Science Data Repository) experiment by its identifier. Returns comprehensive metadata including title, objectives, approach, results, sponsori",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_hardware",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/hardware",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "hardware"
          ]
        },
        "description": "Retrieve detailed information about specific hardware from NASA's Open Science Data Repository (OSDR). Returns comprehensive hardware details including components, version history, and parent relation",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_metadata",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/metadata",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "metadata"
          ]
        },
        "description": "Retrieve complete metadata for an OSDR (Open Science Data Repository) study dataset. Returns experimental design, assays, sample characteristics, ontology references, and publication information for N",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"study_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_mission",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/mission",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "mission"
          ]
        },
        "description": "Retrieve detailed information about a specific space mission from NASA's Open Science Data Repository (OSDR). Returns mission metadata including start/end dates, personnel, vehicle information, and li",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_payload",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/payload",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "payload"
          ]
        },
        "description": "Retrieve detailed metadata for a specific OSDR payload by its identifier. Returns comprehensive information including payload name, description, associated missions, subject groups, personnel, experim",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_subject",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/subject",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "subject"
          ]
        },
        "description": "Retrieve detailed information about a specific subject (biospecimen) from NASA's Open Science Data Repository (OSDR). Returns metadata including scientific name, common name, description, experimental",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_osdr_vehicle",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/osdr/vehicle",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "osdr",
            "vehicle"
          ]
        },
        "description": "Retrieve detailed information about a specific vehicle from NASA's Open Science Data Repository (OSDR). Returns vehicle metadata including associated files, missions, and version information. Use this",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_power_climatology",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/power/climatology",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "power",
            "climatology"
          ]
        },
        "description": "Retrieves long-term climatology data for a specific location from NASA POWER (Prediction Of Worldwide Energy Resources). Returns average values over a climate period, including monthly and annual clim",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"format\": \"\",\n  \"latitude\": 0,\n  \"community\": \"\",\n  \"longitude\": 0,\n  \"parameters\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_power_daily",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/power/daily",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "power",
            "daily"
          ]
        },
        "description": "Retrieves daily average solar and meteorological data from NASA POWER (Prediction Of Worldwide Energy Resources). Returns time-series data for parameters like temperature, solar radiation, wind speed,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"start\": \"\",\n  \"format\": \"\",\n  \"latitude\": 0,\n  \"community\": \"\",\n  \"longitude\": 0,\n  \"parameters\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_power_daily_regional",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/power/daily/regional",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "power",
            "daily",
            "regional"
          ]
        },
        "description": "Tool to retrieve daily average solar and meteorological data for a regional bounding box from NASA POWER (Prediction Of Worldwide Energy Resources). Use when you need historical or recent climate data",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"start\": \"\",\n  \"format\": \"\",\n  \"community\": \"\",\n  \"parameters\": \"\",\n  \"latitude-max\": 0,\n  \"latitude-min\": 0,\n  \"longitude-max\": 0,\n  \"longitude-min\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_power_monthly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/power/monthly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "power",
            "monthly"
          ]
        },
        "description": "Retrieves monthly average solar and meteorological data for a specific location from NASA POWER (Prediction Of Worldwide Energy Resources). Returns time series data with monthly averages organized by ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"start\": \"\",\n  \"format\": \"\",\n  \"latitude\": 0,\n  \"community\": \"\",\n  \"longitude\": 0,\n  \"parameters\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_power_temporal_hourly",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/power/temporal/hourly",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "power",
            "temporal",
            "hourly"
          ]
        },
        "description": "Retrieves hourly climate and meteorological data from NASA POWER (Prediction of Worldwide Energy Resources) API for a specific location and date range. Returns high-resolution temporal data including ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end\": \"\",\n  \"start\": \"\",\n  \"format\": \"\",\n  \"latitude\": 0,\n  \"community\": \"\",\n  \"longitude\": 0,\n  \"parameters\": \"\",\n  \"time_standard\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_processing_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/processing/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "processing",
            "types"
          ]
        },
        "description": "Tool to retrieve information on all data instruments from NASA's AGAGE mission. Use when you need to list available instruments with their IDs, names, and descriptions.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_product_types",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/product/types",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "product",
            "types"
          ]
        },
        "description": "Tool to retrieve all data product types from NASA's TOLNET (TOLNet Ozone Lidar Network) API. Use when you need to discover available product types or get product type metadata including names, descrip",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_satellite_locations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/satellite/locations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "satellite",
            "locations"
          ]
        },
        "description": "Retrieves satellite location data from NASA's Satellite Situation Center (SSC). Returns position coordinates for specified satellites over a time interval using configurable coordinate systems and mag",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"satellites\": \"\",\n  \"description\": \"\",\n  \"b_field_model\": {},\n  \"time_interval\": {},\n  \"output_options\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_stations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/stations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "stations"
          ]
        },
        "description": "Tool to retrieve information on all AGAGE (Advanced Global Atmospheric Gases Experiment) data stations. Use when you need station names, locations, coordinates, elevation, or other metadata about moni",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_techport_project",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/techport/project",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "techport",
            "project"
          ]
        },
        "description": "Retrieves detailed information about a specific NASA technology project from TechPort. Returns comprehensive project data including title, description, benefits, status, program details, contacts, org",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_tolnet_data",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tolnet/data",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tolnet",
            "data"
          ]
        },
        "description": "Tool to retrieve information about TOLNet (Tropospheric Ozone Lidar Network) data files. Use when you need to search or browse available TOLNet atmospheric data with filtering by instrument, product t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"page\": 0,\n  \"order\": \"\",\n  \"radius\": 0,\n  \"latitude\": 0,\n  \"max_date\": \"\",\n  \"min_date\": \"\",\n  \"file_type\": \"\",\n  \"longitude\": 0,\n  \"maxLatitude\": 0,\n  \"minLatitude\": 0,\n  \"maxLongitude\": 0,\n  \"minLongitude\": 0,\n  \"product_type\": \"\",\n  \"near_real_time\": \"\",\n  \"max_upload_date\": \"\",\n  \"min_upload_date\": \"\",\n  \"order_direction\": \"\",\n  \"processing_type\": \"\",\n  \"instrument_group\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_tolnet_data_calendar",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/tolnet/data/calendar",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "tolnet",
            "data",
            "calendar"
          ]
        },
        "description": "Tool to retrieve a date-driven list of all available TOLNet (Tropospheric Ozone Lidar Network) data. Use when you need to query available TOLNet data files filtered by instrument group and file type, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"file_type\": \"\",\n  \"product_type\": \"\",\n  \"processing_type\": \"\",\n  \"instrument_group\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_get_video_captions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/video/captions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "video",
            "captions"
          ]
        },
        "description": "Retrieves the location URL of caption files for NASA video assets from the NASA Image and Video Library. Returns the URL to the captions file (typically in SRT format) for the specified video NASA ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"api_key\": \"\",\n  \"nasa_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_epic_aerosol_dates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/epic/aerosol/dates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "epic",
            "aerosol",
            "dates"
          ]
        },
        "description": "Tool to retrieve a list of all dates with available aerosol index EPIC imagery. Use when you need to know which dates have aerosol data available from NASA's EPIC camera.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_epic_cloud_dates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/epic/cloud/dates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "epic",
            "cloud",
            "dates"
          ]
        },
        "description": "Retrieve a listing of all dates with available cloud fraction Earth imagery from DSCOVR EPIC. Returns a list of dates in YYYY-MM-DD format for which cloud fraction imagery is available. Use this when ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_epic_enhanced_dates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/epic/enhanced/dates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "epic",
            "enhanced",
            "dates"
          ]
        },
        "description": "Retrieves a listing of all dates with available enhanced color Earth imagery from NASA's DSCOVR EPIC (Earth Polychromatic Imaging Camera). Use this when you need to discover which dates have enhanced ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"api_key\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_epic_natural_dates",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/epic/natural/dates",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "epic",
            "natural",
            "dates"
          ]
        },
        "description": "Retrieve a listing of all dates with available natural color Earth imagery from DSCOVR EPIC. Returns a list of dates in YYYY-MM-DD format for which natural color imagery is available. Use this when yo",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_ground_stations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/ground/stations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "ground",
            "stations"
          ]
        },
        "description": "Retrieves the complete list of ground stations available from NASA's Satellite Situation Center (SSC). Returns metadata for each ground station including unique identifier, name, and geographic coordi",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_locations_gse_geo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/locations/gse/geo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "locations",
            "gse",
            "geo"
          ]
        },
        "description": "Retrieves satellite/observatory location data in GSE and GEO coordinate systems from NASA's SSC (Satellite Situation Center). Returns time-series coordinate data including X, Y, Z positions, latitude,",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"satellites\": \"\",\n  \"time_range\": \"\",\n  \"resolution_factor\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_observatories",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/observatories",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "observatories"
          ]
        },
        "description": "Tool to retrieve descriptions of all observatories available from NASA's Satellite Situation Center (SSC). Use when you need to discover available satellites, their identifiers, data availability peri",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_osdr_biospecimens",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/osdr/biospecimens",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "osdr",
            "biospecimens"
          ]
        },
        "description": "Tool to retrieve a list of all biospecimens from the NASA Open Science Data Repository (OSDR). Use when you need to discover available biospecimen data from space biology experiments. Returns URLs tha",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_osdr_experiments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/osdr/experiments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "osdr",
            "experiments"
          ]
        },
        "description": "Tool to retrieve a list of all experiments from NASA's Open Science Data Repository (OSDR). Returns a catalog of experiment URLs that can be used to fetch detailed information about individual experim",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_osdr_hardware",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/osdr/hardware",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "osdr",
            "hardware"
          ]
        },
        "description": "Tool to retrieve a list of all hardware from NASA's Open Science Data Repository (OSDR). Returns a catalog of hardware URLs that can be used to fetch detailed information about individual hardware ite",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_osdr_missions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/osdr/missions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "osdr",
            "missions"
          ]
        },
        "description": "Tool to retrieve a list of all space missions from the NASA Open Science Data Repository (OSDR). Use when you need to discover available mission data from space biology and physical science experiment",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_osdr_payloads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/osdr/payloads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "osdr",
            "payloads"
          ]
        },
        "description": "Tool to retrieve a list of all payloads from the NASA Open Science Data Repository (OSDR). Use when you need to discover available payload data from space biology and physical science experiments. Ret",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_osdr_subjects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/osdr/subjects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "osdr",
            "subjects"
          ]
        },
        "description": "Tool to retrieve a list of all subjects from the NASA Open Science Data Repository (OSDR). Use when you need to discover available subject data from space biology experiments. Returns URLs that can be",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_list_osdr_vehicles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/osdr/vehicles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "osdr",
            "vehicles"
          ]
        },
        "description": "Tool to retrieve a list of all vehicles from the NASA Open Science Data Repository (OSDR). Returns vehicle names and URLs to their detailed information endpoints. Use when you need to discover availab",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_citation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/citation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "citation"
          ]
        },
        "description": "Tool to query citation metadata from NASA's GraphQL Earthdata API. Use when you need to retrieve detailed citation information for a specific concept ID. Returns comprehensive metadata including DOI, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_citations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/citations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "citations"
          ]
        },
        "description": "Tool to query NASA Common Metadata Repository (CMR) GraphQL API for collection citations. Use when you need to retrieve citation information for NASA science data collections. The GraphQL endpoint sup",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_collection",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/collection",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "collection"
          ]
        },
        "description": "Tool to query a single collection from NASA's Common Metadata Repository using its unique concept ID. Use when you need to retrieve detailed metadata about a specific NASA collection including descrip",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_collections",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/collections",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "collections"
          ]
        },
        "description": "Tool to query multiple collections from NASA's Common Metadata Repository via GraphQL. Use when you need to search NASA science data collections by provider, short name, concept ID, DOI, temporal rang",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"doi\": \"\",\n  \"line\": \"\",\n  \"limit\": 0,\n  \"point\": \"\",\n  \"circle\": \"\",\n  \"cursor\": \"\",\n  \"offset\": 0,\n  \"keyword\": \"\",\n  \"latency\": \"\",\n  \"options\": {},\n  \"polygon\": \"\",\n  \"project\": \"\",\n  \"tag_key\": \"\",\n  \"version\": \"\",\n  \"entry_id\": \"\",\n  \"platform\": \"\",\n  \"provider\": \"\",\n  \"sort_key\": \"\",\n  \"temporal\": \"\",\n  \"page_size\": 0,\n  \"project_h\": \"\",\n  \"providers\": \"\",\n  \"concept_id\": \"\",\n  \"consortium\": \"\",\n  \"instrument\": \"\",\n  \"short_name\": \"\",\n  \"data_center\": \"\",\n  \"entry_title\": \"\",\n  \"facets_size\": 0,\n  \"platforms_h\": {},\n  \"short_names\": \"\",\n  \"bounding_box\": \"\",\n  \"cloud_hosted\": false,\n  \"data_centers\": \"\",\n  \"has_granules\": false,\n  \"include_tags\": \"\",\n  \"instrument_h\": \"\",\n  \"service_type\": \"\",\n  \"data_center_h\": \"\",\n  \"revision_date\": \"\",\n  \"updated_since\": \"\",\n  \"include_facets\": \"\",\n  \"has_opendap_url\": false,\n  \"spatial_keyword\": \"\",\n  \"science_keywords\": {},\n  \"standard_product\": false,\n  \"science_keywords_h\": {},\n  \"service_concept_id\": \"\",\n  \"granule_data_format\": \"\",\n  \"processing_level_id\": \"\",\n  \"variable_concept_id\": \"\",\n  \"collection_data_type\": \"\",\n  \"has_granules_or_cwic\": false,\n  \"include_has_granules\": false,\n  \"granule_data_format_h\": \"\",\n  \"processing_level_id_h\": \"\",\n  \"two_d_coordinate_system_name\": \"\",\n  \"horizontal_data_resolution_range\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_granule",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/granule",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "granule"
          ]
        },
        "description": "Query for a single granule (individual data file) from NASA's Common Metadata Repository using its unique concept ID. Returns comprehensive granule metadata including cloud cover, parent collection re",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_granules",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/granules",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "granules"
          ]
        },
        "description": "Tool to query for multiple granules (individual data files) from NASA's Common Metadata Repository via GraphQL. Use when searching for specific data files within a collection. REQUIRED: Must specify a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"offset\": 0,\n  \"spatial\": {},\n  \"entry_id\": \"\",\n  \"provider\": \"\",\n  \"sort_key\": \"\",\n  \"temporal\": \"\",\n  \"concept_id\": \"\",\n  \"short_name\": \"\",\n  \"browse_only\": false,\n  \"cloud_cover\": {},\n  \"online_only\": false,\n  \"day_night_flag\": \"\",\n  \"collection_concept_id\": \"\",\n  \"readable_granule_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_grids",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/grids",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "grids"
          ]
        },
        "description": "Query for multiple grids from NASA's Common Metadata Repository (CMR) via GraphQL. Grids describe spatial data organization and coordinate systems used in NASA Earth observation datasets. Use when you",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_service",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/service",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "service"
          ]
        },
        "description": "Tool to query a single service from NASA's Common Metadata Repository using its unique concept ID. Use when you need to retrieve detailed metadata about a specific NASA service including description, ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_services",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/services",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "services"
          ]
        },
        "description": "Tool to query for multiple services from NASA's Common Metadata Repository via GraphQL. Services describe data access methods and tools that act on data files. Use when you need to search for NASA ser",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"offset\": 0,\n  \"keyword\": \"\",\n  \"provider\": \"\",\n  \"sort_key\": \"\",\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_subscription",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/subscription",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "subscription"
          ]
        },
        "description": "Tool to query a single subscription from NASA's Common Metadata Repository using its unique concept ID. Use when you need to retrieve detailed metadata about a specific CMR subscription including name",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_subscriptions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/subscriptions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "subscriptions"
          ]
        },
        "description": "Query for multiple subscriptions from NASA's Common Metadata Repository (CMR). Use when you need to retrieve user subscriptions for receiving notifications when new data matching specified criteria be",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_tool",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/tool",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "tool"
          ]
        },
        "description": "Tool to query a single tool from NASA's Common Metadata Repository using its unique concept ID. Use when you need to retrieve detailed metadata about a specific NASA tool including long name, descript",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_tools",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/tools",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "tools"
          ]
        },
        "description": "Tool to query multiple tools from NASA's Common Metadata Repository using GraphQL. Use when you need to search for software applications and utilities that process or visualize Earth science data. Sup",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\",\n  \"offset\": 0,\n  \"keyword\": \"\",\n  \"provider\": \"\",\n  \"sort_key\": \"\",\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_cmr_variable",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/cmr/variable",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "cmr",
            "variable"
          ]
        },
        "description": "Tool to query a single variable from NASA's Common Metadata Repository using its unique concept ID. Use when you need to retrieve detailed metadata about a specific CMR variable including its name, lo",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_collection_draft",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/collection/draft",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "collection",
            "draft"
          ]
        },
        "description": "Tool to query a NASA Earthdata collection draft by ID using the GraphQL API. Returns detailed metadata including title, abstract, version, DOI, platforms, and spatial/temporal extents. Use when you ne",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_data_quality_summaries",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/data/quality/summaries",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "data",
            "quality",
            "summaries"
          ]
        },
        "description": "Query data quality summaries from NASA's Common Metadata Repository (CMR) GraphQL API. Use when you need to retrieve metadata about data quality assessments for NASA datasets. Returns summary informat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_data_quality_summary",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/data/quality/summary",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "data",
            "quality",
            "summary"
          ]
        },
        "description": "Query for a single Data Quality Summary from NASA's Common Metadata Repository (CMR) using GraphQL. Use when you need to retrieve detailed quality information about a specific NASA dataset by its conc",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_exoplanet_archive",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/exoplanet/archive",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "exoplanet",
            "archive"
          ]
        },
        "description": "Tool to query NASA's Exoplanet Archive NSTED API for exoplanet and related astronomical data. Use when you need to search, filter, or retrieve data about confirmed exoplanets, Kepler Objects of Intere",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"order\": \"\",\n  \"table\": \"\",\n  \"where\": \"\",\n  \"format\": \"\",\n  \"select\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_order_option",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/order/option",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "order",
            "option"
          ]
        },
        "description": "Tool to query a single order option from NASA Earthdata GraphQL API. Use when you need to retrieve detailed metadata about a specific order option by its concept ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_order_options",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/order/options",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "order",
            "options"
          ]
        },
        "description": "Tool to query order options for a NASA Earthdata collection using the GraphQL API. Use when you need to retrieve available ordering options for a specific collection concept ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_permissions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/permissions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "permissions"
          ]
        },
        "description": "Tool to query permissions from NASA's Common Metadata Repository (CMR) GraphQL API. Returns a list of permissions with concept IDs, system objects, targets, and permission strings. Use when you need t",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"target\": \"\",\n  \"user_id\": \"\",\n  \"provider\": \"\",\n  \"user_type\": \"\",\n  \"concept_id\": \"\",\n  \"concept_ids\": \"\",\n  \"system_object\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_providers",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/providers",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "providers"
          ]
        },
        "description": "Tool to query for a list of data providers from NASA's Common Metadata Repository via GraphQL. Use when you need to discover available data providers or get provider metadata. Returns all available pr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_tag_definitions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/tag/definitions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "tag",
            "definitions"
          ]
        },
        "description": "Tool to query tag definitions from NASA's Common Metadata Repository (CMR) GraphQL API. Use when you need to retrieve metadata about tag definitions including concept IDs, tag keys, descriptions, and ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tag_key\": \"\",\n  \"originator_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_tool_draft",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/tool/draft",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "tool",
            "draft"
          ]
        },
        "description": "Tool to query a tool draft from NASA's Common Metadata Repository (CMR) GraphQL API. Use when you need to retrieve information about a specific tool draft by its ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_visualization",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/visualization",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "visualization"
          ]
        },
        "description": "Tool to query a single visualization from NASA's Common Metadata Repository using its unique concept ID. Use when you need to retrieve detailed metadata about a specific NASA visualization including n",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_query_visualizations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/query/visualizations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "query",
            "visualizations"
          ]
        },
        "description": "Tool to query for visualizations from NASA's Common Metadata Repository via GraphQL. Use when searching for graphical representations of Earth Science data like maps, charts, or animations.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"\",\n  \"limit\": 0,\n  \"title\": \"\",\n  \"cursor\": \"\",\n  \"offset\": 0,\n  \"keyword\": \"\",\n  \"provider\": \"\",\n  \"sort_key\": \"\",\n  \"native_id\": \"\",\n  \"concept_id\": \"\",\n  \"visualization_type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_restore_citation_revision",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/restore/citation/revision",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "restore",
            "citation",
            "revision"
          ]
        },
        "description": "Tool to restore a previous version of a citation record within NASA's Common Metadata Repository. Use when you need to revert a citation to an earlier revision by specifying both the concept ID and th",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\",\n  \"revision_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_restore_collection_revision",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/restore/collection/revision",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "restore",
            "collection",
            "revision"
          ]
        },
        "description": "Tool to restore a collection to a previous revision in NASA's Common Metadata Repository. Use when you need to revert a collection back to a specific historical version. Requires appropriate permissio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\",\n  \"revision_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_restore_visualization_revision",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/restore/visualization/revision",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "restore",
            "visualization",
            "revision"
          ]
        },
        "description": "Tool to restore a previous revision of a visualization in NASA's Common Metadata Repository. Use when you need to revert a visualization to a specific historical revision. Requires appropriate permiss",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"concept_id\": \"\",\n  \"revision_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_search_citations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/citations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "citations"
          ]
        },
        "description": "Tool to search NASA Technical Reports Server (NTRS) citations database. Use when you need to find NASA scientific and technical documents, research papers, reports, or publications. Supports filtering",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"page\": {},\n  \"sort\": {},\n  \"index\": \"\",\n  \"title\": \"\",\n  \"author\": \"\",\n  \"center\": \"\",\n  \"created\": {},\n  \"keyword\": \"\",\n  \"stiType\": \"\",\n  \"abstract\": \"\",\n  \"modified\": {},\n  \"highlight\": false,\n  \"published\": {},\n  \"disseminated\": \"\",\n  \"distribution\": \"\",\n  \"organization\": \"\",\n  \"reportNumber\": \"\",\n  \"fundingNumber\": \"\",\n  \"stiTypeDetails\": \"\",\n  \"accessionNumber\": \"\",\n  \"subjectCategory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_search_near_earth_objects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/near/earth/objects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "near",
            "earth",
            "objects"
          ]
        },
        "description": "Search for near-Earth objects (asteroids) by their closest approach date to Earth. Returns detailed information about asteroids including: - Estimated diameter in multiple units (kilometers, meters, m",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"end_date\": \"\",\n  \"start_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_search_osdr",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/osdr",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "osdr"
          ]
        },
        "description": "Tool to search NASA Open Science Data Repository (OSDR) for space biology experiments and studies. Use when searching for GeneLab datasets, space biology research, microgravity experiments, or federat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"from\": 0,\n  \"size\": 0,\n  \"sort\": \"\",\n  \"term\": \"\",\n  \"type\": \"\",\n  \"order\": \"\",\n  \"ffield\": \"\",\n  \"fvalue\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_search_pubspace_documents",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/pubspace/documents",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "pubspace",
            "documents"
          ]
        },
        "description": "Search NASA public space technical documents in the NTRS (NASA Technical Reports Server) repository. Use when you need to find NASA publications, technical reports, conference papers, or other scienti",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"q\": \"\",\n  \"page\": {},\n  \"sort\": {},\n  \"index\": \"\",\n  \"title\": \"\",\n  \"author\": \"\",\n  \"center\": \"\",\n  \"created\": {},\n  \"keyword\": \"\",\n  \"stiType\": \"\",\n  \"abstract\": \"\",\n  \"modified\": {},\n  \"highlight\": false,\n  \"published\": {},\n  \"disseminated\": \"\",\n  \"distribution\": \"\",\n  \"organization\": \"\",\n  \"reportNumber\": \"\",\n  \"fundingNumber\": \"\",\n  \"stiTypeDetails\": \"\",\n  \"accessionNumber\": \"\",\n  \"subjectCategory\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_search_svs_visualizations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/svs/visualizations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "svs",
            "visualizations"
          ]
        },
        "description": "Tool to search for visualizations in the Scientific Visualization Studio (SVS). Use when you need to query SVS visualizations by keywords or mission filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": \"\",\n  \"offset\": 0,\n  \"search\": \"\",\n  \"missions\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "nasa_search_techtransfer_software",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/search/techtransfer/software",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "search",
            "techtransfer",
            "software"
          ]
        },
        "description": "Search NASA's Technology Transfer software catalog for available tools and applications. Returns software entries with titles, descriptions, NASA case numbers, and licensing information. Use this when",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"keywords\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}