Compliance Review Queue Optimizer
compliance_queue_optimizeOptimize a compliance review queue using current OFAC exact matches, future exposure probabilities, exposure value, relationship tier, recency, and reviewer capacity. Use this when review_items and review_budget are known; use compliance_exposure_forecast for probability-only analysis or compliance_edd_report for a case memo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC. | |
| title | No | Optional report title. | |
| priors | No | Explicit prior assumptions used only when overriding OFAC history cadence. | |
| objective | No | Optimization objective. | |
| iterations | No | Forecast trial count. | |
| horizon_days | No | Forecast horizon in days. | |
| review_items | Yes | Wallet review items with per-address metadata required for queue optimization. | |
| tier_weights | No | Relationship tier weight overrides. | |
| review_budget | Yes | Number of items a reviewer can handle in the next review window. | |
| summary_focus | No | Optional summary emphasis or focus area. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Primary structured result payload for the tool. | |
| error | No | Machine-readable error code or message when the tool fails. | |
| output | No | Nested renderer output when a workflow bundles an artifact render. | |
| report | No | Report-shaped payload when available; null for status-only retrieval responses. | |
| source | No | Source label, route, dataset, or execution metadata for the result. | |
| message | No | Human-readable error or status message. | |
| success | No | Whether the tool completed successfully. | |
| artifact | No | Inline generated file artifact. The service does not persist a hosted download URL. | |
| artifacts | No | Artifact rendering hints keyed by format. | |
| artifact_summary | No | Delivery and rendering metadata for an inline generated artifact. |