Skip to main content
Glama

Slack MCP Server

by piekstra

send_interactive_message

Send interactive messages with buttons to Slack channels to engage users, gather responses, and streamline communication. Supports titles, descriptions, and customizable button actions for efficient workflows.

Instructions

Send an interactive message with buttons.

Args: channel: Channel ID or name title: Message title description: Message description buttons: JSON string of button configurations [{"text": "Button Text", "action_id": "action_1", "style": "primary"}] thread_ts: Thread timestamp for replies (optional)

Input Schema

NameRequiredDescriptionDefault
buttonsYes
channelYes
descriptionYes
thread_tsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "buttons": { "title": "Buttons", "type": "string" }, "channel": { "title": "Channel", "type": "string" }, "description": { "title": "Description", "type": "string" }, "thread_ts": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Thread Ts" }, "title": { "title": "Title", "type": "string" } }, "required": [ "channel", "title", "description", "buttons" ], "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