Skip to main content
Glama

Zulip MCP Server

by avisekrath

get-user-by-email

Retrieve detailed user profile information from a Zulip workspace by providing the exact email address. Includes Gravatar URL and custom profile fields if specified.

Instructions

📧 EXACT LOOKUP: Find a user when you have their exact email address. Use this when you know the specific email and need detailed profile information. Returns single user with complete details.

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