Skip to main content
Glama

CADIN São Paulo

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 provide readOnlyHint:false, destructiveHint:false, and idempotentHint:true, so the description adds limited behavioral context by mentioning the conversation array requirement. It does not disclose outcomes or side effects of submitting a report, such as ticket creation or system changes.

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 two sentences long, front-loaded with the primary purpose, and contains no redundant or extraneous wording. Every word earns its place.

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?

Given the tool's simplicity (3 params, no output schema) and existing annotations, the description covers the main purpose and a key usage detail, but it omits the context parameter meaning and what happens after reporting. This makes it adequate yet 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?

Schema description coverage is 0%, so the description must compensate. It explains the conversation parameter (for reproduction) and implies the message content via 'report a bug, missing feature, or feedback', but it does not describe the context parameter at all, leaving a significant gap.

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 'Report a bug, missing feature, or send feedback' with a specific verb and resource, making the tool's purpose unambiguous. It is distinct from siblings like authenticate, marketplace, or show_version, so no confusion arises.

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 provides clear context on when to use the tool (for bugs, missing features, feedback) and instructs to include the conversation array for reproduction. However, it does not explicitly state when not to use it or name alternative tools, though siblings do not overlap functionally.

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

Each tool has a distinct primary purpose, but connect and toolkit_info both report connection status, creating slight overlap. The rest are clearly separated by function.

Naming Consistency2/5

Naming is highly inconsistent: single-word verbs (authenticate, connect), a noun (marketplace), snake_case compounds (report_bug, show_version, toolkit_info), and a Portuguese-language tool (cadin_sp_consultar) are mixed without any unifying pattern.

Tool Count3/5

Seven tools is a reasonable count, but the server is named after a specific domain (CADIN São Paulo) while containing only one domain-specific tool and six generic platform tools, making the overall scope feel unfocused and bloated relative to the name.

Completeness2/5

The CADIN-specific surface is severely limited to a single consultation tool, with no additional operations like status checking or history. The platform management side is fairly complete, but the stated domain lacks meaningful coverage.