Skip to main content
Glama

Zulip MCP Server

by avisekrath

remove-emoji-reaction

Remove an emoji reaction from a specific message in Zulip by specifying the message ID and emoji name, ensuring clean and precise message interactions.

Instructions

Remove an emoji reaction from a message.

Input Schema

NameRequiredDescriptionDefault
emoji_codeNoUnicode code point for the emoji
emoji_nameYesEmoji name to remove (e.g., 'thumbs_up', 'heart')
message_idYesID of the message to remove reaction from
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 to remove (e.g., 'thumbs_up', 'heart')", "type": "string" }, "message_id": { "description": "ID of the message to remove reaction from", "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