List Shapes
list_shapesRetrieve shape details (name, type, position, text) from any PowerPoint slide to inspect or manipulate elements programmatically.
Instructions
List shapes on a slide with name, type, position, and text (if any).
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required).
Returns: JSON with each shape's 1-based index, name, MsoShapeType, position/ size (points), and text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slide_index | No | ||
| presentation | No |