Skip to main content
Glama

Zulip MCP Server

by avisekrath

edit-message

Update an existing message's content or topic by providing the message ID and optional new content or topic. Works for stream messages within Zulip workspaces.

Instructions

Edit an existing message's content or topic.

Input Schema

NameRequiredDescriptionDefault
contentNoNew message content with Markdown formatting
message_idYesUnique ID of the message to edit
topicNoNew topic name (for stream messages only)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "New message content with Markdown formatting", "type": "string" }, "message_id": { "description": "Unique ID of the message to edit", "type": "number" }, "topic": { "description": "New topic name (for stream messages only)", "type": "string" } }, "required": [ "message_id" ], "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