add_slide_from_template
Insert a new presentation slide using a pre-designed template; choose a template and append it or place it at a specific position.
Instructions
THE ONLY WAY TO ADD SLIDES - Uses pre-designed templates.
ALWAYS use this tool. NEVER use add_slide. Templates: title, section, image-full, two-column, quote, big-number, chart-bar, etc.
Call list_templates first
Pick the best template
Use this tool to add the slide
Use update_slide only to change text content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | Position to insert (0-indexed). Omit to append. | |
| template | Yes | Template ID from list_templates (e.g. "title", "image-full", "two-column") | |
| presentationId | Yes | The presentation ID |