@tpmjs/tools-gdpr-data-map
Maps data processing activities to GDPR legal bases and requirements. Analyzes each activity to determine appropriate legal basis, assess compliance requirements, identify risks, and provide actionable recommendations for GDPR compliance.
Test @tpmjs/tools-gdpr-data-map (gdprDataMapTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-gdpr-data-mappnpm add @tpmjs/tools-gdpr-data-mapyarn add @tpmjs/tools-gdpr-data-mapbun add @tpmjs/tools-gdpr-data-mapdeno add npm:@tpmjs/tools-gdpr-data-mapimport { gdprDataMapTool } from '@tpmjs/tools-gdpr-data-map';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { gdprDataMapTool } from '@tpmjs/tools-gdpr-data-map';
const result = await generateText({
model: openai('gpt-4o'),
tools: { gdprDataMapTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(activities: { name: string; purpose: string; description: string; dataSubjects: string[]; dataCategories: string[] }[]) => Promise<unknown>Available configuration options
activitiesarrayData processing activities to map
Schema extracted: 3/1/2026, 4:29:49 AM
ERROR: No README data found!
Downloads/month
6
GitHub Stars
0
Quality Score