sanctions-screening-mcp-server: get designation
sanctions_get_designationFetch the full record for one sanctions designation by source list + entry ID — the drill-in after sanctions_screen_name surfaces a candidate. Returns all published aliases, identifiers (passport/national-ID/tax), addresses, dates and places of birth, nationalities, sanctioning program, legal basis, and designation date. The record reflects exactly what the source published; missing fields mean the source omitted them. This is a screening aid — the designation record supports a compliance review, it is not itself a determination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Which source list the entry belongs to. | |
| entryId | Yes | The source list's own entry ID (the sourceEntryId from sanctions_screen_name). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| caveat | No | Decision-support caveat — this is a screening aid, not a compliance determination. | |
| source | No | Source list the entry belongs to. | |
| aliases | No | All published aliases / name variants. | |
| program | No | Sanctioning program / regime, when published. | |
| remarks | No | Free-form remarks published by the source, when present. | |
| addresses | No | Published addresses. | |
| entityType | No | Entity classification as published. | |
| legalBasis | No | Statutory / regulatory basis, when published. | |
| identifiers | No | Published identifiers (passport, national ID, tax, registration, …). | |
| primaryName | No | Primary published name. | |
| sourceLabel | No | Human-readable name of the source list. | |
| datesOfBirth | No | Published dates and places of birth (persons). | |
| nationalities | No | Published nationalities / citizenships. | |
| sourceEntryId | No | The source list's own entry ID. | |
| designationDate | No | Designation date, when published. |