aim-text-guard
Analyze text for harmful content using AI-powered security analysis. This tool ensures safe interactions by identifying and flagging potentially unsafe material in real-time.
Instructions
AIM-Intelligence Text Guard Tool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes | Text to analyze for harmful content |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"text": {
"description": "Text to analyze for harmful content",
"type": "string"
}
},
"required": [
"text"
],
"type": "object"
}