list_catalogs
Retrieve a paginated list of loaded OSCAL Catalogs with summary metadata including UUID, title, model type, and size. Use the returned identifiers to query detailed catalog information.
Instructions
List loaded OSCAL Catalogs with summary metadata.
Returns UUID, title, model type, child count, and size for each
catalog. Use the returned UUIDs or titles as query_value in
query_catalog for detailed results.
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 |