Get Comments
get_commentsRetrieve all comments from a specified slide in an open PowerPoint presentation, returning each comment's author, text, and position as JSON.
Instructions
List all comments on a slide.
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required).
Returns: JSON with each comment's 1-based index, author, text, and position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_index | No | ||
| presentation | No |