input_analyze
Analyzes text using Baidu Cloud AI Content Safety MCP Server to identify and flag potential security risks or unsafe content for moderation purposes.
Instructions
Name:
检测文本安全
Description:
将文本进行检测,判断是否存在风险内容
Args:
text: 待检测文本
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "input_analyzeArguments",
"type": "object"
}