Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-stream-id

Retrieve the numeric ID of a Zulip stream by providing its name, enabling operations that require the stream ID for channel management and message actions.

Instructions

🔢 STREAM ID LOOKUP: Get the numeric ID of a stream (channel) when you know its name. Use this to get the stream ID needed for other operations.

Input Schema

NameRequiredDescriptionDefault
stream_nameYesName of the stream to get ID for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "stream_name": { "description": "Name of the stream to get ID for", "type": "string" } }, "required": [ "stream_name" ], "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