list_ssp_control_implementations
Retrieve control-implementation entries from OSCAL SSP documents to see how systems implement security controls. Filter by document UUID and paginate results.
Instructions
List control-implementation elements within OSCAL SSP documents.
The control-implementation is a singleton element within each SSP that describes how the system implements required security controls.
Args: ctx: MCP server context (injected automatically). parent_doc_uuid: Optional UUID to scope results to a single SSP. offset: Zero-based pagination offset (default 0). limit: Maximum items to return, 1-100 (default 10).
Returns: Page_Response dict with keys: items, total, offset, limit, hasMore. Each item contains: id, title, element_type, description, parentDocumentTitle, parentDocumentUuid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_doc_uuid | No | ||
| offset | No | ||
| limit | No |