rules_find
Find a rule or recommendation by its exact identifier, like R1.1 or GR-8, using case-insensitive matching. Retrieves the corresponding entry from the ASD-STE100 ruleset.
Instructions
Search for rules in the ruleset by exact id.
Use this first when you know the exact rule/recommendation id. Use
rules_match or rules_search if this tool returns no items.
Parameters
id_:
The rule/recommendation id to search for (e.g. "R1.1" or
"GR-8"), matched case-insensitively.
Returns
list[Rule] A (possibly empty) list of matching rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | The exact rule/recommendation id to search for, e.g. 'R1.1' or 'GR-8' (case-insensitive). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |