get_clause
Retrieve any security control clause by its ID from a public framework or purchased standard. Source varies: curated summary for public profiles, imported text with license for purchased ones.
Instructions
Get a specific clause or section from a bundled public framework profile or a purchased standard by its clause ID. Bundled public profiles return curated summary text with official source attribution. Purchased standards return text from the user's imported copy with license notice. If the clause is not found, returns an error message. Use query_standard to discover clause IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| standard | Yes | Standard identifier (e.g., 'netherlands_bio', 'iso_27001_2022'). Use list_available_standards to see available standards. | |
| clause_id | Yes | Clause or section identifier within the standard (e.g., '5.1.2', 'A.5.15' for ISO 27001, 'AC-1' for NIST 800-53). Use query_standard to discover valid IDs. |