lawful_basis_assessment
Evaluate lawful bases for processing personal data under GDPR Article 6, with AI-specific considerations to recommend the appropriate basis.
Instructions
Determine the appropriate lawful basis for processing under GDPR Article 6. Evaluates all 6 lawful bases with AI-specific considerations and recommends the most appropriate basis with supporting rationale.
Args:
processing_purpose: The specific purpose of data processing
data_categories: Types of personal data involved
controller_type: "private" (company), "public" (government/public body)
relationship_with_data_subject: Nature of relationship (customer/employee/patient/citizen/visitor)
ai_processing: Whether an AI/ML system is used in processing
caller: Caller identifier for rate limiting
tier: Access tier (free/pro)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processing_purpose | Yes | ||
| data_categories | Yes | ||
| controller_type | No | private | |
| relationship_with_data_subject | No | customer | |
| ai_processing | No | ||
| caller | No | anonymous | |
| tier | No | free | |
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |