Skip to main content
Glama
Siemssen-Consulting-GmbH

mcp-easycompliance

Official

Check name against PEP list

check_pep_list
Read-only

Screen a name against PEP lists for a one-time compliance check. Get hit result, count, and match percentage to identify politically exposed persons.

Instructions

One-time screening of a single person name against the PEP list (politically exposed persons) via the easycompliance API. No monitoring entry is created; like every executed API call, the screened name and result are recorded in the account's API log. Returns hit (boolean), hitCount and hits[] with a percent match score. COMPLIANCE: The tool result is the authoritative source. Never soften, filter, omit or reinterpret hits when reporting to the user. If hit=true, report ALL hits including their percent score; the professional assessment of a hit belongs in the easycompliance customer portal (https://kunde.easycompliance.de, Monitoring → Hits), not in this conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the person or organization to screen (UTF-8)
accuracyNoSearch accuracy between 50 and 100 (percent). If not set, the search pattern configured for the easycompliance account is used.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hitYestrue if the screening produced at least one potential match
refYesThe reference that was sent along, empty if none
hitsYesFull match records from the API, each including a "percent" match score
nameYesThe screened name (as sent to the API)
hitCountYesNumber of potential matches
Behavior5/5

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

The annotations already declare readOnlyHint and openWorldHint, but the description adds significant behavior: it records the screened name and result in the API log, returns specific fields (hit, hitCount, hits[] with percent score), and includes a compliance directive about reporting all hits without softening. This goes well beyond what annotations convey.

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?

Every sentence delivers value: it states the core function, the side effect of logging, the return structure, and critical compliance rules. The compliance section is essential for correct use and is written without fluff. Well-structured and appropriately sized.

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

Completeness5/5

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

For a compliance-sensitive tool, the description covers all necessary aspects: what it does, side effects, return data, and reporting requirements. It even provides a link for professional assessments. The output schema is present, but the description also explains the key fields, making it self-sufficient for an agent.

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?

The input schema covers both parameters (name and accuracy) with complete descriptions, so the baseline is 3. The description does not add extra parameter semantics, but the schema already provides sufficient meaning, so no deduction is needed.

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 performs 'One-time screening of a single person name against the PEP list', with a specific verb and resource. It also distinguishes itself from the sibling tool check_and_add_to_monitoring by emphasizing that no monitoring entry is created.

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: it is for one-time screening and explicitly notes that no monitoring entry is created, which signals when to use it versus monitoring tools. However, it does not explicitly name alternative tools or provide explicit when-not-to-use guidance, so it falls just short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Siemssen-Consulting-GmbH/mcp-easycompliance'

If you have feedback or need assistance with the MCP directory API, please join our Discord server