{"name":"detect-pii","description":"PII detector / data leak scanner. Emails, phones, SSNs, credit cards, addresses, names, IPs, API tokens. Returns matches + risk_level. Optional redaction with [TYPE] tokens.","price":"$0.02","method":"POST","input_schema":{"properties":{"text":{"type":"string"},"redact":{"type":"boolean"}},"required":["text"]},"input_example":{"text":"Contact John at john@acme.com or +1-415-555-0100","redact":true},"output_example":{"matches":[{"type":"email","value":"john@acme.com"}],"match_count":2,"risk_level":"low"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}