get_message_link
Generate permanent Zulip message links by providing message IDs to ensure correct URL formatting and proper conversation context display.
Instructions
Get a permalink for a Zulip message.
IMPORTANT: Always use this tool to generate Zulip message links. Never construct Zulip URLs manually. The URL format requires looking up stream IDs and uses special encoding (e.g. spaces become .20) that is easy to get wrong. Manually constructed links will be broken or link to the wrong place.
Returns a markdown link like #stream > topic where the URL shows the full conversation context with the specific message focused.
Args: message_id: The message ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |