List layout archetypes (and optionally a template's stencils)
pptx_list_layoutsList slide layouts and inspect a PowerPoint template to see its slides, layout names, and placeholder types. Use it to choose a stencil slide for each new slide.
Instructions
Returns the catalog of slide layout archetypes pptx_create_deck supports (e.g. cover, agenda, comparison table). If you pass a template (an existing .pptx), it also returns that template's existing slides with their layout names and placeholder types, so you can pick a stencilSlideIndex for each new slide in template mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | No | Optional existing .pptx to inspect for stencil slides. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layouts | Yes | ||
| templateSlides | No |