Skip to main content
Glama

transaction_risk

AML transaction risk scoring: amount, corridor, sender screening. AMLR Art. 35+82.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountNoTransaction amount
purposeNoTransaction purpose/description
currencyNoCurrency code (default: EUR)
sender_nameNoSender name (screened against watchlists)
origin_countryNoSender country
destination_countryNoReceiver country

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description must bear the full burden of behavioral disclosure. It mentions inputs and legal reference but does not disclose whether the tool is read-only, what output format it returns (score, category, details), whether it calls external services, or any side effects. This leaves significant behavioral unknowns for a scoring tool.

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, two segments that front-load the core action and key factors. Every word earns its place, including the AMLR article reference that adds regulatory context. No filler or duplication of schema information.

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

Completeness2/5

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

Given a 6-parameter tool with no output schema and no annotations, the description is insufficient. It fails to explain what the tool returns, how to interpret the risk score, or when to prefer this over siblings. The legal citation lends authority but not practical operational context. An agent would lack key information for correct invocation and result use.

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 description coverage is 100% with each parameter described. The description adds conceptual grouping by mapping 'amount' to amount, 'corridor' to origin/destination_country, and 'sender screening' to sender_name, which provides value beyond the flat schema. This helps the agent understand which parameters are central to risk scoring.

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 purpose: 'AML transaction risk scoring' with specific inputs (amount, corridor, sender screening). This distinguishes it from sibling tools like country_risk or sanctions_screen, which focus on narrower aspects. The verb 'scoring' and resource 'transaction risk' are specific and unambiguous.

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 usage for AML transaction risk assessment by naming key factors and citing AMLR articles. However, it does not explicitly state when to use this tool over alternatives (e.g., sanctions_screen for list screening or country_risk for jurisdiction risk). It provides clear context but lacks exclusionary 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