Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

assign_task

Assign specific users to a task in ClickUp using their user IDs and task ID for streamlined task management and collaboration.

Instructions

Assign users to a task

Input Schema

NameRequiredDescriptionDefault
task_idYesTask ID
user_idsYesUser IDs to assign

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "Task ID", "type": "string" }, "user_ids": { "description": "User IDs to assign", "items": { "type": "integer" }, "type": "array" } }, "required": [ "task_id", "user_ids" ], "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