create_deck
Create a presentation deck by specifying an ordered list of existing diagram IDs. The deck plays them as a slideshow in that order.
Instructions
Create a presentation deck from existing diagrams. Pass slides as the complete ordered list of diagram ids — the deck plays them as a slideshow in that order. Typical flow: create_diagram for each slide, collect the returned ids, then create_deck with those ids in presentation order. Returns the deck id and the present URL to share. Diagram ids must already exist in this Space (use list_diagrams to find them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Deck title shown in the deck list and above the presentation. | |
| description | No | Optional one-line summary of what the deck covers (≤1000 chars). | |
| slides | No | Ordered list of existing diagram UUIDs. The deck plays them in this exact order. A diagram may appear at most once. Omit or pass [] to create an empty deck. |