Skip to main content
Glama

SINTEGRA: RS

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

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

Annotations already convey idempotentHint=true and readOnlyHint=false, so the safety profile is known. The description adds the behavioral requirement to include recent conversation messages for reproduction, but it doesn't disclose what happens after reporting (e.g., whether a response is returned, or if data is sent externally). This is acceptable but not rich.

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 a single, front-loaded sentence that states the purpose and a key usage hint. Every word earns its place, with no fluff or repetition of schema data.

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?

This is a simple tool with no output schema and no nested objects. The description covers the main purpose and the most important parameter guidance. However, it omits how to handle the 'context' parameter and what the user should expect after submitting, but for a bug-report tool this is mostly adequate.

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 for parameter meanings. It only mentions the conversation array, without explaining the required 'message' field, the 'context' field, or that conversation is a string (likely JSON) with a default of '[]'. This leaves significant ambiguity.

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 unrelated sibling tools 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?

The description gives explicit context that the conversation array should be included for reproduction, which helps the agent know what to provide. It does not explicitly name alternatives or when-not-to-use, but the sibling tools are clearly different domains, so the usage context is clear enough.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes (authentication, connection status, marketplace, version, consultation). However, connect and toolkit_info both return connection-related status, creating slight overlap. Marketplace is a mega-tool with many sub-actions, but its description is thorough enough to avoid confusion.

Naming Consistency2/5

Naming conventions are inconsistent: some tools are verbs (authenticate, connect, report_bug), some are nouns (marketplace, toolkit_info), and one is a Portuguese compound verb (sintegra_rs_consultar). There is no consistent verb_noun pattern, and the language mix further weakens predictability.

Tool Count5/5

With 7 tools, the set is well-scoped for a platform management server. Each tool serves a distinct high-level function, and the count is within the ideal range without feeling bloated or sparse.

Completeness4/5

The tool surface covers core platform operations: authentication, connection status, marketplace interactions (search/invoke/install), bug reporting, version display, and toolkit state. Minor gaps exist, such as no explicit disconnect or dedicated credential management beyond what marketplace/connect offer, but agents can work around these.