Skip to main content
Glama

Slack MCP Server

by piekstra

send_formatted_message

Send structured messages to Slack channels using Block Kit formatting. Include headers, text, fields, and context, or reply within threads for organized communication.

Instructions

Send a formatted message using Block Kit with common elements.

Args: channel: Channel ID or name title: Header text (optional) text: Main message text (optional) fields: Comma-separated fields for side-by-side display (optional) context: Context text at bottom (optional) thread_ts: Thread timestamp for replies (optional)

Input Schema

NameRequiredDescriptionDefault
channelYes
contextNo
fieldsNo
textNo
thread_tsNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" }, "context": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Context" }, "fields": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Fields" }, "text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Text" }, "thread_ts": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Thread Ts" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "required": [ "channel" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/piekstra/slack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server