Skip to main content
Glama

Zulip MCP Server

by avisekrath

add-emoji-reaction

React to messages in Zulip workspaces using emojis by specifying message ID and emoji details. Enables quick emotional or contextual responses via the Zulip MCP Server.

Instructions

Add an emoji reaction to a message.

Input Schema

NameRequiredDescriptionDefault
emoji_codeNoUnicode code point for the emoji
emoji_nameYesEmoji name (e.g., 'thumbs_up', 'heart', 'rocket') or custom emoji name
message_idYesID of the message to react to
reaction_typeNoType of emoji reaction

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "emoji_code": { "description": "Unicode code point for the emoji", "type": "string" }, "emoji_name": { "description": "Emoji name (e.g., 'thumbs_up', 'heart', 'rocket') or custom emoji name", "type": "string" }, "message_id": { "description": "ID of the message to react to", "type": "number" }, "reaction_type": { "description": "Type of emoji reaction", "enum": [ "unicode_emoji", "realm_emoji", "zulip_extra_emoji" ], "type": "string" } }, "required": [ "message_id", "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/avisekrath/zulip-mcp-server'

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