Skip to main content
Glama

Veículos do Proprietário

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

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

Annotations are present (readOnlyHint=false, idempotentHint=true, destructiveHint=false), which already convey the general safety profile. The description adds the behavioral requirement to include the conversation array for reproduction, but it does not disclose what happens after submission, potential side effects, or whether it creates an external ticket. The description does not contradict 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 only two sentences (18 words) and is front-loaded with the core purpose. Every word earns its place; there is no redundant or filler content.

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

Completeness2/5

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

The tool has three parameters with no schema descriptions and no output schema. The description covers purpose and the conversation parameter, but it omits the 'context' parameter entirely and misleadingly calls conversation an array rather than a string. The agent lacks enough information to reliably invoke the tool correctly, especially regarding parameter types and optional fields.

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 instructs to include the 'conversation array,' but the schema defines conversation as a string (default '[]'), creating a type mismatch that could mislead an agent to pass an actual array instead of a JSON string. It also does not explain the 'context' parameter, leaving its purpose ambiguous.

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: 'Report a bug, missing feature, or send feedback.' This is a specific verb and resource, and it is distinct from all sibling tools (authenticate, connect, marketplace, etc.), which have unrelated purposes.

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 the tool should be used for reporting issues or feedback, but it provides no explicit 'when to use' guidance or alternatives. It does instruct to include the conversation array for reproduction, which is a practical usage hint, but it does not specify when not to use it or compare it to sibling tools.

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

Most tools have clearly distinct purposes: authentication, connection status, marketplace exploration, bug reporting, version info, and toolkit state. However, 'connect' and 'toolkit_info' both report on connection status, which could cause some confusion for an agent deciding which to call.

Naming Consistency2/5

Naming is highly inconsistent: single-word verbs (authenticate, connect, marketplace), verb_noun patterns (report_bug, show_version), noun-based names (toolkit_info), and a Portuguese verb_noun_noun phrase (veiculo_frotas_consultar). There is no uniform convention or predictable verb/noun ordering.

Tool Count2/5

Although there are 7 tools, 6 of them are generic platform management utilities unrelated to the server's stated purpose ('Veículos do Proprietário'). The single domain-specific tool is buried among unrelated infrastructure tools, making the count feel bloated and unfocused for the apparent vehicle-query scope.

Completeness2/5

For a server named 'Veículos do Proprietário', only one vehicle-related operation exists (consult by CPF/CNPJ). There is no way to list, update, delete, or otherwise manage vehicle records. The tool offers a single lookup with no CRUD lifecycle coverage, leaving the domain surface severely incomplete.