You're viewing a demo portfolio

Join the waitlist
PRSM

sanctions_get_changes

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Return entities added or updated since a given ISO date for a chosen source list. The four official lists do not all expose a public delta feed, so this filters the cached snapshot by listedOn.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "since",
    "source"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum matches to return. Defaults vary per tool."
    },
    "since": {
      "type": "string",
      "description": "ISO date string (e.g. 2026-01-01) to compute the delta from."
    },
    "source": {
      "enum": [
        "OFAC_SDN",
        "EU_CFSP",
        "UN_SC",
        "BIS_DPL"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →