# Deckrun

Transforms Markdown content into professional PDF slide decks instantly. Provides comprehensive layout specifications to help users craft visually appealing presentations with ease. Delivers public l…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add agenticdecks/deckrun-free

# Browse available tools
npx -y @smithery/cli@latest tool list agenticdecks/deckrun-free

# Get full schema for a tool
npx -y @smithery/cli@latest tool get agenticdecks/deckrun-free get_slide_format

# Call a tool
npx -y @smithery/cli@latest tool call agenticdecks/deckrun-free get_slide_format '{}'
```

## Direct MCP Connection

Endpoint: `https://deckrun-free--agenticdecks.run.tools`

## Tools (2)

- `get_slide_format` — Fetch the authoritative Deckrun slide format specification. Call this first to learn all layout tags, Markdown syntax, …
- `generate_slide_deck` — Convert Deckrun Markdown into a PDF slide deck. Call get_slide_format first to learn the correct Markdown format. Then …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get agenticdecks/deckrun-free <tool-name>
```

## Resources

- `deckrun-free://skill` — OpenClaw/ClawHub compatible skill YAML. Machine-readable capability declaration for agent registries and orchestrators.
- `deckrun-free://openapi` — Trimmed OpenAPI 3.0 spec covering /free/generate and /health. Use to understand request/response shapes.
