send_markdown
Convert Markdown to formatted Slack messages and send via incoming webhook. Handles headings, code blocks, tables, and splits long content with sequence headers.
Instructions
Convert Markdown to Slack Block Kit and send via Incoming Webhook.
Handles headings, dividers, code blocks, tables (bullets when links are present), mrkdwn inline formatting, Slack size limits, and multi-part splitting with (n/m) sequence headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| footer | No | Optional context footer mrkdwn (appended as a context block). | |
| markdown | Yes | Markdown document to convert and send. | |
| fallback_text | No | Top-level text for push notifications. Derived from the first heading when omitted. | |
| include_default_footer | No | If true and footer is unset, append "Generated by slack-mcp-server · YYYY-MM-DD". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||