scan_content
Scan submitted instruction-file text for safety, clarity, loadability, and cross-model consistency, and return a verdict with findings. Each finding carries a severity: fail means the rule does not load, info means it loads but is wrong in a way worth fixing, such as naming a retired model. Report both. Only an empty findings array means nothing was found. Use before loading a third-party file. Consistency findings are PREDICTIONS (divergence risks across models/tools), never verified facts. The submitted text is scanned and discarded, never stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional display name, e.g. CLAUDE.md. | |
| text | Yes | Raw instruction-file text to scan. |