query_mapping_collection
Retrieve OSCAL mapping collections that define relationships between security control sets. Query by UUID, title, or type to find relevant mappings.
Instructions
Query OSCAL Mapping Collection documents.
Mapping Collections describe how one set of security controls relates to another set of controls.
Args:
ctx: MCP server context (injected automatically).
query_type: "all" (paginated), "by_uuid", "by_title",
or "by_type".
query_value: Required for by_uuid, by_title, by_type queries.
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 |
|---|---|---|---|
| query_type | No | all | |
| query_value | No | ||
| offset | No | ||
| limit | No |