SP
Safe Place
/safety/safety-rated-locations
Returns safety rating for a given location and radius.
Returns safety rating for a given location and radius.
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 for me.
Input
| Field | Type | Description |
|---|---|---|
| latitude* | number | Latitude (decimal coordinates) default null |
| longitude* | number | Longitude (decimal coordinates) default null |
| radius | integer | radius of the search in Kilometer. Can be from 0 to 20, default value is 1 Km. default 1 |
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","input":{"latitude":1,"longitude":1,"radius":1}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-safe-place -e /safety/safety-rated-locations -i '{"latitude":1,"longitude":1,"radius":1}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-safe-place", endpoint: "/safety/safety-rated-locations", input: {"latitude":1,"longitude":1,"radius":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.