Skip to main content
Glama

Detalhamento Negativo

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.1/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 the specific output (platform and adapter versions) but no additional behavioral context such as authentication requirements or return format. With annotations present, this is acceptable.

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?

Single sentence with no wasted words. Fully front-loaded and immediately comprehensible.

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?

With zero parameters and no output schema, the description is complete enough for an agent to know what the tool does and what to expect (version information). No missing context is critical.

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?

Tool has zero parameters, so the schema carries no burden and description need not compensate. The description adds context about what the tool shows (versions) which is sufficient. Baseline for zero params 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?

Clear, specific verb ('Show') with explicit resource ('current MCP platform and adapter versions'). Distinguishes from siblings like toolkit_info (which likely provides broader information) and authenticate/connect (unrelated). 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?

No explicit when-to-use or alternative guidance is provided. The purpose implies its usage (for checking versions), but there's no mention of when to prefer this over siblings like toolkit_info. This is implied usage, not explicit guidance.

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

Most tools have distinct purposes, but marketplace's ability to find MCPs for CPF queries overlaps with credito_negativo_consultar, and authenticate/connect both deal with authentication states, requiring careful reading of descriptions to avoid misselection.

Naming Consistency2/5

Tool names mix English verbs, nouns, and a Portuguese compound phrase, with inconsistent patterns like bare verbs (authenticate, connect), noun-only (marketplace), and verb_noun (report_bug, show_version) alongside noun-based names (toolkit_info). This lacks a coherent convention.

Tool Count4/5

7 tools is within a reasonable range, but the marketplace tool is a mega-tool covering many sub-actions (search, invoke, install, etc.) that could be split for clarity. Still, the count itself is not excessive.

Completeness2/5

The server's stated purpose (negative credit detail) is covered by only one tool (credito_negativo_consultar), while the remaining tools are generic platform utilities. Missing domain-specific operations such as report history, dispute handling, or credit limit management leave significant gaps.