Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-user-by-email

Retrieve a user's profile and details from Zulip workspaces using their email address. Optionally fetch Gravatar profile images and custom profile fields for enhanced user identification.

Instructions

Find a user by their email address.

Input Schema

NameRequiredDescriptionDefault
client_gravatarNoInclude Gravatar profile image URL
emailYesEmail address of the user to look up
include_custom_profile_fieldsNoInclude organization-specific custom profile fields

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "client_gravatar": { "description": "Include Gravatar profile image URL", "type": "boolean" }, "email": { "description": "Email address of the user to look up", "format": "email", "type": "string" }, "include_custom_profile_fields": { "description": "Include organization-specific custom profile fields", "type": "boolean" } }, "required": [ "email" ], "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