Skip to main content
Glama

Slack MCP Server

by piekstra

send_form_message

Send interactive form messages in Slack with select menus. Specify channel, title, description, and options to gather user input efficiently. Supports thread replies for organized conversations.

Instructions

Send a form-like message with a select menu.

Args: channel: Channel ID or name title: Form title description: Form description select_options: JSON string of select options [{"text": "Option 1", "value": "opt1"}] select_placeholder: Placeholder text for select menu select_action_id: Action ID for the select menu thread_ts: Thread timestamp for replies (optional)

Input Schema

NameRequiredDescriptionDefault
channelYes
descriptionYes
select_action_idNoform_select
select_optionsYes
select_placeholderNoChoose an option
thread_tsNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" }, "description": { "title": "Description", "type": "string" }, "select_action_id": { "default": "form_select", "title": "Select Action Id", "type": "string" }, "select_options": { "title": "Select Options", "type": "string" }, "select_placeholder": { "default": "Choose an option", "title": "Select Placeholder", "type": "string" }, "thread_ts": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Thread Ts" }, "title": { "title": "Title", "type": "string" } }, "required": [ "channel", "title", "description", "select_options" ], "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