show
Display Markdown, HTML, Mermaid diagrams, or images in a desktop window. Use a window ID to update existing content, or omit it to open a new window.
Instructions
Display rich content (Markdown, HTML, Mermaid diagrams, images) in a window. Pass windowId to update an existing window's content. Omit windowId to open a new window. Returns the windowId for future updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Raw HTML content to display | |
| title | Yes | Title displayed at the top of the window | |
| mermaid | No | Mermaid diagram source code to render visually | |
| message | No | Markdown-formatted message body | |
| imageUrl | No | URL of an image to display | |
| windowId | No | Window ID to update. Omit to open a new window. |