You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

reverse_geocode

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Reverse geocode coordinates to a human-readable address. Uses Nominatim (free, no key). Returns display name, structured address components (road, city, country, postcode), and OSM identifiers. Parameters: lat — Latitude coordinate (required), e.g. 51.5. lon — Longitude coordinate (required), e.g. -0.12.

Parameters schema

{
  "type": "object",
  "title": "reverse_geocodeArguments",
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "title": "Lat"
    },
    "lon": {
      "type": "number",
      "title": "Lon"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →