You're viewing a demo portfolio

Join the waitlist
PRSM

query_graph

Active

Tool of Gonka Network Pricing

declared in 3.4.2

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Gonka Network Pricing

https://github.com/bystray/gonka-mcp-server

2/7 registries
View full server →