shortest_path
ActiveTool of Gonka Network Pricing
declared in 3.4.2
Find the shortest path between two concepts in the Gonka documentation graph.
Parameters schema
{
"type": "object",
"required": [
"source",
"target"
],
"properties": {
"source": {
"type": "string"
},
"target": {
"type": "string"
},
"max_hops": {
"type": "integer",
"default": 8
}
},
"additionalProperties": false
}Parent server
Gonka Network Pricing
https://github.com/bystray/gonka-mcp-server
2/7 registries