Geocode
documentedGeocoding endpoint: address/coordinates -> coordinates or address.
GET /geocode-maps.yandex.ru/1.x/Mapsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://geocode-maps.yandex.ru/1.x/?apikey={{YANDEX_API_KEY}}&geocode={{$geocode}}&format={{$format}}&lang={{$lang}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"