Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-channel-by-id

Retrieve detailed channel information by specifying its unique ID, optionally including subscriber lists, for effective Zulip workspace management.

Instructions

Get detailed information about a channel by its ID.

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