Skip to main content
Glama

DETRAN PB: 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.8/5.0
Behavior3/5

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

Annotations already indicate readOnly=false, destructive=false, and idempotent=true. The description adds the requirement to include a conversation array for reproduction but does not disclose any other side effects or outcomes. This is acceptable but minimal.

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 two concise sentences with no redundant information. It efficiently conveys the purpose and a key requirement.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides enough context for a basic bug report, but it lacks details about expected input format, optional fields, or what happens after submission. Given no output schema, it is acceptable but not comprehensive.

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?

The schema has no descriptions for parameters (0% coverage). The description hints at the conversation parameter but leaves context and message undefined. This is insufficient for the agent to understand the purpose of each parameter.

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 that the tool reports a bug, missing feature, or sends feedback, which is a specific action. It also distinguishes itself from sibling tools by its focus on reporting issues.

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 (when reporting a bug or providing feedback) and gives a specific instruction to include the conversation array for reproduction. However, it does not explicitly contrast with alternatives or state conditions for non-use.

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

A3.5/5.0
Disambiguation3/5

Most tools have distinct purposes, but marketplace is a multi-purpose hub that overlaps with connect and toolkit_info for managing MCPs and could confuse agents discerning current state vs. discovery/run capabilities. The primary domain tool (detran_pb_licenciamento_consultar) is clear, but the platform-level tools have some boundary overlap.

Naming Consistency2/5

Naming is inconsistent: some tools use snake_case verbs (detran_pb_licenciamento_consultar, show_version, report_bug), some are single-word nouns without verbs (connect, marketplace, toolkit_info), and one uses an imperative (authenticate). There is no consistent verb_noun pattern across the set.

Tool Count4/5

7 tools is a reasonable count for a server that combines a specific domain query tool with platform meta-tools (auth, marketplace, bug reporting, version checks). It is slightly heavy because several tools are housekeeping rather than domain features, but still within an acceptable range.

Completeness2/5

The domain surface is severely limited: only one tool for the stated purpose (consulting DETRAN PB licensing), with no supporting tools for fetching details, history, or related vehicle operations. The remaining tools focus on platform management rather than the domain, making the server feel incomplete for its primary claim.