list_catalog_groups
Retrieve paginated lists of control groups from OSCAL Catalog documents. Organize controls into families such as 'ac' for Access Control, with details like ID, title, and description.
Instructions
List groups within OSCAL Catalog documents.
Groups organise controls into families (e.g. ac for Access
Control). Group IDs are human-readable tokens unique within the
containing catalog.
Args: ctx: MCP server context (injected automatically). parent_doc_uuid: Optional UUID to scope results to a single catalog. 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 |