Skip to main content
Glama

Gonka Second Opinion (multi-model)

Get Node Neighbors

get_neighbors
Read-onlyIdempotent

Get all concepts directly connected to a given concept, with the relation type and confidence of each edge. Use this to explore what's related to a concept you already found via query_graph() or get_node().

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYesConcept name (or a close substring of it), e.g. "collateral".
relation_filterNoOnly return edges whose relation label contains this substring (case-insensitive). Empty = no filter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.3/5.0
Behavior4/5

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

The description adds value beyond the read-only and idempotent annotations by specifying the exact output content (relation type and confidence of each edge). This gives the agent a concrete expectation of what the tool returns, though it omits any potential edge cases like pagination or limits.

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 long, with the first sentence immediately stating the primary function and output. The second sentence provides usage context. 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.

Completeness5/5

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

This is a simple 2-parameter tool with an output schema available. The description covers the purpose, usage context, and output content sufficiently. There is no need for further details about return values or edge cases, making the description complete for this complexity level.

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 coverage is 100%—both 'label' and 'relation_filter' are described in the input schema. The description does not add any parameter-specific details that are not already present, so the baseline score of 3 applies.

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 uses a specific verb ('Get') and resource ('all concepts directly connected to a given concept'), and clarifies the output includes relation type and confidence. It also references sibling tools (query_graph, get_node) to distinguish from related exploration tools, making the purpose unmistakable.

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 explicitly states when to use this tool ('to explore what's related to a concept you already found via query_graph() or get_node()'), providing clear context. It does not mention when not to use it or name alternatives, but the guidance is sufficient for typical selection.

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.