classify_processing
Classify data processing activities to determine applicable GDPR articles, DPIA requirements, and special category processing status.
Instructions
Classify data processing activities per GDPR articles. Determines which GDPR articles apply, whether a DPIA is required, special category processing status, and automated decision-making obligations.
Args:
processing_description: Description of the data processing activity
data_categories: Types of personal data processed (e.g. ["name", "email", "biometric", "health"])
data_subjects: Categories of data subjects (e.g. ["employees", "customers", "children"])
processing_purposes: Purposes of processing (e.g. ["fraud detection", "personalization"])
automated_decision_making: Whether processing involves automated decisions affecting individuals
large_scale: Whether processing is conducted on a large scale
caller: Caller identifier for rate limiting
tier: Access tier (free/pro)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| processing_description | Yes | ||
| data_categories | Yes | ||
| data_subjects | Yes | ||
| processing_purposes | Yes | ||
| automated_decision_making | No | ||
| large_scale | No | ||
| caller | No | anonymous | |
| tier | No | free | |
| api_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |