Skip to main content
Glama

Slack MCP Server

by piekstra

remove_reaction

Eliminate a reaction emoji from a Slack message by specifying the channel ID, message timestamp, and emoji name.

Instructions

Remove a reaction emoji from a message.

Args: channel: Channel ID where the message exists timestamp: Timestamp of the message emoji_name: Name of the emoji (without colons)

Input Schema

NameRequiredDescriptionDefault
channelYes
emoji_nameYes
timestampYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" }, "emoji_name": { "title": "Emoji Name", "type": "string" }, "timestamp": { "title": "Timestamp", "type": "string" } }, "required": [ "channel", "timestamp", "emoji_name" ], "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