list_profile_modify
List customization modifications applied to imported controls in OSCAL Profile documents, including parameter settings, additions, and alterations.
Instructions
List modify elements within OSCAL Profile documents.
The modify element is a singleton within each profile that describes customisations applied to imported controls (e.g. parameter settings, additions, alterations).
Args: ctx: MCP server context (injected automatically). parent_doc_uuid: Optional UUID to scope results to a single profile. 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 |