Deckrun

Transforms Markdown content into professional PDF slide decks instantly.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Get Slide Format: Fetch the authoritative Deckrun slide format specification. Call this first to learn all layout tags, Markdown syntax, and rules before writing slides. Returns JSON with layout_tags,
  • Generate Slide Deck: 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 (pu

What data it sees

Do you need an account

No: the server works without sign-in

Transforms Markdown content into professional PDF slide decks instantly. Provides comprehensive layout specifications to help users craft visually appealing presentations with ease. Delivers public links for sharing finished decks without requiring complex design software.

Server tool list (2)

Raw names from tools/list. Only developers need these.

get_slide_formatFetch the authoritative Deckrun slide format specification. Call this first to learn all layout tags, Markdown syntax, and rules before writing slides. Returns JSON with layout_tags, surface_syntax, example_markdown, and limits.
generate_slide_deckConvert 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.