Skip to main content
Glama

sanctions-screening-mcp-server

sanctions-screening-mcp-server: list sources

sanctions_list_sources
Read-onlyIdempotent

List the sanctions watchlists (OFAC SDN + Consolidated, EU, UK, UN) and GLEIF datasets currently loaded in the local mirror, each with its record count, source URL, license, and the mirror's readiness and as-of timestamp. Use this for provenance and freshness on any result — results are only as current as the last mirror refresh, and a not-ready mirror means screening cannot run yet. Attribution: UK data is under the Open Government Licence v3.0; all sources are cited here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoPresent when the call failed. Absent on success.
leiAsOfNoISO 8601 timestamp of the last completed GLEIF sync, when available.
sourcesNoAll loaded sources, sanctions lists then the GLEIF dataset.
leiReadyNoTrue once the GLEIF (LEI) mirror has completed at least one full sync.
sanctionsAsOfNoISO 8601 timestamp of the last completed sanctions sync, when available.
sanctionsReadyNoTrue once the sanctions mirror has completed at least one full sync.

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, but the description adds meaningful behavioral context: it discloses the tool's dependence on mirror freshness and readiness, and states that screening cannot run on a not-ready mirror. It also reveals the data provenance (URLs and licenses), which is not covered by annotations. No contradiction with annotations, but the freshness caveat is the main added behavioral insight.

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 a compact two-sentence block (plus an attribution sentence) with zero fluff. The purpose is front-loaded in the first sentence, usage guidance in the second, and licensing attribution appended at the end. Every sentence earns its place, and the structure leads with the most critical information.

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 parameterless tool with an output schema and read-only/idempotent annotations, the description fully covers what an agent needs: it lists the data sources, the fields returned, the readiness/freshness caveat, and licensing. The output schema handles return format details, so the description is complete for safe and correct invocation.

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

Parameters4/5

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

The tool accepts no parameters (input schema is empty), so there are no parameter semantics to explain. Per the rubric, a baseline of 4 is appropriate; the description correctly omits parameter details because none exist. Nothing more could be added.

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 states a specific verb (list) and resource (sanctions watchlists and GLEIF datasets), enumerates the exact datasets (OFAC SDN + Consolidated, EU, UK, UN) and the fields returned (record count, source URL, license, readiness, as-of timestamp). It clearly distinguishes itself from sibling tools that perform entity lookups, screening, or tracing, leaving no ambiguity about its purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly directs agents to use this tool 'for provenance and freshness on any result' and explains the practical implication that 'results are only as current as the last mirror refresh' and 'a not-ready mirror means screening cannot run yet.' This gives clear when-to-use context and implies this should be checked before relying on screening results, while implicitly contrasting with the operational sibling tools.

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.7/5.0
Disambiguation5/5

Each tool serves a distinct purpose: listing sources, screening names, fetching designation records, resolving LEIs, fetching entity details, and tracing ownership graphs. No two tools overlap in function, and the descriptions clearly differentiate them.

Naming Consistency5/5

All tool names follow the consistent pattern 'sanctions_' + verb + noun using snake_case: get_designation, get_entity, list_sources, resolve_entity, screen_name, trace_ownership. The verbs and objects are distinct and predictable.

Tool Count5/5

With 6 tools, the server is tightly scoped to the sanctions screening workflow: name screening, designation lookup, entity resolution, entity details, ownership tracing, and source provenance. Each tool earns its place, and the count is well within the ideal 3-15 range.

Completeness5/5

The tool set covers the full screening lifecycle: list sources for provenance, screen a name, drill into designation details, resolve companies to LEIs, fetch entity records, and trace ownership with optional screening. No obvious gaps exist for the stated purpose, and the server supports complete workflows.