Skip to main content
Glama

SINTEGRA: CE

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=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by specifying exactly what information is shown (MCP platform and adapter versions) and noting that they are 'current,' which gives context beyond the tool name.

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 concise sentence of 11 words, front-loaded with the action 'Show' and immediately stating the resource. Every word earns its place; there is no fluff, repetition, or unnecessary detail.

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 simple parameterless read-only tool with rich annotations, the description is largely complete. However, there is no output schema, and the description stops short of stating what the return value looks like (e.g., version strings or a structured object). This is a minor gap, but the tool is simple enough that the description suffices.

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 schema coverage is trivially 100%. The baseline for a parameterless tool is 4, and the description does not need to compensate for any missing parameter documentation. No additional parameter semantics are required.

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 a specific verb 'Show' and clearly identifies the resource as 'current MCP platform and adapter versions.' This clearly distinguishes it from sibling tools like authenticate, connect, and report_bug, which serve entirely different purposes.

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 implies usage—call this tool when you need to know the current platform and adapter versions—but provides no explicit guidance on when to use it versus alternatives. It does not state exclusions or mention that no authentication is needed, so the usage context is only implied.

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
Disambiguation2/5

The marketplace tool bundles many distinct actions (search, invoke, install, subscribe, etc.) into a single tool, creating high ambiguity. connect and toolkit_info overlap in reporting connection status, while authenticate and connect both relate to credentials. Only sintegra_ce_consultar is clearly distinct.

Naming Consistency2/5

Tool names mix verb-based (authenticate, connect, report_bug) with noun-based (marketplace, toolkit_info) conventions, and include a Portuguese-only name (sintegra_ce_consultar) among English names. No consistent verb_noun pattern is evident.

Tool Count4/5

Seven tools is within the typical well-scoped range, but the distribution is uneven: marketplace alone appears to encompass several logical operations. Despite this imbalance, the count is not excessive for the server's apparent scope.

Completeness3/5

The core SINTEGRA CE consultation is covered by a single tool, but the platform tools are aggregated into the marketplace mega-tool, lacking separate granular operations. Additional features like historical queries or batch lookup for SINTEGRA would improve completeness, but basic consultation is present.