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

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description adds specific context about the tool's output: it shows both MCP platform and adapter versions, which is more detailed than the annotations. No contradiction; it aligns with the read-only, idempotent nature.

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?

A single, succinct sentence that is front-loaded with the action and scope. Every word contributes meaning, and there is no redundancy.

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?

For a tool with no parameters, no output schema, and simple read-only behavior, the description provides sufficient context. It names the exact items reported (platform and adapter versions). Some might expect a note about return format, but given the simplicity, this is adequate.

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?

There are zero parameters in the schema. Baseline for no parameters is 4 per rubric. The description does not need to explain parameters, as none exist.

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 action (show) and the specific resource (current MCP platform and adapter versions). It is specific enough to distinguish from generic version tools and matches the tool name 'show_version'. No ambiguity.

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

Usage Guidelines3/5

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

The description explains what the tool does but does not provide explicit guidance on when to use it versus alternatives, such as 'toolkit_info' or other informational tools. For a simple version check, the purpose is self-evident, but no alternatives or exclusions are mentioned.

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.6/5.0
Disambiguation3/5

Several tools deal with authentication and connection state (authenticate, connect, toolkit_info), which creates potential misselection. The marketplace tool also has a broad scope that could be confused with general platform utilities, while the SINTEGRA-specific tool is clearly distinct.

Naming Consistency2/5

Tool names mix several styles: English imperative verbs (authenticate, connect, report_bug), a bare noun (marketplace), a noun+verb compound (toolkit_info), and a Portuguese verb-final name (sintegra_sc_consultar). No consistent naming convention is followed.

Tool Count5/5

Seven tools is a well-scoped count for a server that combines general MCP platform utilities with a single domain-specific consultation tool. Each tool earns its place without unnecessary bloat.

Completeness4/5

The SINTEGRA SC domain is a read-only data source, so the single consult tool is adequate. Platform-level features (auth, status, marketplace, version, bug reporting) are also covered, though there is no explicit credit or history management for consultations.