keynote_delete_element
Delete a text, image, or shape element from a specific slide in Keynote. Requires slide index, element type, and element index. Cannot be undone via MCP, but Keynote's undo (Cmd+Z) works.
Instructions
Delete an element from a slide. Use with care — this cannot be undone via the MCP. Keynote undo (Cmd+Z) still works in the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_index | No | Document index (0-based). Defaults to 0 (frontmost). | |
| slide_index | Yes | Slide index (0-based). | |
| element_type | Yes | Element collection to target. | |
| element_index | Yes | Element index within its collection (0-based). |