Create document
create_documentCreate a new mdgen document from markdown. Set an optional title and choose between PDF or slide output to receive the document ID.
Instructions
Create a new mdgen document. Returns the created document id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Output mode (default: pdf) | |
| title | No | Optional title | |
| markdown | Yes | Markdown body |