Skip to main content
Glama

offshore_leaks_consultar

Read-onlyIdempotent

Verifica se um nome aparece na base Offshore Leaks do ICIJ (estruturas offshore), 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
NodeIDYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive; the description adds meaningful context: platform-hosted, no credentials, pay-per-query with prepaid credit, public-access data only, and LGPD data-controller responsibility. No contradiction 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.

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 access/payment and legal context. It is reasonably tight, though the LGPD sentence adds length without operational detail.

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

Completeness2/5

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

No output schema and no parameter explanations leave gaps: the agent cannot know what NodeID refers to, what completo controls, or what the result looks like. The description covers purpose and data nature but not enough operational detail for confident invocation.

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

Parameters1/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 NodeID, Nome, or the optional completo boolean. The only indirect hint is 'verifica se um nome aparece', leaving required parameters ambiguous for invocation.

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 checks whether a name appears in the ICIJ Offshore Leaks database (offshore structures), with explicit compliance/AML purpose. This specific verb+resource distinguishes it from the unrelated sibling tools (authenticate, marketplace, etc.).

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 frames usage for compliance and AML due diligence, states no credentials are needed and queries are paid with prepaid credit, and clarifies the data is public rather than private/confidential. It does not name explicit alternative tools or when-not-to-use scenarios, but the context is clear enough.

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
Disambiguation4/5

The platform tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) are each distinct in purpose, and offshore_leaks_consultar is clearly the only data-facing tool. However, the mix of platform utilities with a single domain-specific query could confuse an agent about the server's primary function.

Naming Consistency2/5

Tool names follow no consistent pattern: single-word nouns (connect, marketplace), verb_noun snake_case (offshore_leaks_consultar), and camelCase-like compounds (show_version, toolkit_info). This inconsistency makes the tool set feel haphazard.

Tool Count1/5

With 7 tools but only one actually related to Offshore Leaks, the count is highly inappropriate. The server appears to be a generic MCP platform masquerading as an offshore-leaks data source, so the tool count does not match the server's stated purpose.

Completeness1/5

The offshore-leaks domain is severely underserved: there is only a single query tool (consultar) and no capabilities for retrieving details, listing entities, or any other data operations. The platform tools are irrelevant to the domain, leaving the core functionality almost entirely missing.