scf_list_controls
List SCF security controls with filtering by domain, framework, or search. Get paginated results including IDs, titles, descriptions, and mapped frameworks.
Instructions
List SCF security controls from the reference catalog. Returns paginated controls with SCF ID, title, description, and mapped frameworks. Filter by domain, framework, or free-text search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1–100, default 25) | |
| domain | No | SCF domain code (e.g., 'GOV', 'AST', 'IAC') — obtain from scf_list_domains | |
| offset | No | Pagination offset — number of results to skip (default 0) | |
| search | No | Free-text filter applied to control title and description | |
| framework | No | Framework slug (e.g., 'nist-800-53', 'iso-27001') — obtain from scf_list_frameworks | |
| include_deprecated | No | Include catalog rows deprecated by a later SCF version. Default false — the catalog answers with active rows only, and deprecated rows carry a lifecycle badge when included. |