word_find_many
Look up multiple terms in the ASD-STE100 vocabulary at once, returning each term's matching entries so you can verify Simplified Technical English compliance without repeated calls.
Instructions
Search for multiple terms by exact name (case-insensitive) in the ASD-STE100 Issue 9 vocabulary in a single call.
Equivalent to calling word_find once per term, but avoids one
tool round-trip per term. Each input term gets its own entry in the
result, holding 0, 1, or more matching vocabulary entries — an
unknown or misspelled term simply yields an empty results list for
that entry rather than shrinking the overall result.
Parameters
terms: The words or phrases to look up exactly.
Returns
list[WordFindEntry]
One entry per input term, in the same order as terms, each
holding the term and its (possibly empty) list of matching
vocabulary entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terms | Yes | The list of terms to look up exactly. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |