create_presentation_from_template_content
Create a PowerPoint deck from a .pptx/.potx/.ppt template, preserving theme, layouts, and branding. Returns a presentation ID for further editing.
Instructions
Create a new presentation from an uploaded .pptx template file.
A PowerPoint 97-2003 (.ppt) file is accepted too and converted to .pptx on the way in, where the server has LibreOffice.
template_content: the .pptx/.potx/.ppt template file content, as a data: URI or a base64-encoded string (in DIAL Quick Apps, pass the template file as file:data::files/{bucket}/{path} and it is resolved automatically).
The template's theme, layouts, masters and branding are preserved. Returns a presentation_id that must be passed to all subsequent tool calls for this deck.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |