lgpd_data_subject_rights_automator
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, warn...
This record as markdown: /tools/io-github-getgapup-gapup-mcp/lgpd-data-subject-rights-automator.md
What lgpd_data_subject_rights_automator does on Gapup Mcp
AI agents invoke lgpd_data_subject_rights_automator to trigger actions in Gapup Mcp. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.
| Parameter | Type | Required | Description |
|---|---|---|---|
async | boolean | — | 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 ti |
scope | array | — | Optional list of data categories to limit the request |
urgency | string | — | Priority level for processing |
requestType | string | Yes | Type of LGPD request |
userIdentifier | string | Yes | CPF, email, or other unique identifier for the data subject |
Parameters from the server's own tool schema.
Why lgpd_data_subject_rights_automator is rated High
This tool executes compliance workflows including data erasure and deletion operations on behalf of users. While it has a compliance/legal framing, it can trigger irreversible deletion of personal data records.
From the tool's definition Automates LGPD Data Subject Access Requests (DSARs)... handling Brazil-specific data retention, erasure, and access workflows... request type (access/rectification/deletion)
Attacks that exploit this kind of access
The rule that runs lgpd_data_subject_rights_automator safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Gapup Mcp, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For lgpd_data_subject_rights_automator, this is the rule to start with:
lgpd_data_subject_rights_automator stays usable, but rate-capped: a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Gapup Mcp, apply this rule, and every lgpd_data_subject_rights_automator call is checked against it from then on.
Questions about lgpd_data_subject_rights_automator
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. It is categorised as a Execute tool in the Gapup Mcp MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
lgpd_data_subject_rights_automator accepts 5 parameters: async, scope, urgency, requestType, userIdentifier. Required: requestType, userIdentifier. The full parameter table on this page comes from the server's own tool schema.
Register the Gapup MCP server in PolicyLayer and add a rule for lgpd_data_subject_rights_automator: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Gapup Mcp. Nothing to install.
lgpd_data_subject_rights_automator is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the lgpd_data_subject_rights_automator rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for lgpd_data_subject_rights_automator. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
lgpd_data_subject_rights_automator is provided by the Gapup MCP server (https://mcp.gapup.io/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Gapup, and thousands of servers like it.
Across the catalogue