rules_toc
Get a table-of-contents outline of the ASD-STE100 ruleset. Returns distinct section-category pairs in first-seen order, showing available sections and categories before diving into rule details.
Instructions
Return the distinct (section, category) pairs, in first-seen order.
Gives a table-of-contents style outline of the ruleset's structure,
without any per-rule detail; useful to see which sections and
categories exist before drilling into rules_overview,
rules_by_section, or rules_by_category for a specific one.
Parameters
section: When given, only consider rules in this exact section (case-insensitive).
Returns
list[TocEntry]
One entry per distinct (section, category) pair, in first-seen
document order, where ids lists the ids of every
rule/recommendation/information item in that (section,
category), in document order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Only consider rules in this exact section (case-insensitive). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |