Skip to main content
Glama

Zulip MCP Server

by avisekrath

search-users

Search for Zulip workspace users by name or email to verify correct addresses before sending direct messages, with optional result limit.

Instructions

Search for users by name or email. Use this before sending direct messages to get the correct email addresses.

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