fedramp_get_definition
Look up FedRAMP defined terms by name, alias, or FRD ID to get authoritative definitions, related terms, and aliases. Ensures precise compliance with FedRAMP rules.
Instructions
Look up a FedRAMP defined term by name, alias, or FRD ID.
Definitions are authoritative: when a defined term appears in a rule, the
definition is part of that rule and must be followed precisely.
Args:
params (GetDefinitionInput):
- term (str): a term, alias, or FRD ID (e.g. 'Significant Change',
'adaptive changes', 'FRD-SGC'). Case-insensitive.
Returns:
str: The definition, its ID, aliases, and related-terms group. Returns an
actionable error with suggestions if the term is not defined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |