check_text
Checks Chinese text for typography, punctuation, common typos, and proper noun casing. Specify rules or severity to focus checks; read-only and skips code and URLs.
Instructions
检查中文文本的排版、标点、常见错别字和专有名词大小写。
这是只读操作,不会修改任何东西。
Args:
text: 要检查的文本。Markdown 也行;代码块、行内代码、URL、邮箱、
HTML 标签和公式会被自动跳过。
rules: 只跑指定规则,逗号分隔(如 "typo,pangu-space");用 "-" 前缀排除
(如 "-dup-punct");留空表示默认规则集(18 条里除 quote-switch 之外的全部)。
severity: 只看某个级别,逗号分隔,可选 error / warn / style。
limit: 最多列出多少条问题,默认 30。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| limit | No | ||
| rules | No | ||
| severity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |