Skip to main content
Glama

Zulip MCP Server

by avisekrath

search-users

Find users in Zulip workspaces by partial name or email. Returns matching results with basic details like name, email, and ID. Useful for locating users before direct messaging.

Instructions

🔍 DISCOVERY: Search for users by partial name or email when you don't know exact details. Use this first to explore and find users before sending direct messages. Returns multiple matching results with basic info (name, email, ID).

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 10)
queryYesName, email, or partial match to search for users

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of results to return (default: 10)", "type": "number" }, "query": { "description": "Name, email, or partial match to search for users", "type": "string" } }, "required": [ "query" ], "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