Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-channel-id

Retrieve the unique ID of a Zulip channel using its name with this tool, enabling streamlined channel management and interactions in the Zulip MCP Server environment.

Instructions

Get the ID of a channel by its name.

Input Schema

NameRequiredDescriptionDefault
stream_nameYesName of the channel 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 channel 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