Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-users

Retrieve all users in a Zulip organization, including profile details, with options to fetch Gravatar URLs and custom profile fields for comprehensive user management.

Instructions

Get all users in the Zulip organization with their profile information.

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