redact_pii
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
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]"
}
}
}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