Skip to main content
Glama

SINTEGRA: PR

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/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 safety profile. The description adds no extra behavioral context beyond stating what it shows, but it does not contradict annotations. Given the annotation coverage, a score of 3 is appropriate.

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, clear sentence with no fluff. It front-loads the action and resource, making it immediately understandable.

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 version-check tool with no parameters, no output schema, and safety annotations present, the description adequately covers what it does. It could optionally elaborate on what 'platform and adapter versions' entails, but the current level is sufficient for an agent to use it correctly.

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 no parameters, so the schema provides complete coverage (100%). The description adds no parameter-specific information, which is unnecessary here. Baseline for no parameters is 4.

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 displays current MCP platform and adapter versions, using a specific verb ('Show') and resource ('versions'). This distinguishes it from sibling tools like authenticate, connect, and toolkit_info, which serve 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 use whenever version information is needed, but provides no explicit guidance on when to use it versus alternatives, nor any exclusions. Since it's a trivial info-gathering tool, this is acceptable but not explicitly stated.

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

authenticate, connect, and toolkit_info all touch connection/auth status, and marketplace also handles credential and billing links, so an agent could easily pick the wrong tool. Only sintegra_pr_consultar, report_bug, and show_version are clearly unambiguous.

Naming Consistency2/5

The set mixes generic English verbs (authenticate, connect, report_bug, show_version), noun-style tools (marketplace, toolkit_info), and a Portuguese verb_noun domain tool (sintegra_pr_consultar). Snake_case is consistent, but there is no predictable action/resource pattern across the set.

Tool Count3/5

Seven tools is not an unreasonable number, but six of them are generic platform/marketplace utilities while only one is actually SINTEGRA-specific. The count is numerically fine yet imbalanced for a server named after a specific data source.

Completeness4/5

The core SINTEGRA PR consultation capability is present, and the surrounding platform tools cover auth, connection status, billing, and version reporting. The main gap is the absence of any SINTEGRA-specific batch, history, or status operations, but for a single-query consultation service the surface is workable.