Skip to main content
Glama

Tribunal TRT10: Consulta Processual

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

A4/5.0
Behavior3/5

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

With annotations indicating idempotentHint=true and destructiveHint=false, the safety profile is already clear. The description adds useful context by specifying that the conversation array is needed for reproduction, but it doesn't disclose other behavioral details (e.g., where the report goes, confirmation behavior). It 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 two concise sentences: the first defines the scope, the second provides a necessary instruction. There is no padding or redundancy; every word contributes to the tool's usability.

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 reporting tool with three parameters and no output schema, the description covers the main purpose and provides key usage instructions. It lacks details about the context parameter and doesn't describe consequences of reporting, but given the tool's simplicity and the annotations, it is nearly complete.

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 does explain the conversation parameter as 'recent messages for reproduction' and implies message is the report text. However, the context parameter is left completely unexplained, leaving a gap in semantic guidance.

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 purpose with a specific verb and resource: 'Report a bug, missing feature, or send feedback.' This distinguishes it from sibling tools like authenticate or marketplace, which are unrelated to 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 provides clear usage context by listing the three use cases (bug, missing feature, feedback) and gives a specific instruction: 'Include the conversation array with recent messages for reproduction.' While it doesn't explicitly exclude alternatives, no sibling tools serve a similar reporting function, so the guidance is adequate.

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

Each tool has a clearly distinct purpose: auth, connection status, marketplace, bug reporting, version, toolkit info, and the domain-specific process query. No two tools overlap in functionality, and descriptions clearly differentiate them.

Naming Consistency3/5

All names use snake_case, but the pattern is inconsistent: some are verbs (authenticate, connect, report_bug, show_version) while others are nouns (marketplace, toolkit_info, tribunal_trt10_processo_consultar). The domain tool's name is unusually long and specific, further breaking uniformity.

Tool Count2/5

The server is intended for TRT10 process consultation, yet 6 of 7 tools are generic platform utilities unrelated to the domain. Only one tool actually performs the stated purpose, making the set poorly scoped for the server's user-facing role.

Completeness2/5

The domain surface consists of a single query tool (tribunal_trt10_processo_consultar) with no supporting operations like search variants, history, or bulk actions. While it may cover a simple 'consult by process number' workflow, any additional need within the domain would fail, and the platform tools do not address domain-specific gaps.