verify_alignment
Analyses a block of text against the Arco Lexicon using deterministic scoring — no LLM calls. Returns a structured alignment report with a per-term verdict (ALIGNED, PARTIALLY_ALIGNED, NEEDS_CLARIFICATION, MISALIGNED, or NO_ARCO_TERMS_DETECTED), an alignment score, a suggested reframe, and recommended reading. Maximum 5,000 characters. Use this to score and audit text for correct Arco terminology. Use suggest_terms instead when you want to discover which terms apply to a text without scoring it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to analyse. Plain text or markdown. Maximum 5,000 characters. Trim or chunk longer inputs before calling. |