You're viewing a demo portfolio

Join the waitlist
PRSM

lgpd_data_subject_rights_automator

Active

Tool of gapup-mcp

declared in 0.2.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
lgpd_data_subject_rights_automator — gapup-mcp — PRSM MCP