Skip to main content
Glama

DER SP: Multas e Recursos

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.3/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 it's a safe read operation. The description adds that it returns platform and adapter versions, but it doesn't disclose any additional behavioral traits beyond that. This is acceptable for such a simple tool.

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 that is perfectly concise and front-loaded. Every word contributes meaning—'Show', 'current', 'MCP platform', 'adapter versions'—with zero redundancy.

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?

For a simple read-only version check with no output schema and no parameters, the description is complete. It tells exactly what the tool shows, and annotations cover safety. No additional context is needed.

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, so the description does not need to explain parameter semantics. Baseline is 4 for no params, and the description correctly adds no unnecessary detail.

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 current MCP platform and adapter versions. It uses a specific verb (show) and resource (versions), and the scope (platform and adapter) distinguishes it from sibling tools like authenticate, connect, and report_bug.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

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

The description implies when to use the tool—whenever version information is needed—and no alternatives are needed given its simplicity. However, it does not explicitly state when not to use or provide alternative tool references, though that seems unnecessary here.

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

Several tools have overlapping responsibilities: connect and toolkit_info both report connection/status details, and marketplace includes report_bug and list_tools functionality that duplicates dedicated tools. Only der_sp_multas_consultar has a clearly unique domain purpose.

Naming Consistency2/5

Tool names mix bare verbs (authenticate, connect), snake_case domain terms (der_sp_multas_consultar), and noun-style commands (marketplace, toolkit_info), with no consistent verb_noun convention. The naming feels ad hoc rather than patterned.

Tool Count3/5

Seven tools is within a reasonable numeric range, but the server's scope is split between one domain-specific query and several generic platform utilities. The marketplace tool also packs many suboperations into a single megatool, making the apparent tool count misleading.

Completeness2/5

For a server named 'Multas e Recursos', the only domain tool is a single consultation action; there is no appeal/recursos workflow or broader fine lifecycle coverage. The remaining tools are platform management utilities rather than domain features.