Get Graph Statistics
get_graph_statsReturn summary statistics of the Gonka documentation knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
get_graph_statsReturn summary statistics of the Gonka documentation knowledge graph.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the agent already knows this is a safe, read-only operation. The description adds no extra behavioral context beyond the fact that it returns aggregate statistics, such as data freshness, whether stats are cached, or any rate limits. It does not contradict annotations, so a score of 3 is appropriate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence that immediately states what the tool does. It is front-loaded and contains no filler or redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple, no-parameter, read-only tool with an output schema present, the description is mostly sufficient. However, it does not specify what 'summary statistics' includes (e.g., node count, edge count), leaving some ambiguity. The output schema likely covers return values, so this is a minor gap rather than a critical one.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and schema coverage is 100% (there is nothing to cover). The description does not need to explain parameters. The baseline of 4 applies because there is no parameter information to add.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Return summary statistics') and identifies the exact resource ('Gonka documentation knowledge graph'). It clearly differentiates from sibling tools like query_graph or get_node, which perform detailed traversals or lookups rather than aggregating whole-graph stats.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention that this is an overview tool or suggest using query_graph for detailed graph exploration. No exclusions or alternative tool references are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
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.
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.
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.
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.