Skip to main content
Glama

Slack MCP Server

by piekstra

send_announcement

Send formatted announcements to Slack channels, including a title, message, and optional details like author, timestamp, or thread replies. Simplify team communication with structured updates.

Instructions

Send a formatted announcement message.

Args: channel: Channel ID or name title: Announcement title message: Main announcement message author: Author name (optional) timestamp: Custom timestamp (optional) thread_ts: Thread timestamp for replies (optional)

Input Schema

NameRequiredDescriptionDefault
authorNo
channelYes
messageYes
thread_tsNo
timestampNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "author": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Author" }, "channel": { "title": "Channel", "type": "string" }, "message": { "title": "Message", "type": "string" }, "thread_ts": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Thread Ts" }, "timestamp": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timestamp" }, "title": { "title": "Title", "type": "string" } }, "required": [ "channel", "title", "message" ], "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