Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-stream-by-id

Retrieve detailed stream information, including settings, description, and subscriber count, by providing the unique stream ID in Zulip MCP Server.

Instructions

📊 STREAM DETAILS: Get comprehensive information about a stream (channel) when you have its numeric ID. Returns stream settings, description, subscriber count, etc.

Input Schema

NameRequiredDescriptionDefault
include_subscribersNoInclude subscriber list
stream_idYesUnique stream ID to get details for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "include_subscribers": { "description": "Include subscriber list", "type": "boolean" }, "stream_id": { "description": "Unique stream ID to get details for", "type": "number" } }, "required": [ "stream_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