Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-subscribed-channels

Retrieve channels or streams a user is subscribed to in Zulip, with an option to include subscriber lists for detailed channel management and interaction insights.

Instructions

Get channels/streams the user is subscribed to.

Input Schema

NameRequiredDescriptionDefault
include_subscribersNoInclude subscriber lists for channels

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "include_subscribers": { "description": "Include subscriber lists for channels", "type": "boolean" } }, "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