scf_trigger_vendor_assessment
Queue an AI vendor security assessment by providing organization and vendor IDs. Returns assessment and job IDs for status polling.
Instructions
Queue an AI vendor security assessment (write — editor+ role, async, HTTP 202). Replaces the deprecated DPSIA trigger. Returns assessment_id + job_id; poll scf_get_vendor_assessment_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| data_role | No | GDPR data role (default 'Processor') | Processor |
| vendor_id | Yes | Vendor UUID — obtain from scf_list_vendors | |
| services_used | No | Description of services the vendor provides, 1–2000 chars (auto-derived from the vendor record if omitted) | |
| assessment_type | No | Assessment type: 'initial', 'annual', or 'adhoc' (default 'initial') | initial |
| additional_context | No | Free-text context, scope notes, or specific concerns to feed the assessor (max 5000 chars) |