update_deck
Modify a deck's title, description, and slide order by providing the complete ordered list of diagram UUIDs. Returns the updated deck id and URL.
Instructions
Update a deck's title, description, and/or slide order. slides is DECLARATIVE: pass the complete desired ordered list of diagram ids — reorder, add, and remove are all expressed by sending the new full list (any id omitted is removed from the deck; new ids are appended in the order given). Returns the deck id and present URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deck UUID | |
| title | No | Deck title shown in the deck list and above the presentation. | |
| description | No | One-line summary of what the deck covers (≤1000 chars). | |
| slides | No | Complete ordered list of diagram UUIDs that should be in the deck after this update. Omit to leave the slides unchanged; pass [] to clear all slides. |