haversine
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries