lgpd_data_subject_rights_automator
ActiveTool of gapup-mcp
Automates LGPD Data Subject Access Requests (DSARs) for legal teams, handling Brazil-specific data retention, erasure, and access workflows. Accepts user identifiers, request type (access/rectification/deletion), and optional scope filters. Returns structured response with compliance status, warnings, and source references to Brazilian LGPD and CNIL decisions.
Parameters schema
{
"type": "object",
"required": [
"userIdentifier",
"requestType"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"scope": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional list of data categories to limit the request"
},
"urgency": {
"enum": [
"normal",
"high"
],
"type": "string",
"description": "Priority level for processing"
},
"requestType": {
"enum": [
"access",
"rectification",
"deletion"
],
"type": "string",
"description": "Type of LGPD request"
},
"userIdentifier": {
"type": "string",
"description": "CPF, email, or other unique identifier for the data subject"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries