suggest_terms
Scans a block of text against all published Arco Lexicon terms using deterministic string matching — no LLM calls. Returns two lists: terms whose canonical names appear explicitly in the text (detected), and terms whose concepts are present but whose canonical names are absent (suggested). Maximum 10,000 characters. Use this to audit an article or passage for correct and complete Arco terminology. Use verify_alignment instead when you want a scored alignment report rather than a term discovery list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The article or text block to scan. Plain text or markdown. Maximum 10,000 characters. |