Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-subscribed-streams

Retrieve all subscribed streams in a Zulip workspace to identify conversation spaces before sending messages. Optionally include subscriber lists for detailed stream insights.

Instructions

📺 USER STREAMS: Get all streams you're subscribed to. Use this to see what streams are available before sending messages. Note: In Zulip, 'streams' and 'channels' refer to the same thing - conversation spaces for teams.

Input Schema

NameRequiredDescriptionDefault
include_subscribersNoInclude subscriber lists for streams

Input Schema (JSON Schema)

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