Skip to main content
Glama

DPRF Nada consta: Multas em Aberto

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.7/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 the agent knows this is a safe, non-destructive read operation. The description adds minimal behavioral context beyond that, but it does specify what versions are shown (platform and adapter). No contradiction with annotations.

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 sentence, concise, and front-loaded with the action. Every word earns its place. No fluff or redundancy.

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?

Given the tool's simplicity (no parameters, no output schema, clear annotations), the description is complete enough. It tells the agent exactly what the tool does. The only minor gap is that it doesn't specify the format of the version output, but that's not critical for a version-check tool.

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 the schema description coverage is 100% (vacuously). The description doesn't need to explain parameters since there are none. Baseline for 0 params is 4, and the description is sufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: showing current MCP platform and adapter versions. It uses a specific verb ('Show') and resource ('MCP platform and adapter versions'), which is clear and distinguishes it from sibling tools like 'toolkit_info' which likely provides broader information.

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: when you need to know the versions of the MCP platform and adapter. It doesn't explicitly state when not to use it or mention alternatives, but given the tool's simplicity and the sibling context, it's adequate. No explicit exclusions or alternative references are provided.

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

B3.4/5.0
Disambiguation2/5

authenticate and connect overlap on credential/connection territory, and marketplace is an overloaded mega-tool that also contains report_bug, list_tools, install, subscribe, and connect-related flows, duplicating several dedicated tools. Only dprf_nada_consta_consultar has a clearly unique, non-overlapping purpose.

Naming Consistency2/5

The tool names are a mix of English imperative verbs (authenticate, connect, report_bug, show_version), English noun phrases (marketplace, toolkit_info), and a long Portuguese resource-style name (dprf_nada_consta_consultar). There is no consistent verb_noun or language pattern to guide an agent's selection.

Tool Count3/5

Seven tools is not a large count, but only one tool is actually domain-specific to the DPRF Nada Consta purpose. The other six are generic platform/management tools, so the server feels like a broad platform with a single domain query bolted on rather than a focused domain MCP.

Completeness4/5

The core flow is covered: authenticate/connect for access, dprf_nada_consta_consultar for the actual inqueria, and marketplace for payment/top-up. There is no deeper history or detail-level management surface, but for a read-only official consultation service the primary workflow is present.