Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

find_user_by_name

Locate a user in ClickUp by their name or email address to streamline task assignments and team management. Works with or without a specified workspace ID for efficient searching.

Instructions

Find a user by name or email

Input Schema

NameRequiredDescriptionDefault
nameYesName or email to search for
workspace_idNoWorkspace ID (optional, uses default if not provided)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name or email to search for", "type": "string" }, "workspace_id": { "description": "Workspace ID (optional, uses default if not provided)", "type": "string" } }, "required": [ "name" ], "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/DiversioTeam/clickup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server