generate_slide_deck
Generate a PDF slide deck from Deckrun Markdown. First retrieve the correct format via get_slide_format, then submit your Markdown to get a public PDF URL. Supports up to 10 slides.
Instructions
Convert Deckrun Markdown into a PDF slide deck. Call get_slide_format first to learn the correct Markdown format. Then call this tool with the completed Markdown. Returns: url (public PDF, 90-day expiry), slug, slides (count), warnings (non-fatal notices to self-correct), schema_version. Limits: max 10 slides, 50 KB Markdown. Slides separated by --- on its own line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | Complete slide deck in Deckrun Markdown format. Must start with a title slide using <!-- <title-slide /> -->. |