Skip to main content
Glama

JUCESP: REDESIM, Acompanhamento de Protocolo

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 cover idempotency and non-destructive behavior. The description adds context that the conversation details are used for reproduction, but it does not disclose side effects (e.g., data delivery method, whether a response is expected) or any other operational nuances. No contradiction with 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?

Two concise sentences front-load the purpose and then give one necessary usage note. No redundant language or repetition of schema-field names.

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 3-parameter tool with no output schema, this description is minimally adequate. It says what the report is and how to improve reproducibility, but omits guidance for the 'context' parameter and does not describe what happens after submission or any possible errors.

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 clarify all parameters. It partially explains 'message' by implication (bug/feedback text) and 'conversation' by telling users to include recent messages, but it leaves 'context' completely undefined and does not specify formats or examples for conversation beyond 'array'.

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 exact purpose: 'Report a bug, missing feature, or send feedback.' This is specific and distinct from all sibling tools, which cover unrelated actions like authenticate, connect, and marketplace.

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?

It provides clear user-facing context for when to use the tool (bug, missing feature, feedback) and even gives a usage hint about including the conversation array. However, it does not explicitly discuss when not to use it or compare with alternatives, though none of the siblings compete.

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

Each tool has a distinct purpose: authentication, connection status, protocol consultation, marketplace access, bug reporting, version info, and toolkit state. No two tools appear to do the same thing, though connect and toolkit_info both report connection-related information.

Naming Consistency2/5

Names mix lowercase verbs (authenticate, connect), underscore-separated verbs (report_bug, show_version), nouns (marketplace, toolkit_info), and a long snake_case domain-specific name (jucesp_redesim_protocolo_consultar). The conventions are inconsistent and do not follow a single pattern.

Tool Count4/5

7 tools is a reasonable count for a platform server that includes both domain-specific functionality and administrative utilities. It is within the typical 3-15 range, though the presence of generic marketplace and utility tools alongside a single domain tool makes the scope slightly mixed.

Completeness2/5

The server's stated domain is JUCESP REDESIM protocol tracking, but it offers only one consultation tool (jucesp_redesim_protocolo_consultar) with no list, update, or cancel operations. The remaining tools are platform-level utilities, so the domain-specific surface is severely limited for a dedicated server.