generate_report
Turn capability analysis results into a branded PDF or PPTX report with charts, tables, and ServiceNow links for management-ready documentation.
Instructions
Generate a branded PDF or PPTX report from capability analysis results. Call this after completing a scan, review, or audit to create a management-ready document with charts, tables, and ServiceNow links. Supports single capability (content) or multiple capabilities (sections) in one combined report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Report title (e.g. "Instance Health Scan", "Comprehensive Instance Audit") | |
| format | Yes | Output format: pdf (branded document) or pptx (slide deck) | |
| content | No | Full markdown analysis to convert into a branded report (for single capability) | |
| sections | No | Multiple capability analyses to combine into one report. Each section becomes a chapter. Use this instead of content for multi-capability reports. | |
| capability | No | Capability name that produced the analysis (e.g. "scan-health", "review-code", "combined-audit") |