Skip to main content
Glama

Prefeitura MG Itaúna: 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

A4.2/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=false, idempotentHint=true, and destructiveHint=false, which already convey the operation type. The description adds useful behavioral context by instructing to include the conversation array for reproduction, which is not evident from annotations alone.

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 conveys the tool's purpose and the key parameter requirement without any wasteful words. It is concise and well-structured.

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?

For a simple reporting tool with no nested objects or output schema, the description adequately covers the main action and important parameter guidance. It does not describe return values, but for a one-way reporting action, this is not a significant omission.

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?

Schema description coverage is 0%, so the description must compensate. It explains the purpose of the 'conversation' parameter ('recent messages for reproduction') and implicitly clarifies the 'message' parameter as the bug/feature/feedback content. However, the 'context' parameter is unexplained, leaving a gap in full parameter semantics.

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 ('Report') and resource ('bug, missing feature, or send feedback'). It distinguishes itself from sibling tools like authenticate, connect, and show_version, which serve entirely different functions.

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 clear context on when to use the tool: to report a bug, missing feature, or send feedback. It does not explicitly exclude any scenarios or name alternatives, but sibling tools do not overlap with this function, so the guidance is sufficient.

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

Most tools have distinct purposes: authentication, connection status, marketplace search/run, certificate consultation, bug reporting, version info, and toolkit state. However, `connect` and `toolkit_info` overlap in reporting connection status, and `authenticate`/`connect` are closely related. Still, the primary functions are mostly separable.

Naming Consistency2/5

Naming conventions are mixed: single-word verbs (`authenticate`, `connect`, `marketplace`), verb_noun (`report_bug`, `show_version`), noun_underscore (`toolkit_info`), and a long prefixed snake_case name (`pref_mg_itauna_cnd_consultar`). No consistent pattern across the set.

Tool Count2/5

Seven tools is a reasonable count for a platform server, but the server is named after a single Brazilian municipal debt certificate service. Six of the seven tools are generic platform utilities with no direct relation to that stated purpose, making the set poorly scoped for its apparent domain.

Completeness2/5

For the declared purpose of consulting a negative debt certificate, only one tool actually performs that function. The remaining tools are platform management features that do not cover any additional aspects of the municipal services domain. The set feels like a generic platform shell mistakenly attached to a specific service name.