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.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that it shows 'current' versions, implying a point-in-time snapshot, but it does not disclose output format, authentication needs, or other behavioral traits beyond what annotations provide.

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 entire description is one short sentence of 10 words, immediately front-loading the action and target. There is no filler, redundancy, or unnecessary detail.

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?

For a simple, parameterless, read-only version-inspection tool, the description fully captures its function. Annotations cover safety, and the empty schema eliminates input ambiguity. The absence of an output schema is acceptable given the trivial nature of the result.

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, and schema coverage is vacuously 100%. Per the baseline for 0-parameter tools, a score of 4 is appropriate. The description implies no inputs are needed, which aligns with the empty schema.

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 the specific verb 'Show' and identifies the resource as 'current MCP platform and adapter versions,' making the purpose unambiguous. It clearly distinguishes from sibling tools like 'toolkit_info' which might list capabilities or 'authenticate' for auth flows.

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?

No guidance is provided on when to use this tool versus alternatives such as 'toolkit_info' or 'authenticate.' There is no mention of context, prerequisites, or exclusions, leaving the agent to infer usage from the tool name alone.

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

The tools are mostly distinct, but connect and toolkit_info both report connection/status information, and authenticate overlaps with connect around authentication flow. The marketplace tool is a catch-all with many sub-actions, but as a named tool it is unique.

Naming Consistency2/5

Naming conventions are mixed: single verbs (authenticate, connect), noun tools (marketplace, toolkit_info), verb_noun in English (report_bug, show_version), and one Portuguese verb_noun (sintegra_ccc_consultar). This inconsistency makes the tool list feel chaotic and hard to predict.

Tool Count2/5

Seven tools is a reasonable number, but the server is named 'Sintegra CCC' and only one tool (sintegra_ccc_consultar) actually provides the core domain capability. The other six are generic MCP.AI platform utilities, making the tool set feel misaligned with the server's stated purpose.

Completeness2/5

For a Sintegra CCC server, the surface is severely lacking: only one consultation tool exists, with no additional domain operations or auxiliary features. While the platform-management tools are complete for their own domain, they do not contribute to the stated Sintegra CCC purpose, leaving the domain coverage nearly empty.