create_slack_canvas
Create a Slack canvas from markdown to turn checklists, runbooks, and specs into lasting reference material instead of messages that scroll away.
Instructions
Create a Slack canvas in a channel from markdown. Use for reference material people will come back to — a checklist, a runbook, a spec — rather than a message that scrolls away. Supports headings, lists, checkboxes, bold and code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Canvas title. Used when the channel already has a canvas and a standalone one is created instead. | |
| channel | Yes | The Slack channel ID the canvas belongs to | |
| markdown | Yes | The canvas body, as markdown |