Skip to main content
Glama

pg_sanctions_screen_entity

Screen a named entity against global sanctions lists (OFAC SDN, EU FSF, UN SC, Interpol). Delegates to AMLOracle. Use after resolving a wallet/trader to a real name via public reporting or known-case registry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPerson or entity name
thresholdNoOptional fuzzy-match threshold (0..1)
entity_typeNoOptional: 'person' or 'organization'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It mentions the delegation to AMLOracle, which is useful, but it does not disclose whether this is a read-only operation, potential rate limits, external dependency behavior, or what happens when no match is found. Some behavioral context is present but incomplete.

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 two sentences long, front-loaded with the primary purpose and followed by a usage hint. There is no filler, and every sentence contributes useful information.

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 has no output schema, so the description should ideally hint at return values or match behavior. It does not mention what the tool returns (e.g., match list, risk score, Boolean). The usage context is strong, but the absence of output/error semantics leaves a notable gap.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents all three parameters. The description does not add any additional meaning beyond the schema, which is acceptable per the baseline but provides no extra value.

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 uses a specific verb ('Screen') and clearly specifies the resource ('named entity against global sanctions lists') with concrete list names (OFAC SDN, EU FSF, UN SC, Interpol). This distinctly separates it from sibling tools like pg_pep_check_entity or pg_adverse_media_entity.

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 on when to use the tool: 'Use after resolving a wallet/trader to a real name via public reporting or known-case registry.' It does not explicitly mention alternatives or exclusions, but the timing and prerequisite are well-defined.

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.

Resources