You're viewing a demo portfolio

Join the waitlist
PRSM

redact_pii

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

Automatically detect and redact Personally Identifiable Information (PII) from text. Replaces emails, phone numbers, SSNs, credit cards, IP addresses, and JWT tokens with [REDACTED_TYPE] placeholders. Safe to use before logging or sending to an LLM.

Parameters schema

{
  "type": "object",
  "required": [
    "input"
  ],
  "properties": {
    "input": {
      "type": "string",
      "description": "Text to redact PII from"
    },
    "types": {
      "type": "string",
      "description": "Comma-separated types to redact (default: all). Options: email, phone, ssn, credit_card, ip_address, jwt"
    },
    "marker": {
      "type": "string",
      "description": "Custom replacement marker (default: \"REDACTED\"). Result: [REDACTED_EMAIL]"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →