GL
GeoDataSource Location Search
/city
/city
Get City name by using latitude and longitude
liveunknown~3s typical
geodatasource
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-geodatasource-com /city for me.
Input
| Field | Type | Description |
|---|---|---|
| key* | string | default null |
| lng* | number | default null |
| lat* | number | default null |
| format | string (json | xml) | 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-geodatasource-com","endpoint":"/city","input":{"key":"...","lng":1,"lat":1,"format":"json"}}'cli
npx cracked-ai run -p oa-geodatasource-com -e /city -i '{"key":"...","lng":1,"lat":1,"format":"json"}'mcp
run_tool({ provider: "oa-geodatasource-com", endpoint: "/city", input: {"key":"...","lng":1,"lat":1,"format":"json"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.