Skip to main content
Glama

Tribunal TJTO: Certidão Judicial

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

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

Annotations already indicate non-readonly, non-destructive, and idempotent behavior. The description adds minimal behavioral context (e.g., that the conversation is for reproduction) but does not explain side effects, error handling, or what happens after reporting. Since annotations cover basic traits, a score of 3 reflects moderate transparency beyond 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 concise and well-structured: two sentences that clearly state the action and the key usage hint. No redundancy or unnecessary details.

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?

Given the simple tool with three parameters and no output schema, the description should provide enough context to use it effectively. It fails to explain 'message' and 'context', does not specify expected outcomes, and does not clarify the 'conversation' type mismatch. This leaves significant gaps for a user to understand the tool's complete behavior.

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 three parameters (message, context, conversation) with zero description coverage. The description only clarifies the purpose of 'conversation' (for reproduction), while 'message' and 'context' remain unexplained. Additionally, the description refers to 'conversation array' but the schema defines it as a string, creating a potential mismatch. This is insufficient for understanding parameter usage.

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.' It is specific and distinct from all sibling tools (authenticate, connect, marketplace, etc.), which have no overlapping purpose.

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 implicit usage guidance by mentioning 'Include the conversation array with recent messages for reproduction,' which hints at when to use this tool (to report issues with reproduction context). However, it does not explicitly state when not to use it or compare with alternatives, but given the unique purpose among siblings, 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.