NN
NeoWs - (Near Earth Object Web Service)
/rest/v1/neo/sentry
Retrieve Sentry (Impact Risk ) Near Earth Objects
Retrieves Near Earth Objects listed in the NASA sentry data set
liveunknown~3s typical
neosentryneows
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-neowsapp-com /rest/v1/neo/sentry for me.
Input
| Field | Type | Description |
|---|---|---|
| is_active | boolean | show current list of Sentry objects, or show removed Sentry objects default true |
| page | integer | page default 0 |
| size | integer | size default 50 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-neowsapp-com","endpoint":"/rest/v1/neo/sentry","input":{"is_active":true,"page":0,"size":50}}'cli
npx cracked-ai run -p oa-neowsapp-com -e /rest/v1/neo/sentry -i '{"is_active":true,"page":0,"size":50}'mcp
run_tool({ provider: "oa-neowsapp-com", endpoint: "/rest/v1/neo/sentry", input: {"is_active":true,"page":0,"size":50} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.