Skip to main content
Glama

Slack MCP Server

by piekstra

delete_message

Remove a specific message from a Slack channel using the channel ID and message timestamp for precise deletion.

Instructions

Delete a message from a Slack channel.

Args: channel: Channel ID where the message exists ts: Timestamp of the message to delete

Input Schema

NameRequiredDescriptionDefault
channelYes
tsYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" }, "ts": { "title": "Ts", "type": "string" } }, "required": [ "channel", "ts" ], "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