Report PDF Generate
report_pdf_generateReturn an inline PDF artifact from supplied report_meta, tables, metrics, and summary content; this read-only renderer does not persist hosted files. Use this only when a structured report payload already exists; use report_docx_generate for editable Word output or compliance_edd_report to build the memo first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Optional raw result payload attached for audit or downstream use. | |
| tables | Yes | Named tables rendered into the report artifact. | |
| report_meta | Yes | ||
| export_artifacts | No | Optional prior export metadata carried alongside the report payload. | |
| headline_metrics | No | Optional headline metrics rendered near the top of the report. | |
| executive_summary | No | Optional executive summary bullets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Primary structured result payload for the tool. | |
| error | No | Machine-readable error code or message when the tool fails. | |
| output | No | Nested renderer output when a workflow bundles an artifact render. | |
| report | No | Report-shaped payload when available; null for status-only retrieval responses. | |
| source | No | Source label, route, dataset, or execution metadata for the result. | |
| message | No | Human-readable error or status message. | |
| success | No | Whether the tool completed successfully. | |
| artifact | No | Inline generated file artifact. The service does not persist a hosted download URL. | |
| artifacts | No | Artifact rendering hints keyed by format. | |
| artifact_summary | No | Delivery and rendering metadata for an inline generated artifact. |