Internal
Markdown
Create markdown documents with headings, paragraphs, lists, and AI-generated images.
Send "type": "markdown".
Create markdown documents with headings, paragraphs, lists, and AI-generated images.
Also available as the MCP tool render_markdown. The same payload works through either surface.
Fields
contentstringrequiredMarkdown content. Use standard markdown syntax. For AI-generated images, use: !alt
Example
{
"type": "markdown",
"data": {
"content": "string"
}
}
Was this page helpful?