Skip to main content
Glama

AML (Vínculos Societários)

aml_vinculos_consultar

Read-onlyIdempotent

Mapeia vínculos societários de uma pessoa física para diligência antilavagem (AML) a partir do CPF. Hospedado pela plataforma, sem credenciais, pague por consulta com crédito pré-pago. Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais (a mesma disponível ao cidadão), não é dado privado nem sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
CpfYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

B3.3/5.0
Behavior1/5

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

The description contradicts the openWorldHint annotation. openWorldHint is set to false, but the description states it consults 'bases e fontes oficiais' (official databases) for public information, meaning results depend on external real-world data. This is an annotation contradiction. Additionally, it doesn't describe return format or pagination, but the contradiction is the primary issue.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loaded with the main purpose, followed by contextual and legal information. Each sentence adds value; it's not padded. A short paragraph, easy to scan.

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 fairly simple, but the lack of explanation for the 'completo' parameter creates a gap. The description also doesn't mention what the output looks like, although it implies mapping of corporate links. Given no output schema exists, the description should be more explicit about return values and the effect of 'completo'. The open-world contradiction also reduces trust.

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?

The input schema has 0% description coverage, and the description only mentions CPF as the input. The optional 'completo' boolean is never explained, leaving its behavior ambiguous. The description partially compensates for Cpf but not for 'completo'.

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 opens with a clear, specific statement: 'Mapeia vínculos societários de uma pessoa física para diligência antilavagem (AML) a partir do CPF.' This identifies the verb (map), the resource (corporate links of an individual via CPF), and the purpose (AML due diligence). It clearly differentiates from sibling tools like authenticate or show_version.

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 context that the tool is hosted on the platform, requires no credentials, and is pay-per-query with prepaid credit. It also clarifies the data source (public official databases), which helps the agent decide when to use it. However, it does not explicitly state exclusions or alternative tools, though none are relevant among the siblings.

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.