Skip to main content
Glama

Slack MCP Server

by piekstra

upload_file

Upload files directly to specified Slack channels. Provide file content, name, title, and an optional initial comment to share documents or updates efficiently.

Instructions

Upload a file to one or more Slack channels.

Args: channels: Comma-separated list of channel IDs content: File content as text filename: Name for the file title: Title of the file initial_comment: Initial comment for the file

Input Schema

NameRequiredDescriptionDefault
channelsYes
contentYes
filenameYes
initial_commentNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "channels": { "title": "Channels", "type": "string" }, "content": { "title": "Content", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "initial_comment": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Initial Comment" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "required": [ "channels", "content", "filename" ], "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