Skip to main content
Glama

PEP (Pessoa Exposta Politicamente)

pep_consultar

Read-onlyIdempotent

Verifica se uma pessoa é Politicamente Exposta (PEP) a partir do CPF, 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
CpfYes
completoNo

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false. The description adds meaningful context beyond that: 'Consulta informação de ACESSO PÚBLICO em bases e fontes oficiais', 'sem credenciais', and LGPD responsibilities. This clarifies data origin and legal framing, complementing the annotations without contradiction.

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 consists of three sentences, each adding value: purpose, payment/access, and data/legal nature. It is front-loaded with the primary purpose and avoids fluff, though it includes extras like 'Hospedado pela plataforma' that are not strictly necessary. Overall, it is concise for the information conveyed.

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 two-parameter tool with no output schema and safety annotations, the description covers essential aspects: purpose, data source, payment, and legal responsibility. However, it omits semantics of the 'completo' parameter and any guidance on output or error handling. This is a moderate gap given the tool's compliance context, but acceptable for a simple lookup.

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%, so the description must carry the burden. It explains the essential CPF parameter via 'a partir do CPF', but the optional boolean 'completo' is not explained at all. This leaves the parameter ambiguous, and the description only partially compensates for missing schema descriptions.

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: 'Verifica se uma pessoa é Politicamente Exposta (PEP) a partir do CPF' – a specific verb (verifica) and resource (CPF) with the domain context of compliance/AML. It distinguishes itself from unrelated sibling tools (system utilities) by naming the unique PEP-checking capability.

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: 'para diligência de compliance e AML' (for compliance and AML due diligence). It also mentions payment model and public data access, giving operational context. However, it does not explicitly name alternatives or exclusion cases, though siblings are not alternatives.

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

A4/5.0
Disambiguation3/5

Tools are mostly distinct, but connect and toolkit_info both report connection status, and marketplace can invoke PEP queries that overlap with pep_consultar. This creates potential selection confusion, though descriptions help clarify.

Naming Consistency2/5

Naming is inconsistent: mix of verbs (authenticate, connect), noun (marketplace), Portuguese (pep_consultar), and different snake_case patterns (report_bug vs toolkit_info). No uniform verb_noun structure.

Tool Count5/5

Seven tools is a well-scoped count for a platform client with one domain-specific tool; each tool earns its place.

Completeness4/5

Covers authentication, connection status, marketplace operations, bug reporting, version, and toolkit state. For the PEP domain, it provides a single lookup tool, but the platform aspect is fairly complete. Minor gap: no tool for uninstalling/disconnecting beyond marketplace sub-actions.