check_sensitive_words
Detect sensitive Chinese words in social media copy and get risk levels, category, position, and replacement suggestions to ensure compliance.
Instructions
Detect sensitive/prohibited words in Chinese text for social media platforms (Xiaohongshu, Douyin, Kuaishou, Bilibili). Returns risk level (high/medium/low/tip), word category, position, and safe replacement suggestions. Free tier: 100 requests/day without token. Set WORDSCHECK_ACCESS_TOKEN for unlimited access. Max 3000 characters per request. Use this tool when users need to check marketing copy, product descriptions, live-streaming scripts, or social media posts for compliance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Chinese text to check for sensitive words. Supports marketing copy, product descriptions, social media posts, live-streaming scripts. Max 3000 chars. | |
| ner | No | Enable NER (Named Entity Recognition) filtering to reduce false positives on place names, person names, and organizations. Default: true. Set false for stricter detection. |