Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-message-read-receipts

Retrieve a list of users who have read a specific message in Zulip workspaces by providing the message ID. Useful for tracking message engagement and audience reach.

Instructions

Get list of users who have read a specific message.

Input Schema

NameRequiredDescriptionDefault
message_idYesUnique message ID to get read receipts for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message_id": { "description": "Unique message ID to get read receipts for", "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