Skip to main content
Glama

screen_name

Read-only

Screen a person or company name against OFAC's SDN and Consolidated Sanctions lists (19,874 entities, 21,320 aliases). Returns fuzzy matches banded exact/strong/probable/weak, with the sanctions programme, source list, and a common-name-collision flag so a common name like 'Maria Garcia' is surfaced, not silently suppressed. Free tier: 25 lookups/day per caller IP, no key required. Handles aliases, transliteration, and legal-form variants (JSC / S.A. / GmbH).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPerson or company name to screen.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and destructiveHint, so safety is covered. The description adds substantial behavioral context: fuzzy match bands (exact/strong/probable/weak), returned fields (sanctions programme, source list, collision flag), rate limits (25/day per IP), no key requirement, and handling of aliases/transliteration/legal-form variants. This goes well beyond annotations, disclosing edge-case behavior and operational constraints.

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 efficiently structured: purpose first, then return details, then limits, then input handling. Every sentence adds information without redundancy. It's long but dense, not wordy.

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 screening tool with one parameter and no output schema, the description fully explains what the agent needs: what it does, what it returns, operational limits, and input nuances. Nothing essential is missing for 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?

Schema coverage is 100% (the 'name' param has a description). The description adds value by explaining how the name is interpreted (handles aliases, transliteration, legal-form variants), which informs the agent about input normalization. This exceeds the baseline of 3.

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 action ('Screen') and the target resource (person/company name against OFAC SDN and Consolidated Sanctions lists). It differentiates from the sibling get_sanctionrail_info by focusing on screening rather than API info, so an agent can distinguish without opening schemas.

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 purpose implies the usage context: when you need to check a name against sanctions lists. It doesn't explicitly mention when to use the sibling or exclusion cases, but the sibling name suggests it's for API information, so the intent is clear. Slightly short of explicit alternative guidance.

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