Add Comment
add_commentAdd a comment to a specific slide in an open PowerPoint presentation, specifying text, position, and author.
Instructions
Add a comment to a slide (PowerPoint 2016+ modern comments).
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required). text: Comment text (required). left, top: Position of the comment marker, in points. author: Comment author (default: MCP_AUTHOR env var, or "Author"). author_initials: Author initials (default: MCP_AUTHOR_INITIALS env var).
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| left | No | ||
| text | No | ||
| author | No | ||
| slide_index | No | ||
| presentation | No | ||
| author_initials | No |