jpl_sentry
Assess and monitor Near-Earth Object (NEO) impact risks by analyzing data on object designation, size, date range, probability, and Palermo Scale values via NASA's MCP Server.
Instructions
JPL Sentry - NEO Earth impact risk assessment data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Get all virtual impactors data | |
| date_max | No | End date (YYYY-MM-DD) | |
| date_min | No | Start date (YYYY-MM-DD) | |
| des | No | Object designation (e.g., '2011 AG5' or '29075') | |
| h_max | No | Maximum absolute magnitude (size filter) | |
| ip_min | No | Minimum impact probability | |
| limit | No | Maximum number of results to return | |
| ps_min | No | Minimum Palermo Scale value | |
| removed | No | Get objects removed from Sentry monitoring | |
| spk | No | Object SPK-ID |
Input Schema (JSON Schema)
{
"properties": {
"all": {
"description": "Get all virtual impactors data",
"type": "boolean"
},
"date_max": {
"description": "End date (YYYY-MM-DD)",
"type": "string"
},
"date_min": {
"description": "Start date (YYYY-MM-DD)",
"type": "string"
},
"des": {
"description": "Object designation (e.g., '2011 AG5' or '29075')",
"type": "string"
},
"h_max": {
"description": "Maximum absolute magnitude (size filter)",
"type": "number"
},
"ip_min": {
"description": "Minimum impact probability",
"type": "string"
},
"limit": {
"description": "Maximum number of results to return",
"type": "number"
},
"ps_min": {
"description": "Minimum Palermo Scale value",
"type": "string"
},
"removed": {
"description": "Get objects removed from Sentry monitoring",
"type": "boolean"
},
"spk": {
"description": "Object SPK-ID",
"type": "string"
}
},
"type": "object"
}