query_poam
Query OSCAL Plan of Action and Milestones documents to find remediation plans for identified security issues, supporting filters by UUID, title, or type.
Instructions
Query OSCAL Plan of Action and Milestones (POA&M) documents.
POA&Ms document remediation plans for identified security issues.
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 |