Skip to main content
Glama

AML (Vínculos Societários)

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds 'current' indicating it retrieves live version info, which is useful context. No contradictions with 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, clear sentence that directly states the tool's function. It is front-loaded and contains no filler or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, no parameters, and no output schema, the description fully explains what the tool does. It mentions both platform and adapter versions, which is complete for this read-only tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline is 4. The description does not need to elaborate on parameter semantics since none exist, and the schema coverage is complete.

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 ('Show') and resource ('current MCP platform and adapter versions'). It distinguishes itself from sibling tools like 'toolkit_info' and 'marketplace' by focusing on version information.

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 usage for checking versions but does not explicitly state when to use this tool over alternatives or any exclusions. Since the tool is straightforward and no sibling overlaps, implied usage is acceptable but not explicit.

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.