Skip to main content
Glama

Infrações Trabalhistas (MTE)

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 readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds that the conversation array aids reproduction, which is useful context. However, it says nothing about side effects, submission limits, or what happens after reporting, leaving some behavioral ambiguity.

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 sentences, each providing value. It is front-loaded with the purpose and immediately gives the key usage instruction. No wasted words.

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?

For a simple bug-report tool, the description covers the main action and the key reproduction hint. However, it omits explanation for 'context' and does not clarify the output/confirmation behavior. Given the minimal schema annotations, this is a moderate gap.

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 0% description coverage, so the description must explain the parameters. It only clarifies 'conversation' (as an array) but not 'message' or 'context'. Moreover, it calls 'conversation' an array while the schema types it as a string, adding confusion rather than resolving semantics.

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 uses a specific verb ('Report') and names the resource ('a bug, missing feature, or send feedback'), making the tool's purpose immediately clear. It also distinguishes this from sibling tools, which are unrelated (auth, connect, marketplace, etc.).

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 instruction to 'Include the conversation array with recent messages for reproduction' gives direct usage guidance. There are no similar sibling tools, so no explicit alternatives are needed, but the description could mention when to prefer this over other channels.

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

The tools serve mostly distinct purposes: authentication, connection status, marketplace browsing, the domain-specific query, bug reporting, version info, and toolkit state. There is slight overlap between 'connect' and 'toolkit_info' in connection status reporting, but the descriptions clarify their distinct focuses.

Naming Consistency2/5

Tool names follow no consistent pattern: some are verb-noun ('report_bug', 'show_version'), one is a single verb ('connect'), one is a noun ('marketplace'), one is a long Portuguese phrase ('mte_infracoes_consultar'), and one mixes noun+noun ('toolkit_info'). This heterogeneous naming makes the set feel uncoordinated.

Tool Count3/5

Seven tools is within a typical range, but only one tool actually addresses the server's stated purpose of labor infractions. The other six are generic platform utilities, making the server feel overstuffed with unrelated functionality for a specialist domain.

Completeness2/5

For a server dedicated to 'Infrações Trabalhistas', the only domain tool is a single query by CPF/CNPJ. There are no additional operations like listing infraction details, appeals, or supporting different query types. The surface is minimal and likely insufficient for broader use cases.