Skip to main content
Glama

Gonka Second Opinion (multi-model)

Gonka Second Opinion (multi-model)

gonka_second_opinion

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shareNoDefault False. Set True ONLY when the user explicitly wants a shareable public link. It creates a PUBLIC (unlisted) web page at gogonka.com/o/<id> showing the question and answers, and returns `share_url`. Warn the user the page is public before sharing. Publication is refused if the text looks like it holds an API key/secret.
promptYesThe question to put to every opinion (required).
systemNoOptional base system instruction applied to all.
synthesisNoOptional. When sharing (share=True), pass YOUR short comparison of the opinions (where they agree / differ, your takeaway) — it is shown on the page as the asking agent's take. Leave empty if you have none; the page still shows a text-similarity signal.
max_tokensNoMax completion tokens per opinion (kept low — this fans out).
perspectivesNoOptional list of short role/stance labels (max 5). Each becomes one independent opinion.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already flag readOnlyHint=false and destructiveHint=false, so the description doesn't need to rehash safety. The description adds useful behavioral context: parallel execution across models, returning each answer for comparison, and that the user's model stays in charge. It does not disclose potential side-effects such as the share option creating a public page, though the schema does. Given the annotation coverage, this is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core action, followed by concrete use cases and a reassurance about provider switching. Every word earns its place with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's function, use cases, and basic behavior, which is sufficient for an agent to decide when to invoke it. The schema and output schema handle parameter details and return structure. It omits the conditional sharing/publication side-effect and cost/time implications, but these are either in the schema or not essential for selection. It is nearly complete for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the schema itself provides detailed explanations for parameters (e.g., share's public-link behavior, max_tokens being kept low, perspectives as role labels). The tool description does not need to repeat parameter semantics, thus the baseline of 3 applies. It adds no extra meaning beyond the schema but also doesn't create ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action: 'Get a SECOND OPINION: run one prompt across Gonka models in parallel and return each answer for comparison.' It distinguishes itself from siblings like gonka_chat by emphasizing multi-model parallel execution and comparison, and clarifies the user's own model remains in charge. The purpose is unambiguous and resource-specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit use cases: 'sanity-check a decision, test a hypothesis, or see where other models/viewpoints agree or differ.' It also notes the benefit 'without switching your main provider.' However, it does not explicitly state when NOT to use this tool or name alternative tools, so it falls shy of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is slight overlap between register_on_gonka and get_signup_link (both return signup links) and between get_pricing, calculate_savings, compare_providers, and suggest_model_for_task (all deal with pricing). Descriptions help differentiate, but boundaries are not perfectly sharp.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., calculate_savings, get_available_models, search_docs). No mixed conventions or abbreviations. Naming is predictable and clear.

Tool Count4/5

18 tools is on the higher side, but each serves a specific function within pricing, documentation, and signup workflows. The count feels slightly bloated, particularly with closely related documentation graph tools, but overall still well-scoped.

Completeness5/5

The tool set comprehensively covers the domain of Gonka Network pricing: live pricing, comparisons, savings calculations, model recommendations, documentation search (graph and full-text), trial key provisioning, and signup links. No obvious gaps for the stated purpose.