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 declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety behavior is covered. The description adds no extra behavioral details beyond the purpose (e.g., no mention of output format, speed, or network dependency). With annotations present, the description meets the minimum bar but doesn't enrich understanding.

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, compact sentence that conveys the complete purpose without any fluff. It is front-loaded and uses every word effectively.

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 and a simple purpose, the description is largely complete. However, because there is no output schema, mentioning the return format (e.g., text or JSON) would add clarity. Still, the core intent is clear, and the simplicity lessens the need.

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 per the rubric, a baseline of 4 applies. The description correctly omits parameter details since none exist, and it adds nothing that contradicts the schema. No further compensation is needed.

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: 'Show the current MCP platform and adapter versions.' It uses a specific verb ('Show') and resource ('MCP platform and adapter versions'), and it's distinct from siblings like toolkit_info which likely covers broader information. Clear and unambiguous.

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. While it's straightforward to infer (e.g., when version info is needed), there is no explicit mention of context, prerequisites, or exclusions. The description only states purpose without usage context.

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

authenticate, connect, and toolkit_info all address authentication/connection state and could easily lead an agent to pick the wrong one. marketplace also contains sub-actions (invoke, report_bug, get_prompt, etc.) that overlap with the dedicated sintegra_ap_consultar and report_bug tools, so boundaries are unclear.

Naming Consistency2/5

Names mix bare verbs (authenticate, connect), nouns (marketplace, toolkit_info), verb_noun pairs (report_bug, show_version), and a Portuguese reverse-order name (sintegra_ap_consultar), so there is no consistent action-object convention. Only the lowercase snake_case style is uniform.

Tool Count4/5

Seven tools is a manageable number, and the platform utility tools have clear maintenance roles. The scope is slightly awkward though, because six generic meta-tools surround a single SINTEGRA lookup and marketplace bundles many capabilities into one tool.

Completeness3/5

For a single-source Brazilian official-data lookup, sintegra_ap_consultar may be enough, and marketplace covers install/billing/prompt workflows. However, there are notable gaps around wallet/credit visibility, logout/revocation, and query history, and the domain purpose is diluted by generic platform tooling.