mission_search
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Mast Nasa
https://github.com/pipeworx-io/mcp-mast-nasa
1/7 registries