fedramp_get_rule
Retrieve a FedRAMP rule or NIST control by ID, returning its text and all document locations for citation.
Instructions
Retrieve a rule (or NIST control) by its ID, with every place it appears.
FedRAMP rule IDs look like 'FRC-CSO-FCP', 'VDR-CSO-CVE', 'KSI-IAM-01'; NIST
control IDs look like 'AC-20' or 'SI-4'. The same rule ID often appears in
several documents (e.g. the provider view and the `reference/` rulesets); all
occurrences are returned so you can cite the right context.
Args:
params (GetRuleInput):
- rule_id (str): the rule or control ID (case-insensitive).
Returns:
str: The rule text plus its locations. Markdown by default. Returns an
actionable error, with close ID suggestions, if the ID is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |