Get Patch Tuesday Readiness
get_patch_tuesday_readinessAssess your environment's readiness for Patch Tuesday by aggregating pre-patch reports, pending approvals, and patch policy schedules into a single view.
Instructions
Combined view of pre-patch report, pending approvals, and patch policy schedules. Answers 'Are we ready for Patch Tuesday?' in a single call. Policy schedule_days bitmasks carry a schedule_days_decoded sibling; schedule_time is a bare HH:MM string with no timezone marker. Per-device prepatch_report.devices[].highest_severity uses the vocabulary critical/high/medium/low/none/no_known_cves/unknown (full enum per spec; live-observed on this tenant: no_known_cves, high, critical, unknown). The projection emits the string 'unknown' for absent/undetermined severity — it never emits JSON null. 'no_known_cves' (patches carry no CVE) and 'unknown' (severity absent/undetermined, NOT inherently high risk) are distinct states and are never collapsed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | ||
| detail_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| metadata | No | Pagination, errors, per-section summaries, token-budget warnings, and correlation metadata. Shape varies per call. |