Skip to main content
Glama

send_formatted_message

Send formatted messages using Slack Block Kit to structure content with rich layouts and interactive elements in channels or threads.

Instructions

Send a message with Block Kit formatting

Input Schema

NameRequiredDescriptionDefault
blocksYesBlock Kit blocks array
channelYesChannel ID
textYesFallback text
thread_tsNoOptional thread timestamp to reply to

Input Schema (JSON Schema)

{ "properties": { "blocks": { "description": "Block Kit blocks array", "type": "array" }, "channel": { "description": "Channel ID", "type": "string" }, "text": { "description": "Fallback text", "type": "string" }, "thread_ts": { "description": "Optional thread timestamp to reply to", "type": "string" } }, "required": [ "channel", "text", "blocks" ], "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/Hais/slack-bot-mcp'

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