You're viewing a demo portfolio

Join the waitlist
PRSM

toxicity_scan

Active

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

declared in 1.0.0

Scan text for toxic language, bias indicators, profanity, and harmful content categories. Returns risk scores per category. Useful for LLM safety guardrail testing.

Parameters schema

{
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to scan"
    },
    "categories": {
      "type": "array",
      "items": {
        "enum": [
          "profanity",
          "hate_speech",
          "violence",
          "sexual",
          "self_harm",
          "bias"
        ],
        "type": "string"
      },
      "description": "Categories to check (default: all)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

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

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

1/7 registries
View full server →
toxicity_scan — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP