Skip to main content
Glama

Zulip MCP Server

by avisekrath

edit-scheduled-message

Edit scheduled messages in Zulip by updating content, recipients, topic, or delivery time. Use for direct messages or stream postings with unique message IDs.

Instructions

Modify a scheduled message before it's sent. For direct messages, use comma-separated email addresses or get user info from the users-directory resource (zulip://users).

Input Schema

NameRequiredDescriptionDefault
contentNoNew message content
scheduled_delivery_timestampNoNew delivery timestamp
scheduled_message_idYesUnique scheduled message ID to edit
toNoRecipients (channel name or comma-separated emails)
topicNoNew topic for stream messages
typeNoMessage type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "New message content", "type": "string" }, "scheduled_delivery_timestamp": { "description": "New delivery timestamp", "type": "number" }, "scheduled_message_id": { "description": "Unique scheduled message ID to edit", "type": "number" }, "to": { "description": "Recipients (channel name or comma-separated emails)", "type": "string" }, "topic": { "description": "New topic for stream messages", "type": "string" }, "type": { "description": "Message type", "enum": [ "stream", "direct" ], "type": "string" } }, "required": [ "scheduled_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