Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-users

Retrieve a complete list of all users in your Zulip organization, including profile details, Gravatar URLs, and custom profile fields, for comprehensive user directory access.

Instructions

👥 ALL USERS: Get complete list of all users in the organization with their profile information. Use this to see everyone at once or when you need the full user directory.

Input Schema

NameRequiredDescriptionDefault
client_gravatarNoInclude Gravatar URLs for users (default: true)
include_custom_profile_fieldsNoInclude custom profile fields (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "client_gravatar": { "description": "Include Gravatar URLs for users (default: true)", "type": "boolean" }, "include_custom_profile_fields": { "description": "Include custom profile fields (default: false)", "type": "boolean" } }, "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