Clickup add tag to taskAdd existing tag to task.
Clickup add task dependencySet a directional dependency where one task blocks the other.
Clickup add task linkLink two tasks together.
Clickup add task to listAdd a task to an additional list (keeps current home list).
Clickup add time entryAdd a manual time entry to a task.
Clickup attach task fileAttach file to task.
Clickup create commentCreate a comment or threaded reply on a task, list, or view.
Clickup create documentCreate a document in a ClickUp space, folder, or list.
Clickup create document pageCreate a new page in a ClickUp document.
Clickup create folderCreate folder in ClickUp space.
Clickup create listCreate a list in a ClickUp space.
Clickup create list in folderCreate a list in a ClickUp folder.
Clickup create reminderCreate a personal reminder in your ClickUp workspace.
Clickup create taskCreate a task in a ClickUp list.
Clickup create task comment[DEPRECATED → clickup_create_comment] Legacy name for creating a task comment, kept for clients with stale tool listings.
Clickup delete commentDelete a comment by comment_id.
Clickup delete taskDelete a task by task_id (supports custom IDs like 'DEV-1234').
Clickup download task attachmentDownload a ClickUp task attachment (get attachment IDs from clickup_get_task with include: ["attachments"]).
Clickup filter tasksRetrieve tasks with combined filters (tags, lists, folders, spaces, statuses, assignees, due date range, completion date range).
Clickup find member by nameGet a member in the ClickUp workspace by name or email.
Clickup get bulk tasks time in statusGet the time multiple tasks have spent in each status (bulk operation, up to 100 tasks).
Clickup get chat channel messagesGet messages for a chat channel.
Clickup get chat channelsList chat channels in the workspace with pagination support.
Clickup get chat message repliesGet threaded replies for a chat message by message_id.
Clickup get current time entryGet the currently running time entry, if any.
Clickup get custom fieldsGet custom field definitions at any hierarchy level (list, folder, space, or workspace).
Clickup get document pagesGet the full content of specific pages by page ID.
Clickup get folderGet folder details by folder_id or folder_name (+ space info).
Clickup get listGet list details by list_id or list_name.
Clickup get taskRetrieve a ClickUp task by ID (supports custom IDs like 'DEV-1234').
Clickup get task commentsGet task comments with reply_count per comment.
Clickup get task time in statusGet the time a task has spent in each status.
Clickup get threaded commentsGet threaded replies for a comment by comment_id.
Clickup get time entriesGet time entries with optional filtering by task, date range, assignee, and billable status.
Clickup get workspace hierarchyGet workspace hierarchy (spaces, folders, lists) with pagination and depth control.
Clickup get workspace membersList all members in the workspace.
Clickup list document pagesList page names and structure of a document (no content).
Clickup merge tasksMerge one or more source tasks into a target task.
Clickup move taskMove a task to a new home list.
Clickup remove tag from taskRemove tag from task.
Clickup remove task dependencyRemove a dependency between two tasks.
Clickup remove task from listRemove a task from an additional list (cannot remove from home list).
Clickup remove task linkRemove a link between two tasks.
Clickup request attachment uploadGet short-lived, structured upload details (upload URL, ticket, HTTP method, and multipart field name) to attach a LOCAL file (any size) to a task; follow the returned instructions to upload it with a native HTTP client.
Clickup resolve assigneesConvert names, emails, or "me" to numeric ClickUp user IDs.
Clickup searchSearch across all workspace content (tasks, docs, dashboards, attachments, whiteboards, chats, forms).
Clickup search remindersSearch and list your reminders.
Clickup send chat messageSend a message or threaded reply to a chat channel.
Clickup start time trackingStart time tracking on a task.
Clickup stop time trackingStop the currently running time tracker.
Clickup update commentEdit an existing comment in place by comment_id.
Clickup update document pageUpdate a page in a ClickUp document.
Clickup update folderUpdate a ClickUp folder.
Clickup update listUpdate a ClickUp list.
Clickup update reminderUpdate a reminder by reminder_id.
Clickup update taskUpdate task properties.