Skip to main content
Glama

ClickUp MCP Server

by DiversioTeam

bulk_move_tasks

Move multiple ClickUp tasks to a new list in one action by specifying task IDs and target list ID, simplifying task organization and workflow management.

Instructions

Move multiple tasks to a different list

Input Schema

NameRequiredDescriptionDefault
target_list_idYesTarget list ID
task_idsYesList of task IDs to move

Input Schema (JSON Schema)

{ "properties": { "target_list_id": { "description": "Target list ID", "type": "string" }, "task_ids": { "description": "List of task IDs to move", "items": { "type": "string" }, "type": "array" } }, "required": [ "task_ids", "target_list_id" ], "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