pptx_get_notes
Extract speaker notes from PowerPoint presentations. Retrieve notes from a specific slide or all slides to review before updating.
Instructions
Read speaker notes from slides.
USE THIS to see existing notes before updating them. Without slide_number, returns notes from ALL slides.
Args: file_path: Path to the .pptx file slide_number: Specific slide (omit for all slides)
Returns: Notes content for requested slide(s)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| slide_number | No | Specific slide (omit for all slides) |