{"name":"pii-redact","description":"PII redactor / mask emails phones SSNs IBANs credit cards IPs / GDPR safe text / privacy scrubber. Two-stage redaction: a deterministic regex pre-pass for structural PII (email, phone, credit card, SSN, IBAN, IPv4/v6, URL), then Venice mistral-small-3-2-24b for residual PII (full names, street addresses, dates of birth). Returns the redacted text and a list of every (type, value, masked_with) triple.","price":"$0.005","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Text to redact. Up to 30,000 chars."},"mask":{"type":"string","description":"Replacement string. Use 'type' (default) for [EMAIL], [PHONE], etc.; or any literal string for a uniform mask."}},"required":["text"]},"input_example":{"text":"Email me at john@example.com or call 555-867-5309. SSN: 123-45-6789. CC: 4111111111111111."},"output_example":{"original":"Email me at john@example.com or call 555-867-5309. SSN: 123-45-6789. CC: 4111111111111111.","redacted":"Email me at [EMAIL] or call [PHONE]. SSN: [SSN]. CC: [CREDIT_CARD].","found":[{"type":"email","value":"john@example.com","masked_with":"[EMAIL]"},{"type":"phone","value":"555-867-5309","masked_with":"[PHONE]"},{"type":"ssn","value":"123-45-6789","masked_with":"[SSN]"},{"type":"credit_card","value":"4111111111111111","masked_with":"[CREDIT_CARD]"}],"found_count":4,"model":"mistral-small-3-2-24b-instruct","source":"regex + venice"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}