Datadog

pii_scan

Sweep string columns across tables for common PII patterns (email, SSN, credit card, phone, JWT, bearer tokens). Heuristic-only — not a compliance guarantee. [BUILD tier]

Remote thinair/data

Other tools also called pii_scan? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "connection": {
      "type": "string",
      "description": "Target connection name from this tenant's inventory. Call `list_connections` to see every name + dialect, then match semantically to the user's intent (e.g. 'analytics' → a connection named `*-analytics-*`; 'prod' → a connection with `prod-` prefix). If the user didn't specify, use the tenant's default (first added). Do not invent names — resolve from `list_connections` output."
    },
    "max_tables": {
      "type": "number",
      "description": "Max tables to sample (default 25, cap 50)"
    },
    "sample_rows": {
      "type": "number",
      "description": "Rows sampled per table (default 20, cap 100)"
    }
  }
}
          

Provider

Datadog →