sanctions_screen_batch
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
Screen up to 50 names in a single call. Returns one result block per input, in input order. Each name counts as one screen for billing purposes.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"names"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum matches to return. Defaults vary per tool."
},
"names": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of names to screen. Max 50."
},
"sources": {
"type": "array",
"items": {
"enum": [
"OFAC_SDN",
"EU_CFSP",
"UN_SC",
"BIS_DPL"
],
"type": "string"
},
"description": "Restrict screening to a subset of source lists. Defaults to all four. Allowed: OFAC_SDN, EU_CFSP, UN_SC, BIS_DPL."
},
"threshold": {
"type": "number",
"description": "Minimum confidence score (0..1) for a result to be returned. Defaults to 0.85."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries