You're viewing a demo portfolio

Join the waitlist
PRSM

haversine

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Great-Circle Distance (haversine) — Distance (km/mi/nautical) and initial bearing between two lat/lon points.

Parameters schema

{
  "type": "object",
  "required": [
    "lat1",
    "lon1",
    "lat2",
    "lon2"
  ],
  "properties": {
    "lat1": {
      "type": "number",
      "description": "Latitude of point 1 (-90..90)"
    },
    "lat2": {
      "type": "number",
      "description": "Latitude of point 2 (-90..90)"
    },
    "lon1": {
      "type": "number",
      "description": "Longitude of point 1 (-180..180)"
    },
    "lon2": {
      "type": "number",
      "description": "Longitude of point 2 (-180..180)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
haversine — WingmanProtocol Agent Gateway — PRSM MCP