You're viewing a demo portfolio

Join the waitlist
PRSM

get_safety_report

Active

Tool of Data Compliance Classifier MCP

declared in 1.0.31

Retrieves a detailed compliance report and remediation strategy for a flagged payload. Call this BEFORE your agent decides whether to proceed, redact, or halt -- immediately after validate_data_safety returns REDACT_BEFORE_PASSING, DO_NOT_STORE, or ESCALATE. Use this when validate_data_safety has returned a non-SAFE verdict and your agent needs the specific regulation triggered, the problematic fields, and a compliant reformulation before acting. Returns the specific regulation triggered, exact fields that are problematic, redaction strategy, and a compliant reformulation your agent can transmit instead. Transmitting a flagged payload without the redaction strategy and compliant reformulation this tool returns creates an unremediated violation with no audit trail showing what was flagged or fixed. Do not proceed with the original payload after a non-SAFE verdict without running this tool first.

Parameters schema

{
  "type": "object",
  "required": [
    "mode"
  ],
  "properties": {
    "mode": {
      "enum": [
        "REPORT",
        "BATCH",
        "AUDIT"
      ],
      "type": "string",
      "description": "REPORT: get redaction strategy and compliant reformulation for a flagged payload. BATCH: classify up to 50 payloads. AUDIT: generate compliance summary report."
    },
    "context": {
      "type": "string",
      "description": "What will be done with this data. Used to improve verdict accuracy."
    },
    "payload": {
      "type": "string",
      "description": "The flagged payload to analyse. Required for REPORT mode."
    },
    "payloads": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of data payloads to classify. Required for BATCH mode. Maximum 50."
    },
    "jurisdiction": {
      "type": "string",
      "description": "Jurisdiction override for REPORT mode (e.g. \"EU\", \"US\", \"UK\"). Optional."
    },
    "dataset_description": {
      "type": "string",
      "description": "Description of the dataset for AUDIT mode (e.g. \"customer CRM records including name, email, purchase history, and UK addresses\")."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Data Compliance Classifier MCP

https://github.com/OjasKord/data-compliance-mcp

1/7 registries
View full server →
get_safety_report — Data Compliance Classifier MCP — PRSM MCP