get-message
Retrieve detailed information about a specific message by ID from Zulip workspaces. Options include returning HTML or raw Markdown content and handling empty topic names.
Instructions
Get detailed information about a specific message by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allow_empty_topic_name | No | Allow empty topic names in response (default: false) | |
apply_markdown | No | Return HTML content (true) or raw Markdown (false). Default: true | |
message_id | Yes | Unique message ID to retrieve |