list_profiles
Retrieve a paginated list of loaded OSCAL Profiles with summary metadata, using offset and limit parameters.
Instructions
List loaded OSCAL Profiles with summary metadata.
Args: ctx: MCP server context (injected automatically). 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| limit | No |