query_graph
ActiveTool of Gonka Network Pricing
Search Gonka documentation. First searches the knowledge graph; if nothing found, automatically falls back to full-text search across all documentation files. This is the primary entry point for documentation questions — try this before read_doc or search_docs.
Parameters schema
{
"type": "object",
"required": [
"question"
],
"properties": {
"depth": {
"type": "integer",
"default": 3,
"description": "How many hops to traverse from the matched concept in the\nknowledge graph. Higher = more context, more tokens."
},
"question": {
"type": "string",
"description": "Natural-language question or topic, e.g. \"how do I deposit GNK\"."
},
"token_budget": {
"type": "integer",
"default": 2000,
"description": "Approximate max size of the returned text."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gonka Network Pricing
https://github.com/bystray/gonka-mcp-server
2/7 registries