You're viewing a demo portfolio

Join the waitlist
PRSM

gonka_second_opinion

Active

Tool of Gonka Network Pricing

declared in 3.4.2

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
}

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 →