search_docs
ActiveTool of Gonka Network Pricing
declared in 3.4.2
Full-text search across all Gonka documentation files. Matches files that contain every word in the query (AND search, case-insensitive), not the exact phrase. Use this when query_graph() returns no results.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "One or more keywords, e.g. \"min_amount escrow\". Prefer\nfewer, more specific words over a full sentence."
},
"max_results": {
"type": "integer",
"default": 3,
"description": "Maximum number of files to return."
},
"context_chars": {
"type": "integer",
"default": 400,
"description": "Size of the excerpt shown around the match, in characters."
}
},
"additionalProperties": false
}Parent server
Gonka Network Pricing
https://github.com/bystray/gonka-mcp-server
2/7 registries