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-mcp-knowledge/lgpd-data-subject-rights-automator.md
What lgpd_data_subject_rights_automator does on Mcp Knowledge
AI agents invoke lgpd_data_subject_rights_automator to trigger actions in Mcp Knowledge. 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 that include data erasure and rectification operations, which are irreversible or semi-reversible data modifications. The most severe action it can take is deletion (erasure), which would be Destructive, but since it also handles access and rectification in an automated workflow context and the description emphasizes process automation rather than direct deletion, Execute is…
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 Mcp Knowledge, 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 Mcp Knowledge, 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 Mcp Knowledge 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 Mcp Knowledge 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 Mcp Knowledge. 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 Mcp Knowledge MCP server (https://mcp.gapup.io). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Mcp Knowledge, and thousands of servers like it.
Across the catalogue