You're viewing a demo portfolio

Join the waitlist
PRSM

mission_search

Active

Tool of Mast Nasa

declared in 0.1.0

Mission-scoped search with arbitrary criteria.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 200,
      "mission": "JWST",
      "criteria": {
        "detector": "NIRCAM",
        "proposal_id": "1234"
      }
    },
    {
      "limit": 50,
      "mission": "Kepler",
      "criteria": {
        "target_name": "KIC 757076"
      }
    }
  ],
  "required": [
    "mission",
    "criteria"
  ],
  "properties": {
    "limit": {
      "type": "number"
    },
    "mission": {
      "type": "string",
      "description": "e.g. \"HST\", \"JWST\", \"Pan-STARRS\", \"K2\", \"Kepler\", \"GALEX\", \"TESS\""
    },
    "criteria": {
      "type": "object",
      "description": "Object of MAST filter columns → values."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Mast Nasa

https://github.com/pipeworx-io/mcp-mast-nasa

1/7 registries
View full server →