SP
Safe Place
/safety/safety-rated-locations/by-square
Returns the safety rating of a given area
Returns the safety rating of a given area
liveunknown~3s typical
searchsafe
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-safe-place /safety/safety-rated-locations/by-square for me.
Input
| Field | Type | Description |
|---|---|---|
| north* | number | Latitude north of bounding box (decimal coordinates) default null |
| west* | number | Longitude west of bounding box (decimal coordinates) default null |
| south* | number | Latitude south of bounding box (decimal coordinates) default null |
| east* | number | Longitude east of bounding box (decimal coordinates) default null |
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-amadeus-com-amadeus-safe-place","endpoint":"/safety/safety-rated-locations/by-square","input":{"north":1,"west":1,"south":1,"east":1}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-safe-place -e /safety/safety-rated-locations/by-square -i '{"north":1,"west":1,"south":1,"east":1}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-safe-place", endpoint: "/safety/safety-rated-locations/by-square", input: {"north":1,"west":1,"south":1,"east":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.