Move slides
move_slidesRearrange Google Slides by moving one or more selected slides to a new position using their IDs and a target insertion index.
Instructions
Moves one or more slides to a new position (batchUpdate updateSlidesPosition). slide_object_ids must appear in their current deck order with no duplicates; insertion_index is the 0-based position BEFORE the move is applied (moving a slide down: index counts with the slide still in its old place). Use list_slides to see the current order first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| insertion_index | Yes | 0-based target position, evaluated before the slides are removed from their old places. | |
| presentation_id | Yes | The presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output. | |
| slide_object_ids | Yes | The slides to move, listed in their current presentation order. |