Skip to main content
Glama

Prefeitura BA Ilheus: 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.8/5.0
Behavior3/5

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

Annotations already convey idempotency, non-read-only, and non-destructive behavior. The description adds useful context by instructing to include recent conversation messages for reproduction, but it does not disclose what happens after submission, whether data is sent externally, or whether a confirmation is returned. This is acceptable but not rich given 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 primary action and followed by a key usage instruction. Every word earns its place with no redundancy or filler.

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 tool is relatively simple with only three parameters and no output schema, but the description leaves `context` unexplained and does not describe what happens after a successful report. It covers the core purpose and one important parameter, but an agent would still need to infer how to populate the missing fields and what to expect in response.

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, but it only explains the conversation parameter's purpose ('recent messages for reproduction'). It does not clarify what `context` should contain, and it only indirectly maps `message` to bug/feature/feedback text. Additionally, calling `conversation` an 'array' while the schema declares it as a string with default '[]' creates 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 function with a specific verb: 'Report a bug, missing feature, or send feedback.' This unambiguously distinguishes it from siblings like authenticate, connect, or show_version, which have completely different purposes.

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 direct usage context by telling the agent to 'Include the conversation array with recent messages for reproduction.' It does not explicitly mention alternatives or exclusions, but the sibling tools have no overlapping functionality, so the intended use is reasonably clear.

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

Several tools overlap in the authentication/connection space (authenticate, connect, toolkit_info), and the massive marketplace tool dwarfs the single domain-specific tool. An agent may struggle to choose the right tool for routine setup vs. actual certificate consultation.

Naming Consistency2/5

Tool names mix bare verbs (authenticate, connect), nouns (marketplace), a Portuguese descriptive phrase (pref_ba_ilheus_cnd_consultar), and compound verbs (report_bug, show_version). No consistent verb_noun pattern is followed.

Tool Count2/5

Seven tools is numerically reasonable, but six are generic platform utilities unrelated to the server's stated purpose. The actual domain-specific functionality is reduced to a single tool, making the set feel bloated and misaligned.

Completeness3/5

The domain of issuing a negative certificate is served by one core consultation tool, but no additional domain operations (e.g., certificate history, validation, cancellation) exist. The platform tools add unrelated breadth rather than filling domain-specific gaps.