Skip to main content
Glama

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior, so the description need not duplicate that. It adds minimal context about what is shown (versions), but does not mention any potential side effects or prerequisites (e.g., authentication). With high annotation coverage, a score of 3 is reasonable.

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 a single sentence that is concise and directly states the purpose without any extraneous words. It is front-loaded and efficient.

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?

Given the tool's simplicity (no parameters, no output schema, well-covered annotations), the description provides sufficient information for an agent to select and invoke it correctly. It could arguably mention that no arguments are required, but the parameter count is zero and the schema makes that clear.

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

Parameters4/5

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

The tool has zero parameters, so the description carries no parameter burden. The schema is minimal (empty properties), but the description clearly explains what the tool does without needing parameter details. Thus, a baseline of 4 is appropriate.

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 the tool's function: displaying current MCP platform and adapter versions. It uses a specific verb ('show') and a specific resource ('versions'), and it is distinct from the sibling tools listed.

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

Usage Guidelines2/5

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

The description implies that the tool is for checking versions, but it does not specify when to use it versus alternatives, nor does it mention any context (e.g., after authentication or for troubleshooting). No explicit guidance is given.

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

A3.5/5.0
Disambiguation3/5

Top-level tools are mostly distinct, but marketplace is a broad catch-all that overlaps with report_bug, toolkit_info, connect, and authenticate at the sub-function level. An agent could easily route an action to the wrong tool when the boundaries between marketplace's built-in operations and the standalone tools are blurry.

Naming Consistency2/5

Naming conventions are mixed: some tools use bare verbs (connect, authenticate), some use nouns (marketplace, toolkit_info), some use verb_noun (report_bug, show_version), and one is a Portuguese verb-object phrase (sintegra_ba_consultar). The lack of a consistent pattern or language makes the set feel ad hoc.

Tool Count3/5

Seven tools is not excessive, but the server is titled SINTEGRA: BA while only one tool is domain-specific; the other six are generic platform utilities. The count is reasonable for a platform assistant server but feels inflated and unfocused for what the name implies.

Completeness4/5

Platform-side workflows are well covered: authentication, connection status, marketplace discovery/execution/install, billing, bug reporting, version, and toolkit state are all present. For the SINTEGRA BA domain, only a single consultation tool exists, but that likely matches the core need of this query service.