show_version
Show the current MCP platform and adapter versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds useful context by specifying that both MCP platform and adapter versions are returned, which is more specific than the tool name alone.
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, front-loaded sentence with no filler, repetition, or unnecessary detail. Every word contributes to understanding the tool's function.
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 zero-parameter, read-only version query, the description is complete and sufficient. The sibling context and annotations add no further requirements, so a longer description would add little value.
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 input schema has no parameters, so there is nothing for the description to clarify. Per the baseline for zero-parameter tools, the description is not expected to elaborate on parameter meaning.
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 the specific verb 'Show' with a clear resource ('current MCP platform and adapter versions'), making the tool's purpose immediately obvious. It distinguishes itself from sibling tools like report_bug or authenticate, and is not a tautology.
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 implies the tool is for checking version information but does not explicitly state when it should be preferred over sibling tools such as toolkit_info. Since the tool is trivial and has no parameters, the lack of explicit alternatives is understandable but still not stated.
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 clearly distinct purposes: authentication, connection status, marketplace operations, bug reporting, version, data query, and toolkit state. However, 'connect' and 'toolkit_info' both provide connection status, and 'authenticate' and 'connect' are related to login, creating some ambiguity.
Tool naming is inconsistent: some are single verbs (authenticate, connect), some are compound nouns (marketplace, toolkit_info), and one is a Portuguese verb_noun (sintegra_al_consultar). The mix of languages and styles makes it hard to predict naming patterns.
With 7 tools, the server fits well within the expected scope for a domain-specific server that also includes platform management utilities. Each tool appears to serve a clear need.
The core functionality of querying SINTEGRA AL is covered by one tool, and platform management (auth, connection, version, bug reporting, marketplace) is also present. Minor gaps might include a dedicated tool for managing credits or viewing consultation history, but the existing surface likely covers the main workflows.