Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-topics-in-stream

Retrieve recent conversation threads in a specific Zulip stream using the stream ID. Quickly browse active discussions to stay informed on relevant topics.

Instructions

💬 STREAM TOPICS: Get all recent topics (conversation threads) in a specific stream (channel). Use this to browse what's being discussed in a stream.

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