PO
Points of Interest
/reference-data/locations/pois
Returns points of interest for a given location and radius.
Returns points of interest for a given location and radius.
liveunknown~3s typical
searchpoints
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-points-of-interest /reference-data/locations/pois 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-points-of-interest","endpoint":"/reference-data/locations/pois","input":{"latitude":1,"longitude":1,"radius":1}}'cli
npx cracked-ai run -p oa-amadeus-com-amadeus-points-of-interest -e /reference-data/locations/pois -i '{"latitude":1,"longitude":1,"radius":1}'mcp
run_tool({ provider: "oa-amadeus-com-amadeus-points-of-interest", endpoint: "/reference-data/locations/pois", input: {"latitude":1,"longitude":1,"radius":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.