Confirm Risk-Score Disclaimer
firmaradar_confirm_risk_score_disclaimerConfirm the mandatory risk score disclaimer to activate risk scoring for legitimate uses like KYC, pre-screening, and due diligence. One-time, permanent confirmation.
Instructions
Confirm the pre-screening disclaimer required by firmaradar_get_risk_score. This is a one-time confirmation per Firmaradar user (not per agent and not per call); it is permanent and audit-logged. Requires an OAuth token tied to a user whose plan has risk scoring enabled. Idempotent — if the user has already confirmed, the existing confirmation is returned (same audit_id). The confirmation declares that risk scoring is used only for legitimate purposes (KYC, credit pre-screening, due diligence, supplier screening) and NOT as a substitute for a formal credit assessment or an automated adverse decision. The disclaimer text and version are embedded in this tool and sent to the backend as an explicit string match, so an agent cannot confirm a version it has not seen. Call this tool only when the user has explicitly instructed you to confirm the disclaimer on their behalf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | ||
| version | Yes | Disclaimer version that was confirmed (e.g. 'v1'). | |
| audit_id | No | ID of the audit row in ``extension_kundebekreftelse_event``. | |
| confirmed | Yes | True if the disclaimer is confirmed for the user. | |
| idempotent | No | True if the confirmation already existed (no new row written). | |
| confirmed_at | No | ISO timestamp of the confirmation. | |
| confirmed_by_user_id | Yes | ID of the Firmaradar user the confirmation is registered against. |