Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

bulk_update_tasks

Efficiently update multiple tasks simultaneously in ClickUp by modifying status, priority, assignees, or other fields using a single operation.

Instructions

Update multiple tasks at once

Input Schema

NameRequiredDescriptionDefault
task_idsYesList of task IDs to update
updatesYesUpdates to apply (status, priority, assignees, etc.)

Input Schema (JSON Schema)

{ "properties": { "task_ids": { "description": "List of task IDs to update", "items": { "type": "string" }, "type": "array" }, "updates": { "description": "Updates to apply (status, priority, assignees, etc.)", "type": "object" } }, "required": [ "task_ids", "updates" ], "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