edit-draft
Edit an existing message draft on the Zulip MCP Server by updating its type, recipients, topic, content, and timestamp using the draft ID.
Instructions
Update an existing message draft. For user IDs in the 'to' field, use the users-directory resource (zulip://users) or get-users tool to discover available users and their IDs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Draft content | |
draft_id | Yes | Unique draft ID to edit | |
timestamp | No | Updated timestamp | |
to | Yes | Array of user IDs or channel ID | |
topic | Yes | Topic for the draft | |
type | Yes | Draft message type |