Skip to main content
Glama

ofac_consultar

Read-onlyIdempotent

Verifica se um nome consta nas listas de sanções da OFAC (EUA), incluindo SDN e Non-SDN, para diligência de compliance e AML. 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
NomeYes
completoNo
SobrenomeYes

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds valuable context: no credentials required, cost per query via prepaid credit, data is public access, and LGPD responsibilities for the client. This goes beyond annotations and helps the agent understand the operational and legal aspects.

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 concise and well-structured, front-loading the purpose, then providing operational, access, and compliance details. Every sentence earns its place without redundancy.

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?

The description covers the tool's purpose, hosting, billing, public data nature, and LGPD context. However, it does not specify the return value format or any output, which would be helpful given the lack of an output schema. Still, for a simple read-only lookup, the description is nearly complete.

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?

Schema description coverage is 0%, and the description does not explain the parameters ('Nome', 'Sobrenome', 'completo'). It only implies a name is checked, but does not clarify the required split between first and last name or the meaning of the 'completo' boolean. The description fails to compensate for the lack of schema documentation.

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: it checks whether a name appears on OFAC sanctions lists, including SDN and Non-SDN, for compliance and AML due diligence. This is a specific verb ('Verifica') and resource, and it distinguishes the tool from the unrelated sibling tools.

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 provides clear context for when to use the tool: for compliance and AML due diligence of names against US sanctions lists. It also adds operational context (hosted by platform, no credentials, prepaid credit) but does not explicitly mention when not to use it or compare with alternatives. Since all siblings are unrelated, this 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

B3.3/5.0
Disambiguation2/5

The platform tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) are individually distinct, but the server is named 'OFAC (Sanções EUA)' and contains a single OFAC-specific tool alongside six generic MCP platform tools, creating a confusing mix. An agent could easily misselect a platform tool when the intent is sanctions checking, and the marketplace tool's broad multi-purpose nature adds further ambiguity.

Naming Consistency2/5

Naming conventions are inconsistent: 'ofac_consultar' is Portuguese snake_case, while the others are English and use varied forms (single verbs like 'connect', noun-based like 'toolkit_info', and verb_noun like 'report_bug'). There is no unifying pattern that reflects a coherent server purpose.

Tool Count2/5

Seven tools is a reasonable count in general, but for an OFAC sanctions server the count is inappropriate: six of the seven are generic MCP platform utilities, leaving only one actual sanctions-related tool. The tool surface is cluttered with irrelevant functionality rather than being scoped to the server's stated purpose.

Completeness1/5

The OFAC domain is severely incomplete: only one tool (ofac_consultar) addresses sanctions, with no support for other common operations like batch checks, list selection, or detailed record retrieval. The remaining tools cover a different domain entirely (MCP platform management), leaving the intended purpose almost entirely unserved.