Generate deck
deck_generateRender deck Markdown into a True-branded .pptx and return an artifact ID for preview and download.
Instructions
Render deck Markdown into a True-branded .pptx. Returns an artifact_id — pass it to deck_preview to look at the result and to deck_fetch to get the bytes. Regenerate from edited Markdown rather than editing the .pptx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_to | No | Absolute path of a directory to also write the file to. Local (stdio) deployments only; ignored when the server disallows it. | |
| filename | No | Output file name, e.g. 'Q3_review.pptx'. | deck.pptx |
| markdown | Yes | The deck source in the True deck Markdown format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| warnings | No | ||
| file_path | No | Set when the deck was also written to disk. | |
| mime_type | Yes | ||
| next_step | Yes | ||
| size_bytes | Yes | ||
| artifact_id | Yes | Handle to pass to deck_preview / deck_fetch. | |
| slide_count | Yes | ||
| download_url | No | Set on remote deployments. | |
| save_to_ignored | No | ||
| expires_in_hours | No |