Skip to main content
Glama

AML (Vínculos Societários)

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

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

Annotations already indicate non-read-only, idempotent, non-destructive behavior, so the description doesn't need to restate that. It adds context about requiring conversation data for reproduction, which hints at how the report might be used. However, it doesn't explain side effects (e.g., whether a ticket is created) or further behavior, so it provides moderate added value beyond 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?

The description is a single sentence that front-loads the purpose and immediately gives a key usage instruction. It is concise with no filler or redundant content, earning high marks for efficiency.

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 simple tool with 3 parameters and no output schema, the description is adequate but leaves gaps: it does not explain the 'context' field, and the overall workflow (e.g., what happens after reporting) is unclear. Sibling tools are unrelated, so no special contextual comparisons are needed, but the description could be more complete for a new agent.

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 clarifies that 'conversation' should contain recent messages for reproduction, adding meaning beyond the schema's bare string type. However, it does not address the 'context' parameter or elaborate on the required 'message' parameter beyond its obvious meaning, leaving partial coverage.

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: 'Report a bug, missing feature, or send feedback.' This is a specific verb (report/send) plus a resource (feedback/bug report), and it immediately distinguishes itself from sibling tools like authenticate or marketplace. No ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool (when reporting issues) but does not explicitly contrast it with alternatives or provide exclusions. It does add a usage hint about including the conversation array, which helps in preparing the input, but the 'when vs. when-not' guidance is only implied.

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

B3.4/5.0
Disambiguation3/5

Most tools have distinct purposes, but connect and toolkit_info both report connection status, which could confuse agents. marketplace is a broad umbrella with many sub-operations, adding potential ambiguity, though descriptions are detailed.

Naming Consistency3/5

All names use snake_case, but they mix verb-only (authenticate, connect), verb-noun (report_bug, show_version), noun-noun (toolkit_info), and a compound verb-object (aml_vinculos_consultar). This is readable but not a consistent verb_noun pattern.

Tool Count2/5

With 7 tools, the count is moderate, but only one tool (aml_vinculos_consultar) relates to the server's stated AML purpose. The other six are generic platform utilities, making the set feel bloated and misaligned with the server's name.

Completeness1/5

For an AML server, the tool surface is severely incomplete: only a single query operation by CPF, with no ability to explore related entities, manage results, or perform any other AML-related task. The platform utilities do not fill this gap.