Skip to main content
Glama

Zulip MCP Server

by avisekrath

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

NameRequiredDescriptionDefault
allow_empty_topic_nameNoAllow empty topic names in response (default: false)
apply_markdownNoReturn HTML content (true) or raw Markdown (false). Default: true
message_idYesUnique message ID to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "allow_empty_topic_name": { "description": "Allow empty topic names in response (default: false)", "type": "boolean" }, "apply_markdown": { "description": "Return HTML content (true) or raw Markdown (false). Default: true", "type": "boolean" }, "message_id": { "description": "Unique message ID to retrieve", "type": "number" } }, "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