get_framework_controls
Retrieve all SCF controls mapped to a chosen framework, grouped by domain. Optionally include control descriptions for more detail.
Instructions
Get all SCF controls that map to a specific framework, grouped by domain. WARNING: Large frameworks like NIST 800-53 can return 700+ controls (~5000 tokens with descriptions, ~2000 without). Set include_descriptions=false (default) to reduce token usage. Controls are capped at 10 per domain with overflow indicated. Returns 'not found' with a list of valid framework keys if the framework doesn't exist. Use list_frameworks to discover valid keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes | Framework key (e.g., 'iso_27001_2022', 'nist_csf_2.0', 'dora', 'pci_dss_4.0.1'). Use list_frameworks to discover valid keys. | |
| include_descriptions | No | Include control descriptions in the response. Significantly increases token usage (~2.5x). Default: false. |