Skip to main content
Glama

DPRF Nada consta: Multas Pagas

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.9/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 read-only nature is covered. The description adds no additional behavioral context like data sources or side effects, but for a simple version lookup 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?

One sentence, front-loaded with the verb and resource. Every word is meaningful and there is no redundant filler.

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?

Given the trivial complexity, empty schema, and strong annotations, the description fully covers what the tool does and what the agent should expect. An output schema is not needed for a simple version response.

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 is empty, so the description is not required to elaborate on parameter details. Baseline 4 applies since there are no parameters to document.

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 the specific verb 'Show' with a clear resource: 'current MCP platform and adapter versions.' This precisely distinguishes the tool from siblings like report_bug or marketplace, 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 Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives such as toolkit_info. There is no mention of troubleshooting or version-checking contexts, nor any exclusions, so the agent must infer usage from the name alone.

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.1/5.0
Disambiguation2/5

The only domain tool, dprf_nada_consta_multas_pagas_consultar, is clearly distinct, but connect, toolkit_info, and marketplace overlap around connection status, installed tools, and dispatch. Their lengthy descriptions force careful reading and make tool selection ambiguous.

Naming Consistency2/5

Six tools use short English imperative verbs such as authenticate, connect, report_bug, and show_version, but the domain tool is a long Portuguese snake_case phrase ending in consultar. The set mixes languages, lengths, and verb placement with no consistent convention.

Tool Count2/5

Seven tools is not a large count, but six are generic platform utilities unrelated to the named DPRF 'Nada consta' service. The actual domain surface is a single consultation tool, so the count feels padded rather than purpose-scoped.

Completeness3/5

For a simple official-source query, the single consultation tool covers the core need and no CRUD lifecycle is expected. However, the server lacks any domain-specific supporting operations such as result history, formatting, or related consultation types, while the platform tools do not address that gap.