list_mapping_collection_mappings
Lists control mappings within an OSCAL mapping collection document, showing how frameworks relate with optional filtering by parent document UUID.
Instructions
List mapping elements within OSCAL Mapping Collection documents.
Mappings describe how controls from one framework relate to controls in another framework. Each mapping is identified by a UUID.
Args: ctx: MCP server context (injected automatically). parent_doc_uuid: Optional UUID to scope results to a single mapping collection document. 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 |