get_neighbors
ActiveTool of Gonka Network Pricing
declared in 3.4.2
Get all concepts directly connected to a given concept, with the relation type and confidence of each edge. Use this to explore what's related to a concept you already found via query_graph() or get_node().
Parameters schema
{
"type": "object",
"required": [
"label"
],
"properties": {
"label": {
"type": "string",
"description": "Concept name (or a close substring of it), e.g. \"collateral\"."
},
"relation_filter": {
"type": "string",
"default": "",
"description": "Only return edges whose relation label contains\nthis substring (case-insensitive). Empty = no filter."
}
},
"additionalProperties": false
}Parent server
Gonka Network Pricing
https://github.com/bystray/gonka-mcp-server
2/7 registries