Skip to main content
Glama

DER PR: Certidão Negativa de Débitos (por placa)

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.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate idempotentHint=true and destructiveHint=false, suggesting a safe, non-destructive operation. The description adds that it requires a conversation array for reproduction, which is useful behavioral context. It doesn't mention response behavior or side effects, but given the annotations, the description adds some extra value without contradiction.

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, focused sentence that covers the core purpose and the key parameter guidance. It is front-loaded with the action and includes the critical instruction about the conversation array. No redundant words.

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?

The tool is relatively simple with 3 parameters, no output schema, and one required field. The description provides enough context for basic use and the key reproduction detail. It lacks full parameter coverage (context is unexplained), but the core usage is clear for a feedback tool. Given the straightforward nature, the description is sufficiently complete for an agent to select and invoke it correctly.

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

Parameters3/5

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

The schema has 0% description coverage, so the description must compensate. It mentions the 'conversation' parameter ('Include the conversation array with recent messages for reproduction') and indirectly references the 'message' parameter as the main content. However, it doesn't explain the 'context' parameter, which is included in the schema but not addressed in the description. Since the description covers two of three parameters, it provides partial compensation.

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 states the tool's purpose: 'Report a bug, missing feature, or send feedback.' This is a clear verb (report/send) with specific resource types (bug, missing feature, feedback), and it implies a single action. It doesn't explicitly distinguish from siblings, but the sibling list doesn't include similar feedback tools (e.g., 'authenticate', 'connect', 'marketplace'), so it stands out adequately.

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 says when to use it (when reporting a bug or sending feedback) and hints at what to include (conversation array with messages). However, it doesn't provide explicit exclusions or alternative tool references. There is no guidance on when not to use it, but given the simple nature and no obvious overlap, this is acceptable.

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
Disambiguation3/5

The single domain tool (der_pr_certidao_debitos_consultar) is clearly distinct, but the platform utilities overlap: connect, authenticate, and toolkit_info all touch connection status and credentials, causing potential confusion about which to call.

Naming Consistency2/5

Names are inconsistent: the domain tool uses a long snake_case name (der_pr_certidao_debitos_consultar) while the rest are single lowercase verbs or nouns (authenticate, connect, marketplace, report_bug, show_version, toolkit_info). Mixed verb/noun patterns and no clear prefix hierarchy.

Tool Count2/5

At 7 tools, the count is not excessive, but 6 are generic platform utilities unrelated to the server's stated purpose. The server is ostensibly for a specific debt certificate query, yet only one tool actually serves that domain, making the purpose diluted and the count feel inflated.

Completeness2/5

The domain surface is severely incomplete: only a single query operation (der_pr_certidao_debitos_consultar) exists, with no support for other certificate types, document formats, or status checks. The remaining tools are platform-related and do not address the domain's lifecycle or variants.