apply_report_template
Apply a saved report template (theme, wallpaper, canvas, nav) to a page. Takes template JSON and optional page, defaulting to first page, to restyle the report.
Instructions
Apply a reusable REPORT TEMPLATE in one call: a bundle of theme + wallpaper + canvas-preset + nav settings. template = JSON { theme?:{...}, wallpaper?:{color,transparency}, canvas?:{preset,width,height}, nav?:{} }. page targets the wallpaper + canvas (defaults to the first page). Round-trips with save_report_template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | page to apply wallpaper/canvas to (optional; default first page) | |
| template | Yes | the template JSON bundle | |
| reportSessionId | Yes |