Skip to main content
Glama

Kratos-MCP

by FoggyStorm

security_gdpr_delete

Remove specific data types (memory, project, user) to comply with GDPR right to erasure. Specify target ID, user ID, and reason to ensure accurate and compliant deletion on Kratos-MCP.

Instructions

Delete data (GDPR right to erasure)

Input Schema

NameRequiredDescriptionDefault
reasonYesReason for deletion
target_idYesID of target to delete
target_typeYesType of data to delete
user_idYesUser requesting deletion

Input Schema (JSON Schema)

{ "properties": { "reason": { "description": "Reason for deletion", "type": "string" }, "target_id": { "description": "ID of target to delete", "type": "string" }, "target_type": { "description": "Type of data to delete", "enum": [ "memory", "project", "user" ], "type": "string" }, "user_id": { "description": "User requesting deletion", "type": "string" } }, "required": [ "target_type", "target_id", "user_id", "reason" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FoggyStorm/kratos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server