Skip to main content
Glama

screen_sdn

Screen a name against the public OFAC SDN list. Returns a verdict (no-match / potential-match) and ranked matches with the OFAC list entry and the field that matched. The query is NOT stored or anchored on this path. A potential match requires human review — it is information, not a legal or compliance determination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name to screen (person, entity, vessel, or aircraft).
countryNoOptional country to narrow matches.
sdnTypeNoOptional SDN record type.
identifierNoOptional government/registration identifier.

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description fully carries the behavioral transparency burden. It discloses that queries are not stored or anchored on this path, and that a potential match is informational and requires human review, not a legal or compliance determination. These are critical behavioral traits that go beyond the schema and help calibrate agent expectations.

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 extremely concise, consisting of two sentences. It front-loads the core purpose, then provides return value details and important caveats without unnecessary fluff. Every sentence earns its place.

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

Completeness4/5

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

Given the tool's moderate complexity (4 params, all documented) and lack of output schema, the description adequately explains the return behavior (verdict, ranked matches, matched field) and adds context about statelessness and the need for human review. It could mention potential pagination or result limits, but these are likely not critical for a screening tool.

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 all four parameters are already documented with clear descriptions. The tool description adds no additional parameter-specific context beyond what the schema provides, so the baseline of 3 is appropriate.

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 function with a specific verb+resource: "Screen a name against the public OFAC SDN list." It also describes the output (verdict and ranked matches) and distinguishes it from the sibling metadata tool by focusing on screening rather than list metadata.

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 implies when to use this tool (for screening against OFAC) and provides an important usage note about human review for potential matches. It does not explicitly mention the sibling tool or exclusion scenarios, but the purpose is clear enough that an agent could infer appropriate usage.

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

The two tools have clearly distinct purposes: one provides list metadata/provenance, the other performs name screening. There is no overlap or ambiguity in their functions.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (get_sdn_list_meta, screen_sdn) with clear action words. The slight variation in noun phrasing (sdn_list vs sdn) does not create inconsistency.

Tool Count3/5

With only two tools, the server feels minimally scoped. While the narrow purpose is acceptable, it is borderline thin for a full-featured screening service.

Completeness4/5

The core workflow of screening a name and checking which list version was used is covered. Missing batch screening or detailed list exploration, but these are extras rather than critical gaps for the stated purpose.

Resources