Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-topics-in-channel

Retrieve all topics within a specific channel or stream in Zulip using the provided stream ID, enabling efficient channel management and topic organization.

Instructions

Get all topics in a specific stream/channel.

Input Schema

NameRequiredDescriptionDefault
stream_idYesUnique stream ID to get topics for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "stream_id": { "description": "Unique stream ID to get topics 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