Skip to main content
Glama

send_message

Send messages to Slack channels or reply to threads using channel ID and message text for team communication and collaboration.

Instructions

Send a message to a channel

Input Schema

NameRequiredDescriptionDefault
channelYesChannel ID
textYesMessage text
thread_tsNoOptional thread timestamp to reply to

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "Channel ID", "type": "string" }, "text": { "description": "Message text", "type": "string" }, "thread_ts": { "description": "Optional thread timestamp to reply to", "type": "string" } }, "required": [ "channel", "text" ], "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