pptx_list_slides
Lists each slide in a PowerPoint file with its title, layout, shape count, notes, and hidden status. Use this first to preview slide structure before making edits.
Instructions
Get an overview of all slides in a PowerPoint file.
USE THIS FIRST when working with an existing presentation to understand its structure before making changes.
Returns for each slide:
number: Slide position (1-based)
title: The slide's title text
layout_name: Which layout template is used
shape_count: Number of shapes on the slide
has_notes: Whether speaker notes exist
hidden: Whether the slide is hidden
Args: file_path: Path to the .pptx file
Returns: Dictionary with slide_count and slides array
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file |