Skip to main content
Glama

Receita PJ QSA + Participação

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 indicate this is a non-read-only, idempotent operation. The description adds the instruction to include the conversation array for reproduction, which is helpful, but it doesn't disclose what happens after reporting (e.g., ticket creation, confirmation) or any side effects beyond the 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-loaded with the tool's purpose, no redundant wording.

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?

The description gives the core purpose and one key parameter use, but lacks information about return values or post-submission behavior (no output schema). The 'context' parameter is unexplained, and the 'conversation' type discrepancy (array vs string) isn't clarified. For a simple tool it's adequate but incomplete.

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 description clarifies the 'conversation' parameter as an array containing recent messages, which is not explained in the schema. However, 'context' and 'message' are not explicitly defined, leaving their semantics to inference given the tool's purpose.

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 the specific verb 'Report' and lists three resource types: bug, missing feature, feedback. This clearly distinguishes it from sibling tools, none of which relate to reporting.

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 implicitly indicates when to use it (when there's a bug or feedback) and provides explicit guidance to include the conversation array for reproduction. However, it doesn't explicitly mention alternatives or exclusions, though no near alternatives exist.

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 distinct purpose: authentication, connection status, marketplace operations, the QSA consultation, bug reporting, version info, and toolkit state. There is no ambiguity between them.

Naming Consistency2/5

Names mix languages (English vs. Portuguese) and conventions: verbs (connect, authenticate), nouns (marketplace, toolkit_info), and verb_noun (report_bug, show_version, receita_pj_qsa_consultar). No consistent pattern is followed.

Tool Count2/5

Seven tools is a reasonable number, but the majority are generic platform utilities unrelated to the server's stated domain of 'Receita PJ QSA + Participação'. The set feels bloated with infrastructure controls rather than focused on its purpose.

Completeness1/5

The domain is served by only a single tool (receita_pj_qsa_consultar). There are no other operations like listing, pagination, or historical data, leaving the surface severely incomplete for a dedicated company data server.