Skip to main content
Glama

SEFAZ PR: Certidão Negativa de Débitos

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 readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds that the conversation array is for reproduction, implying data is sent for debugging. It does not contradict annotations, but it could be more transparent about the side effect of transmitting data externally. It adds some context beyond the annotations, but not extensively.

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, direct sentence with an additional imperative instruction. It is perfectly concise, front-loads the tool's purpose, and contains no redundant words.

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 tool with three simple parameters and no output schema, the description adequately conveys the core function and a key requirement. However, it omits any detail about the required 'message' field, which is essential for the agent to use the tool correctly. A more complete description would briefly mention what message or context are for.

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 explicitly references the 'conversation' parameter and explains its purpose ('with recent messages for reproduction'), which is valuable given 0% schema coverage. However, it does not mention the required 'message' parameter or the optional 'context' parameter, leaving room for ambiguity about their meaning.

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 specific verbs 'Report' and 'send feedback' and clearly identifies the resource ('bug, missing feature, or feedback'). It also adds a distinctive usage hint about the conversation array, which goes beyond simply restating the tool name and differentiates it from unrelated siblings like 'authenticate' and 'connect'.

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 opening phrase gives clear context for when to use the tool, and the directive to 'Include the conversation array with recent messages for reproduction' is a practical usage guideline. However, it does not explicitly mention alternatives or any exclusions, so it stops short of a 5.

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
Disambiguation4/5

Tools have mostly distinct purposes: authentication, status, marketplace search/invoke, bug reporting, a specific query, version info, and toolkit info. Some overlap exists between connect and toolkit_info (both report connection state), but overall the boundaries are clear enough.

Naming Consistency2/5

Naming is inconsistent: single verbs (authenticate, connect) mix with descriptive names (marketplace, report_bug, show_version, toolkit_info), and the domain-specific tool uses a long Portuguese name. No uniform verb_noun or camelCase pattern is followed.

Tool Count4/5

With 7 tools, the count is within the typical 3-15 range. The server bundles platform management with a single domain tool, which is slightly unusual but still reasonable given the dual purpose.

Completeness4/5

For its stated purpose (SEFAZ PR certificate query), the single consult tool covers the main need, and platform tools comprehensively manage MCP marketplace operations. Minor gaps exist (e.g., no explicit certificate history or financial operations), but core workflows are supported.