gonka_second_opinion
ActiveTool of Gonka Network Pricing
Get a SECOND OPINION: run one prompt across Gonka models in parallel and return each answer for comparison. Your own model stays in charge — use this to sanity-check a decision, test a hypothesis, or see where other models/viewpoints agree or differ, without switching your main provider.
Parameters schema
{
"type": "object",
"required": [
"prompt"
],
"properties": {
"prompt": {
"type": "string",
"description": "The question to put to every opinion (required)."
},
"system": {
"type": "string",
"default": "",
"description": "Optional base system instruction applied to all."
},
"max_tokens": {
"type": "integer",
"default": 768,
"description": "Max completion tokens per opinion (kept low — this fans out)."
},
"perspectives": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "null"
}
],
"default": null,
"description": "Optional list of short role/stance labels (max 5). Each becomes\n one independent opinion."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gonka Network Pricing
https://github.com/bystray/gonka-mcp-server
2/7 registries