21 tools from the ClickUp MCP Server MCP Server, categorised by risk level.
View the ClickUp MCP Server policy →get_folder Retrieve details about a specific folder including name, status, and metadata. Valid parameter combinations:
1. Use folderId alone (preferred)
2. U... get_list Retrieve details about a specific ClickUp list. You MUST provide either listId or listName. Using listId is more reliable as list names might not b... get_task Retrieve detailed information about a specific task. Valid parameter combinations:
1. Use taskId alone (preferred)
2. Use taskName + optional listN... get_tasks Retrieve tasks from a list with optional filtering. You MUST provide either:
1. listId (preferred)
2. listName
Use filters to narrow down results ... get_workspace_hierarchy Get the complete workspace hierarchy including spaces, folders, and lists. create_bulk_tasks Create multiple tasks in a list efficiently. You MUST provide:
1. An array of tasks with required properties
2. Either listId or listName to specif... create_folder Create a new folder in a ClickUp space for organizing related lists. You MUST provide:
1. A folder name
2. Either spaceId (preferred) or spaceName
... create_list Create a new list directly in a ClickUp space (not in a folder). You MUST provide either spaceId or spaceName. For creating lists inside folders, u... create_list_in_folder Create a new list within a ClickUp folder. You MUST provide either: 1) folderId alone, or 2) folderName WITH either spaceName or spaceId. Folder na... create_task Create a single task in a ClickUp list. Use this tool for individual task creation only. For multiple tasks, use create_bulk_tasks instead. Before ... duplicate_task Create a copy of a task in the same or different list. Valid parameter combinations:
1. Use taskId + optional (listId or listName) - preferred
2. U... move_bulk_tasks Move multiple tasks to a different list efficiently. For each task, you MUST provide either:
1. taskId alone (preferred)
2. taskName + listName
WA... move_task Move a task to a different list. Valid parameter combinations:
1. Use taskId + (listId or listName) - preferred
2. Use taskName + sourceListName + ... update_bulk_tasks Update multiple tasks efficiently. For each task, you MUST provide either:
1. taskId alone (preferred)
2. taskName + listName
Only specified field... update_folder Modify an existing folder's properties. Valid parameter combinations:
1. Use folderId alone (preferred)
2. Use folderName + (spaceId or spaceName)
... update_list Update an existing ClickUp list's properties. You MUST provide either listId or listName, and at least one field to update (name, content, or status). update_task Modify an existing task's properties. Valid parameter combinations:
1. Use taskId alone (preferred if you have it)
2. Use taskName + optional listN... delete_bulk_tasks ⚠️ PERMANENTLY DELETE multiple tasks. This action cannot be undone. For each task, you MUST provide either:
1. taskId alone (preferred and safest)
... delete_folder ⚠️ PERMANENTLY DELETE a folder and all its contents. This action cannot be undone. Valid parameter combinations:
1. Use folderId alone (preferred a... delete_list Permanently delete a ClickUp list and all its tasks. You MUST provide either listId or listName. WARNING: This action cannot be undone. delete_task ⚠️ PERMANENTLY DELETE a task. This action cannot be undone. Valid parameter combinations:
1. Use taskId alone (preferred and safest)
2. Use taskNam... The ClickUp MCP Server MCP server exposes 21 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the ClickUp MCP Server server.
ClickUp MCP Server tools are categorised as Read (5), Write (12), Destructive (4). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.