ism_search
Perform full-text keyword search over ISM control text and topics. Returns matching control records with count and relevance scores.
Instructions
Full-text keyword search (FTS5 BM25) over ISM control text and topics.
Best when you already know the terms, an exact phrase, or part of a control title.
To rank controls against a free-text description of work, use ism_applicable
instead. FTS operators in the query are neutralised, so input matches literally.
Returns {query, count, results} with full control records. limit defaults to
10 (capped at 200). Defaults to the active ISM version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| query | Yes | ||
| results | Yes |