ClickUp

ClickUp unifies tasks, docs, goals, and chat in a single platform, allowing teams to plan, organize, and collaborate across projects with customizable workflows

162 actions Integration catalog
Request access
Connect ClickUp once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add dependencyCLICKUP_ADD_DEPENDENCY
Adds a 'waiting on' or 'blocking' dependency to a task, requiring either `depends_on` (task becomes waiting on) or `dependency_of` (task becomes blocking), but not both; `team_id` is required if `custom_task_ids` is true.
Add guest to folderCLICKUP_ADD_GUEST_TO_FOLDER
Adds a guest to a folder with specified permissions; requires a ClickUp Enterprise Plan.
Add guest to listCLICKUP_ADD_GUEST_TO_LIST
Shares a ClickUp List with an existing guest user, granting them specified permissions; requires the Workspace to be on the ClickUp Enterprise Plan.
Add guest to taskCLICKUP_ADD_GUEST_TO_TASK
Assigns a guest to a task with specified permissions; requires ClickUp Enterprise Plan, and `team_id` if `custom_task_ids` is true.
Add tags from time entriesCLICKUP_ADD_TAGS_TO_TIME_ENTRIES
Associates a list of specified tags with one or more time entries within a given Team (Workspace).
Add tag to taskCLICKUP_ADD_TAG_TO_TASK
Adds an existing tag to a specified task; team_id is required if custom_task_ids is true.
Add task linkCLICKUP_ADD_TASK_LINK
Links two existing and accessible ClickUp tasks, identified by `task_id` (source) and `links_to` (target).
Add task to listCLICKUP_ADD_TASK_TO_LIST
Adds an existing task to an additional ClickUp List; the "Tasks in Multiple Lists" ClickApp must be enabled in the Workspace for this.
Create task attachmentCLICKUP_ATTACHMENTS_UPLOAD_FILE_TO_TASK_AS_ATTACHMENT
DEPRECATED: Use `create_task_attachment` to upload a file to a task; requires `multipart/form-data`.
Get authorized teams workspacesCLICKUP_AUTHORIZATION_GET_WORK_SPACE_LIST
DEPRECATED: Use `get_authorized_teams_workspaces` instead to retrieve Workspaces (Teams) accessible to the authenticated user.
Update Doc PageCLICKUP_CLICK_UP_UPDATE_DOC_PAGE
Tool to update/edit a ClickUp Doc page's title and/or content via the v3 Docs API. Use when you need to modify a Doc page's name or content programmatically.
Create a time entryCLICKUP_CREATE_A_TIME_ENTRY
Creates a new time entry for a specified team.
Create chat channelCLICKUP_CREATE_CHAT_CHANNEL
Tool to create a chat channel in a ClickUp workspace. Use when you need to set up a new communication channel for team collaboration with configurable visibility.
Create chat messageCLICKUP_CREATE_CHAT_MESSAGE
Tool to send a message in a ClickUp chat channel. Use when you need to post messages to team chat channels. Supports both regular messages and structured posts with optional assignments, followers, and reactions.
Create chat reactionCLICKUP_CREATE_CHAT_REACTION
Tool to add a reaction to a ClickUp chat message. Use when you need to react to a message with an emoji.
Create chat view commentCLICKUP_CREATE_CHAT_VIEW_COMMENT
Posts a new comment to a specified ClickUp Chat view; the 'view_id' must correspond to an existing and accessible Chat view.
Create checklistCLICKUP_CREATE_CHECKLIST
Creates a new checklist with a specified name within an existing task, which can be identified by its standard ID or a custom task ID (if `custom_task_ids` is true, `team_id` is also required).
Create checklist itemCLICKUP_CREATE_CHECKLIST_ITEM
Creates a new checklist item within a specified, existing checklist, optionally setting the item's name and assigning it to a user.
Create direct message channelCLICKUP_CREATE_DIRECT_MESSAGE_CHANNEL
Tool to create a direct message channel in ClickUp. Use when you need to start a direct message conversation with up to 15 users. A Self DM is created when no user IDs are provided.
Create DocCLICKUP_CREATE_DOC
Tool to create a new ClickUp Doc in a Workspace (v3 Docs API) and return the new doc_id for follow-up page/content operations. Use when you need to create a new document in ClickUp.
Create Doc PageCLICKUP_CREATE_DOC_PAGE
Tool to create a page in a ClickUp Doc (v3 Docs API). Use when you need to add a new page to an existing document, either as a root page or as a sub-page under a parent page.
Create folderCLICKUP_CREATE_FOLDER
Creates a new ClickUp Folder within the specified Space, which must exist and be accessible.
Create folderless listCLICKUP_CREATE_FOLDERLESS_LIST
Creates a new folderless list (a list not part of any Folder) directly within a specified ClickUp Space.
Create folder viewCLICKUP_CREATE_FOLDER_VIEW
Creates a new, highly customizable view within a specific ClickUp folder using its `folder_id`.
Create goalCLICKUP_CREATE_GOAL
Creates a new goal in a ClickUp Team (Workspace).
Create key resultCLICKUP_CREATE_KEY_RESULT
Creates a new Key Result (Target) for a specified Goal in ClickUp to define and track measurable objectives towards achieving that Goal.
Create listCLICKUP_CREATE_LIST
Creates a new list in ClickUp within an existing folder. This action requires a folder_id - lists cannot be created directly in a Space using this action. If you need to create a list directly in a Space (without placing it in a folder), use the 'CLICKUP_CREATE_FOLDERLESS_LIST' action with space_id instead.
Create list commentCLICKUP_CREATE_LIST_COMMENT
Adds a new comment with specific text to an existing and accessible ClickUp List, assigns it to a user, and sets notification preferences for all list members.
Create list from template in folderCLICKUP_CREATE_LIST_FROM_TEMPLATE
Creates a new list from a template in a specified ClickUp folder. Use this when you need to instantiate a list based on an existing template within a folder structure.
Create list viewCLICKUP_CREATE_LIST_VIEW
Creates a new, customizable view (e.g., list, board, calendar) within a specified ClickUp List, requiring an existing list_id accessible by the user.
Create Location Chat ChannelCLICKUP_CREATE_LOCATION_CHAT_CHANNEL
Tool to create a Channel on a Space, Folder, or List in ClickUp. Use when you need to create a location-based chat channel.
Create reply messageCLICKUP_CREATE_REPLY_MESSAGE
Tool to create a reply to a chat message in ClickUp. Use when replying to an existing chat message. Requires workspace_id, message_id, type, and content.
Create spaceCLICKUP_CREATE_SPACE
Creates a new ClickUp Space within a specified Workspace, allowing feature configuration which defaults to Workspace settings if unspecified.
Create space tagCLICKUP_CREATE_SPACE_TAG
Creates a new tag (name, foreground color, background color) in an existing ClickUp Space.
Create space viewCLICKUP_CREATE_SPACE_VIEW
Creates a customizable view (e.g., List, Board, Gantt) within a specified ClickUp Space, allowing configuration of grouping, sorting, filtering, and display settings.
Create a taskCLICKUP_CREATE_TASK
Creates a new ClickUp task in a specific list, optionally as a subtask if a `parent` task ID (which cannot be a subtask itself and must be in the same list) is provided.
Create task attachmentCLICKUP_CREATE_TASK_ATTACHMENT
Uploads a file as an attachment to a specified ClickUp task using multipart/form-data.
Create task commentCLICKUP_CREATE_TASK_COMMENT
Adds a comment to a ClickUp task; `team_id` is required if `custom_task_ids` is true.
Create task from templateCLICKUP_CREATE_TASK_FROM_TEMPLATE
Creates a new task in a specified ClickUp list from a task template, using the provided name for the new task.
Create teamCLICKUP_CREATE_TEAM
Creates a new team (user group) with specified members in a Workspace; member IDs must be for existing users, and be aware that adding view-only guests as paid members may incur extra charges.
Create threaded commentCLICKUP_CREATE_THREADED_COMMENT
Tool to create a threaded reply to a comment in ClickUp. Use when you need to respond to an existing comment with context.
Create webhookCLICKUP_CREATE_WEBHOOK
Creates a ClickUp webhook for a Team (Workspace) to notify a public URL on specified events (at least one, or '*' for all), optionally scoped to a Space, Folder, List, or Task; the endpoint must accept requests from dynamic IPs.
Create workspace Everything level viewCLICKUP_CREATE_WORKSPACE_EVERYTHING_LEVEL_VIEW
Creates a new, customizable view (e.g., List, Board) at the 'Everything' level for a specified Team (Workspace ID), encompassing all tasks within that Workspace.
Delete chat channelCLICKUP_DELETE_CHAT_CHANNEL
Tool to delete a chat channel in ClickUp. Use when you need to permanently remove a chat channel from a workspace.
Delete chat messageCLICKUP_DELETE_CHAT_MESSAGE
Tool to delete a chat message in ClickUp. Use when you need to permanently remove a specific message from a workspace chat.
Delete chat reactionCLICKUP_DELETE_CHAT_REACTION
Tool to delete a reaction from a chat message in ClickUp. Use when you need to remove an emoji reaction that was previously added to a chat message.
Delete checklistCLICKUP_DELETE_CHECKLIST
Permanently deletes an existing checklist identified by its `checklist_id`.
Delete checklist itemCLICKUP_DELETE_CHECKLIST_ITEM
Permanently deletes an existing item, identified by `checklist_item_id`, from an existing checklist, identified by `checklist_id`.
Delete commentCLICKUP_DELETE_COMMENT
Deletes an existing comment from a task using its `comment_id`.
Delete dependencyCLICKUP_DELETE_DEPENDENCY
Removes a dependency relationship for a task. Provide exactly one of: `depends_on` to remove a 'waiting on' dependency (task_id is blocked by another task), or `dependency_of` to remove a 'blocking' dependency (another task is blocked by task_id). `team_id` is required if `custom_task_ids` is true.
Delete folderCLICKUP_DELETE_FOLDER
Permanently and irreversibly deletes a specified folder and all its contents (Lists, Tasks) if the folder_id exists.
Delete goalCLICKUP_DELETE_GOAL
Permanently removes an existing Goal, identified by its `goal_id`, from the Workspace.
Delete key resultCLICKUP_DELETE_KEY_RESULT
Deletes an existing Key Result, also referred to as a Target within a Goal, identified by its `key_result_id`.
Delete listCLICKUP_DELETE_LIST
Permanently deletes an existing List and all its contents; this action is destructive and irreversible via the API.
Delete spaceCLICKUP_DELETE_SPACE
Permanently deletes a specified Space in ClickUp; this action is irreversible as the Space cannot be recovered via the API.
Delete space tagCLICKUP_DELETE_SPACE_TAG
Deletes a Tag from a Space, identified by `tag_name` in path; precise matching of Tag details in the request body (`tag_name_1`, `tag_tag_fg`, `tag_tag_bg`) is generally required for successful deletion.
Delete taskCLICKUP_DELETE_TASK
Permanently deletes a task, using its standard ID or a custom task ID (requires `custom_task_ids=true` and `team_id`).
Delete task linkCLICKUP_DELETE_TASK_LINK
Deletes an existing link, effectively a dependency or relationship, between two ClickUp tasks; set `custom_task_ids=true` and provide `team_id` if using custom task IDs.
Delete teamCLICKUP_DELETE_TEAM
Permanently deletes an existing Team (user group) from the Workspace using its `group_id`.
Delete a time entryCLICKUP_DELETE_TIME_ENTRY
Deletes an existing time entry, specified by `timer_id`, from a Workspace identified by `team_id`.
Showing the first 60 of 162 actions.