Skip to main content
Glama

get_sanctionrail_info

Read-only

Get details and pricing for SanctionRail: fuzzy-match name screening against the US Treasury OFAC Specially Designated Nationals (SDN) list and Consolidated Sanctions List, for an agent that needs to check a counterparty before completing a transaction, onboarding a vendor, or approving a payment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description does not need to repeat that. The description adds value by explaining the tool provides both details and pricing, and specifies the exact regulatory lists (OFAC SDN and Consolidated Sanctions List), which is useful context beyond annotations. This is a read operation that returns information, which is consistent with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is well-structured, front-loading the main action 'Get details and pricing' and then elaborating with specific use cases. It is concise but not overly brief, covering the essential information without unnecessary fluff.

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?

For a zero-parameter, read-only tool with no output schema, the description is fairly complete. It explains what the tool does, its regulatory context, and typical use cases. However, it lacks details on what specific information is returned (e.g., pricing structure, details format), but given the simplicity and annotations, this is acceptable.

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 has zero parameters, and schema coverage is 100%, so there is nothing to document. The description does not need to add parameter semantics since there are none. The baseline of 4 for zero parameters is appropriate, and the description is clear that it's an info retrieval tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool provides details and pricing for SanctionRail, a name-screening service against specific US Treasury lists. It distinguishes from the sibling tool 'screen_name' which presumably performs the actual screening, though it doesn't explicitly name it. The purpose is specific and actionable.

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 includes use cases: before completing a transaction, onboarding a vendor, or approving a payment, which informs when to use this tool. However, it does not explicitly state when NOT to use it or mention alternatives like 'screen_name', but the context signals and sibling name provide some guidance. It could be more explicit about the distinction between this info tool and the screening tool.

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