Skip to main content
Glama

DETRAN PA: Licenciamento

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

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

Annotations already declare idempotentHint=true Ring readOnlyHint=false and destructiveHint=false. The description adds that it expects a conversation array for reproduction, which is useful context. However, it doesn't elaborate on side effects, authentication needs, or what happens after submission, but given the simple nature and annotation coverage, a 3 is appropriate.

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?

Two sentences, no waste. It states the purpose and the key instruction in under 25 words. Perfectly concise and front-loaded.

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?

For a simple tool with annotations covering safety and idempotency, the description covers the core purpose and the special reproduction requirement. It lacks parameter details, but the tool is simple and the schema has defaults. Given the low complexityaintost, it's mostly complete but could be better on parameter documentation.

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 description coverage is 0%, so the description must compensate. It mentions 'conversation' but doesn't explain 'message' or 'context'. The required 'message' field is not described at all in the description. This is a significant gap for a tool where the main input is 'message'.

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 it's for reporting bugs, missing features, or feedback, and mentions the conversation array for reproduction. This distinguishes it from the sibling tools (authenticate, connect, marketplace, etc.) which have 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 Guidelines4/5

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

The description gives clear context on when to use (for bug reports/feedback) and provides an instruction to include the conversation array. It doesn't explicitly exclude any scenarios or name alternatives, but the purpose is obvious enough that an agent would know when to invoke it.

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.