Score text for AI-writing patterns
score_textEvaluate text locally for AI-writing patterns, returning a deterministic 0-100 score, classification, confidence, and counts. Use the result to decide whether deeper auditing is needed.
Instructions
Score text locally with the deterministic Avoid AI Writing detector. Returns a compact 0-100 pattern score, classification, confidence, and counts. This is a heuristic signal, not proof of authorship; use audit_text when individual findings are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to evaluate locally. The text is not sent to any network service. | |
| context | No | Writing context. Technical mode suppresses patterns common in code-adjacent prose; defaults to general. | general |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| score | Yes | ||
| context | Yes | ||
| scorable | Yes | ||
| confidence | Yes | ||
| word_count | Yes | ||
| issue_count | Yes | ||
| probabilities | Yes | ||
| classification | Yes | ||
| unscored_reason | Yes |