Skip to main content
Glama

Polícia Rodoviária Federal: Débitos

report_bug

Idempotent

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

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 provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so safety is conveyed. The description adds the instruction to include recent conversation for reproduction, which is useful behavioral context, but it doesn't describe response behavior or side effects beyond what annotations imply. 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, front-loaded sentence that covers purpose and a key usage hint. Every word adds value; no filler or repetition.

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 (3 params, no output schema), the description adequately covers the main use case and instructs on the critical parameter (conversation). It does not explain the 'context' parameter or response format, but for a bug-report tool this is acceptable. The description is mostly complete for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. The description explains the purpose of the 'conversation' parameter (for reproduction) but leaves 'message' and 'context' undocumented in the description. While the required 'message' parameter is self-explanatory, 'context' is not addressed, and the description does not fully compensate for the lack of schema explanations.

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 purpose: 'Report a bug, missing feature, or send feedback.' It uses a specific verb ('Report') and resource ('bug/missing feature/feedback'), which distinguishes it from sibling tools like authenticate or marketplace.

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 ('to report a bug, missing feature, or send feedback') but does not explicitly contrast with alternatives or state when not to use. It provides a usage hint to include the conversation array for reproduction, but no explicit exclusions or selection criteria.

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 serve overlapping meta-purposes: 'authenticate' and 'connect' both handle connection/auth flows, while 'marketplace', 'report_bug', 'show_version', and 'toolkit_info' are generic platform utilities that could apply to any server, not specific to the PRF débitos domain. This creates confusion about when to use which tool, especially for an agent expecting a focused domain toolset.

Naming Consistency2/5

The one domain-specific tool 'prf_debitos_consultar' uses a descriptive prefix, but the other tools are generic verbs (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with no consistent pattern or domain alignment. The mixing of specific domain naming with generic platform utility names breaks any coherent convention.

Tool Count3/5

At 7 tools total, the count is reasonable for a server, but it is misleading: only 1 tool actually serves the stated purpose (PRF débitos), while 6 are generic MCP platform utilities (auth, catalog, version info, bug reporting) that could belong to a separate meta-server. For the PRF domain, 1 domain tool feels thin.

Completeness1/5

The server claims to be about 'Débitos' (debt/fines) from the Polícia Rodoviária Federal, but besides a single 'consultar' (query) tool, there is no coverage for common lifecycle operations (e.g., listing different debt types, checking payment status, getting details, or handling errors). The remaining tools are unrelated platform meta-functions, leaving the stated domain severely under-covered.