move_slide
Move a slide from one position to another in your presentation. Reorders all related files atomically; call export afterward to refresh HTML.
Instructions
Moves a slide from one position to another. No LLM call — pure file reordering.
Reorders all related files (outline, design_spec, slide HTML) atomically.
After this call, you must call export_html(project_id=<project_id>) to refresh HTML.
Args: project_id: Target project ID (required) from_index: Current slide position (1-based). to_index: Desired slide position (1-based).
Returns: JSON string containing project_id, slide_count, from_index, to_index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_index | Yes | ||
| from_index | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |