presentation_update_slide
Modify title or content of a specific slide in a LibreOffice presentation document to update information or correct errors.
Instructions
Update the title or body text of an existing slide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document handle returned by document_open | |
| slideIndex | Yes | Slide index (0-based) | |
| title | No | New title (omit to keep existing) | |
| body | No | New body text (omit to keep existing) |