Skip to main content
Glama

Slack User MCP Server

slack_add_reaction

Add a specific emoji reaction to a message in a Slack channel. Provide the channel ID, message timestamp, and emoji name to interact effectively.

Instructions

Add a reaction emoji to a message

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe ID of the channel containing the message
reactionYesThe name of the emoji reaction (without ::)
timestampYesThe timestamp of the message to react to

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The ID of the channel containing the message", "type": "string" }, "reaction": { "description": "The name of the emoji reaction (without ::)", "type": "string" }, "timestamp": { "description": "The timestamp of the message to react to", "type": "string" } }, "required": [ "channel_id", "timestamp", "reaction" ], "type": "object" }

You must be authenticated.

Other Tools from Slack User MCP Server

Related Tools

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/lars-hagen/slack-user-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server