OXYGENOXYGEN
← All integrations
ClickUp logo

ClickUp

Manage tasks, lists, and docs.

ProductivityOAuth164 endpoints

Endpoints

OperationMethod & pathEffectLatencyRateCost
CLICKUP_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.
POST /composio/clickup/clickup_add_dependencyexternal_sendmanaged
CLICKUP_ADD_GUEST_TO_FOLDER
Adds a guest to a folder with specified permissions; requires a ClickUp Enterprise Plan.
POST /composio/clickup/clickup_add_guest_to_folderexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_add_guest_to_listexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_add_guest_to_taskexternal_sendmanaged
CLICKUP_ADD_TAGS_TO_TIME_ENTRIES
Associates a list of specified tags with one or more time entries within a given Team (Workspace).
POST /composio/clickup/clickup_add_tags_to_time_entriesexternal_sendmanaged
CLICKUP_ADD_TAG_TO_TASK
Adds an existing tag to a specified task; team_id is required if custom_task_ids is true.
POST /composio/clickup/clickup_add_tag_to_taskexternal_sendmanaged
CLICKUP_ADD_TASK_LINK
Links two existing and accessible ClickUp tasks, identified by `task_id` (source) and `links_to` (target).
POST /composio/clickup/clickup_add_task_linkexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_add_task_to_listexternal_sendmanaged
CLICKUP_ATTACHMENTS_UPLOAD_FILE_TO_TASK_AS_ATTACHMENT
DEPRECATED: Use `create_task_attachment` to upload a file to a task; requires `multipart/form-data`.
POST /composio/clickup/clickup_attachments_upload_file_to_task_as_attachmentexternal_sendmanaged
CLICKUP_AUTHORIZATION_GET_WORK_SPACE_LIST
DEPRECATED: Use `get_authorized_teams_workspaces` instead to retrieve Workspaces (Teams) accessible to the authenticated user.
POST /composio/clickup/clickup_authorization_get_work_space_listexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_click_up_update_doc_pageexternal_sendmanaged
CLICKUP_CREATE_A_TIME_ENTRY
Creates a new time entry for a specified team.
POST /composio/clickup/clickup_create_a_time_entryexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_chat_channelexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_chat_messageexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_chat_reactionexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_chat_view_commentexternal_sendmanaged
CLICKUP_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).
POST /composio/clickup/clickup_create_checklistexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_checklist_itemexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_direct_message_channelexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_docexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_doc_pageexternal_sendmanaged
CLICKUP_CREATE_FOLDER
Creates a new ClickUp Folder within the specified Space, which must exist and be accessible.
POST /composio/clickup/clickup_create_folderexternal_sendmanaged
CLICKUP_CREATE_FOLDERLESS_LIST
Creates a new folderless list (a list not part of any Folder) directly within a specified ClickUp Space.
POST /composio/clickup/clickup_create_folderless_listexternal_sendmanaged
CLICKUP_CREATE_FOLDER_VIEW
Creates a new, highly customizable view within a specific ClickUp folder using its `folder_id`.
POST /composio/clickup/clickup_create_folder_viewexternal_sendmanaged
CLICKUP_CREATE_GOAL
Creates a new goal in a ClickUp Team (Workspace).
POST /composio/clickup/clickup_create_goalexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_key_resultexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_listexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_list_commentexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_list_from_templateexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_list_viewexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_location_chat_channelexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_reply_messageexternal_sendmanaged
CLICKUP_CREATE_SPACE
Creates a new ClickUp Space within a specified Workspace, allowing feature configuration which defaults to Workspace settings if unspecified.
POST /composio/clickup/clickup_create_spaceexternal_sendmanaged
CLICKUP_CREATE_SPACE_TAG
Creates a new tag (name, foreground color, background color) in an existing ClickUp Space.
POST /composio/clickup/clickup_create_space_tagexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_space_viewexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_taskexternal_sendmanaged
CLICKUP_CREATE_TASK_ATTACHMENT
Uploads a file as an attachment to a specified ClickUp task using multipart/form-data.
POST /composio/clickup/clickup_create_task_attachmentexternal_sendmanaged
CLICKUP_CREATE_TASK_COMMENT
Adds a comment to a ClickUp task; `team_id` is required if `custom_task_ids` is true.
POST /composio/clickup/clickup_create_task_commentexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_task_from_templateexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_teamexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_threaded_commentexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_webhookexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_create_workspace_everything_level_viewexternal_sendmanaged
CLICKUP_DELETE_CHAT_CHANNEL
Tool to delete a chat channel in ClickUp. Use when you need to permanently remove a chat channel from a workspace.
POST /composio/clickup/clickup_delete_chat_channelexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_delete_chat_messageexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_delete_chat_reactionexternal_sendmanaged
CLICKUP_DELETE_CHECKLIST
Permanently deletes an existing checklist identified by its `checklist_id`.
POST /composio/clickup/clickup_delete_checklistexternal_sendmanaged
CLICKUP_DELETE_CHECKLIST_ITEM
Permanently deletes an existing item, identified by `checklist_item_id`, from an existing checklist, identified by `checklist_id`.
POST /composio/clickup/clickup_delete_checklist_itemexternal_sendmanaged
CLICKUP_DELETE_COMMENT
Deletes an existing comment from a task using its `comment_id`.
POST /composio/clickup/clickup_delete_commentexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_delete_dependencyexternal_sendmanaged
CLICKUP_DELETE_FOLDER
Permanently and irreversibly deletes a specified folder and all its contents (Lists, Tasks) if the folder_id exists.
POST /composio/clickup/clickup_delete_folderexternal_sendmanaged
CLICKUP_DELETE_GOAL
Permanently removes an existing Goal, identified by its `goal_id`, from the Workspace.
POST /composio/clickup/clickup_delete_goalexternal_sendmanaged
CLICKUP_DELETE_KEY_RESULT
Deletes an existing Key Result, also referred to as a Target within a Goal, identified by its `key_result_id`.
POST /composio/clickup/clickup_delete_key_resultexternal_sendmanaged
CLICKUP_DELETE_LIST
Permanently deletes an existing List and all its contents; this action is destructive and irreversible via the API.
POST /composio/clickup/clickup_delete_listexternal_sendmanaged
CLICKUP_DELETE_SPACE
Permanently deletes a specified Space in ClickUp; this action is irreversible as the Space cannot be recovered via the API.
POST /composio/clickup/clickup_delete_spaceexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_delete_space_tagexternal_sendmanaged
CLICKUP_DELETE_TASK
Permanently deletes a task, using its standard ID or a custom task ID (requires `custom_task_ids=true` and `team_id`).
POST /composio/clickup/clickup_delete_taskexternal_sendmanaged
CLICKUP_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.
POST /composio/clickup/clickup_delete_task_linkexternal_sendmanaged
CLICKUP_DELETE_TEAM
Permanently deletes an existing Team (user group) from the Workspace using its `group_id`.
POST /composio/clickup/clickup_delete_teamexternal_sendmanaged
CLICKUP_DELETE_TIME_ENTRY
Deletes an existing time entry, specified by `timer_id`, from a Workspace identified by `team_id`.
POST /composio/clickup/clickup_delete_time_entryexternal_sendmanaged
CLICKUP_DELETE_TIME_TRACKED
Deletes a time-tracked interval from a task; use this legacy endpoint for older time tracking systems.
POST /composio/clickup/clickup_delete_time_trackedexternal_sendmanaged
CLICKUP_DELETE_VIEW
Permanently and irreversibly deletes an existing View in ClickUp, identified by its `view_id`.
POST /composio/clickup/clickup_delete_viewexternal_sendmanaged
CLICKUP_DELETE_WEBHOOK
Permanently removes an existing webhook, specified by its ID, thereby ceasing all its event monitoring and notifications.
POST /composio/clickup/clickup_delete_webhookexternal_sendmanaged
CLICKUP_GET_ACCESSIBLE_CUSTOM_FIELDS
Retrieves all accessible Custom Field definitions for a specified ClickUp List using its `list_id`.
GET /composio/clickup/clickup_get_accessible_custom_fieldsnonemanaged
CLICKUP_GET_ACCESS_TOKEN
Exchanges a ClickUp OAuth 2.0 authorization code (obtained after user consent) for an access token.
GET /composio/clickup/clickup_get_access_tokennonemanaged
CLICKUP_GET_ALL_TAGS_FROM_TIME_ENTRIES
Retrieves all unique tags applied to time entries within a specified ClickUp Team (Workspace).
GET /composio/clickup/clickup_get_all_tags_from_time_entriesnonemanaged
CLICKUP_GET_AUTHORIZED_TEAMS_WORKSPACES
Retrieves a list of Workspaces (Teams) the authenticated user can access.
GET /composio/clickup/clickup_get_authorized_teams_workspacesnonemanaged
CLICKUP_GET_AUTHORIZED_USER
Retrieves the details of the currently authenticated ClickUp user.
GET /composio/clickup/clickup_get_authorized_usernonemanaged
CLICKUP_GET_BULK_TASKS_TIME_IN_STATUS
Retrieves the time spent in each status for multiple tasks; requires the 'Total time in Status' ClickApp to be enabled in the Workspace.
GET /composio/clickup/clickup_get_bulk_tasks_time_in_statusnonemanaged
CLICKUP_GET_CHAT_CHANNEL
Retrieves details for a specific chat channel in a ClickUp Workspace. Use when you need information about a particular chat channel.
GET /composio/clickup/clickup_get_chat_channelnonemanaged
CLICKUP_GET_CHAT_CHANNEL_FOLLOWERS
Tool to retrieve followers of a ClickUp chat channel. Use when you need to list users following a specific channel in a workspace.
GET /composio/clickup/clickup_get_chat_channel_followersnonemanaged
CLICKUP_GET_CHAT_CHANNEL_MEMBERS
Tool to get members of a chat channel. Use when you need to retrieve the list of members in a specific ClickUp chat channel.
GET /composio/clickup/clickup_get_chat_channel_membersnonemanaged
CLICKUP_GET_CHAT_CHANNELS
Tool to retrieve chat channels in a ClickUp workspace. Use when you need to list available chat channels, DMs, or group chats in a workspace. Supports pagination via cursor and filtering by follower status, closed channels, and recent activity.
GET /composio/clickup/clickup_get_chat_channelsnonemanaged
CLICKUP_GET_CHAT_MESSAGE_REACTIONS
Tool to retrieve reactions on a ClickUp chat message. Use when you need to see who reacted to a message and with what emoji.
GET /composio/clickup/clickup_get_chat_message_reactionsnonemanaged
CLICKUP_GET_CHAT_MESSAGE_REPLIES
Retrieves replies to a chat message in ClickUp. Use when you need to fetch responses to a specific message in a workspace chat.
GET /composio/clickup/clickup_get_chat_message_repliesnonemanaged
CLICKUP_GET_CHAT_MESSAGES
Tool to retrieve messages from a ClickUp chat channel. Use when you need to fetch chat messages for a specific channel within a workspace.
GET /composio/clickup/clickup_get_chat_messagesnonemanaged
CLICKUP_GET_CHAT_MESSAGE_TAGGED_USERS
Tool to retrieve users tagged in a ClickUp chat message. Use when you need to get a list of users mentioned in a specific chat message.
GET /composio/clickup/clickup_get_chat_message_tagged_usersnonemanaged
CLICKUP_GET_CHAT_VIEW_COMMENTS
Retrieves comments from a specified Chat view in ClickUp, supporting pagination via `start` and `start_id` to fetch comments older than the default 25 most recent.
GET /composio/clickup/clickup_get_chat_view_commentsnonemanaged
CLICKUP_GET_CUSTOM_ROLES
Retrieves all Custom Roles, which allow granular permission configurations, for a specified Workspace (Team).
GET /composio/clickup/clickup_get_custom_rolesnonemanaged
CLICKUP_GET_CUSTOM_TASK_TYPES
Retrieves all custom task types available within a specified Workspace (team_id).
GET /composio/clickup/clickup_get_custom_task_typesnonemanaged
CLICKUP_GET_DOC_CONTENT
Tool to fetch the full content of a ClickUp Doc including metadata and all page contents in markdown format. Use when you need to read or summarize a Doc's content given workspace_id and doc_id.
GET /composio/clickup/clickup_get_doc_contentnonemanaged
CLICKUP_GET_DOC_PAGE_CONTENT
Tool to fetch a single ClickUp Doc page's content and metadata by workspace_id + doc_id + page_id (v3 Docs API). Use when you need to read the content of a specific page without fetching the entire Doc.
GET /composio/clickup/clickup_get_doc_page_contentnonemanaged
CLICKUP_GET_DOC_PAGE_LISTING
Tool to fetch the page listing structure of a ClickUp Doc by workspace_id and doc_id. Use when you need to discover the hierarchical structure of pages and subpages within a Doc without fetching the actual content.
GET /composio/clickup/clickup_get_doc_page_listingnonemanaged
CLICKUP_GET_DOC_PAGES_PUBLIC
Tool to fetch pages belonging to a ClickUp Doc. Use when you need to list all pages in a doc with their content and structure.
GET /composio/clickup/clickup_get_doc_pages_publicnonemanaged
CLICKUP_GET_FILTERED_TEAM_TASKS
Retrieves a paginated list of tasks (up to 100 per page) from a specified workspace based on various filter criteria, respecting user access permissions. Unexpectedly missing tasks may indicate permission restrictions rather than filter issues. Task comments are not included; use CLICKUP_GET_TASK_COMMENTS for complete context. No keyword/text search is supported; filter client-side on returned results.
GET /composio/clickup/clickup_get_filtered_team_tasksnonemanaged
CLICKUP_GET_FOLDER
Retrieves detailed information about a specific folder in ClickUp.
GET /composio/clickup/clickup_get_foldernonemanaged
CLICKUP_GET_FOLDER_AVAILABLE_FIELDS
Tool to view custom fields available in a ClickUp folder. Use to discover what custom fields can be used when working with tasks in this folder. Only returns folder-level custom fields, not list-level fields.
GET /composio/clickup/clickup_get_folder_available_fieldsnonemanaged
CLICKUP_GET_FOLDERLESS_LISTS
Retrieves all Lists within a specified Space that are not located in any Folder.
GET /composio/clickup/clickup_get_folderless_listsnonemanaged
CLICKUP_GET_FOLDERS
Retrieves Folders within a specified ClickUp Space, ensuring `space_id` is valid, with an option to filter by archived status.
GET /composio/clickup/clickup_get_foldersnonemanaged
CLICKUP_GET_FOLDER_VIEWS
Retrieves all configured views (like List, Board, Calendar) for a specified, existing Folder in ClickUp.
GET /composio/clickup/clickup_get_folder_viewsnonemanaged
CLICKUP_GET_GOAL
Retrieves detailed information for an existing ClickUp Goal, specified by its unique `goal_id`.
GET /composio/clickup/clickup_get_goalnonemanaged
CLICKUP_GET_GOALS
Retrieves goals for a specified ClickUp Workspace (Team); the `team_id` must be valid and accessible.
GET /composio/clickup/clickup_get_goalsnonemanaged
CLICKUP_GET_GUEST
Call this to retrieve detailed information for a specific guest within a Team (Workspace), ensuring the `guest_id` is valid for the given `team_id`; this action requires the ClickUp Enterprise Plan.
GET /composio/clickup/clickup_get_guestnonemanaged
CLICKUP_GET_LIST
Retrieves detailed information for an existing List in ClickUp, identified by its unique `list_id`.
GET /composio/clickup/clickup_get_listnonemanaged
CLICKUP_GET_LIST_COMMENTS
Retrieves comments for a specific ClickUp List, supporting pagination using `start` (timestamp) and `start_id` (comment ID) to fetch earlier comments; omits them for the latest 25.
GET /composio/clickup/clickup_get_list_commentsnonemanaged
CLICKUP_GET_LIST_MEMBERS
Retrieves all members of a specific, existing ClickUp List by its ID.
GET /composio/clickup/clickup_get_list_membersnonemanaged
CLICKUP_GET_LISTS
Retrieves all lists within a specified, existing ClickUp folder, optionally filtering by archived status.
GET /composio/clickup/clickup_get_listsnonemanaged
CLICKUP_GET_LIST_VIEWS
Retrieves all task and page views for a specified and accessible ClickUp List.
GET /composio/clickup/clickup_get_list_viewsnonemanaged
CLICKUP_GET_RUNNING_TIME_ENTRY
Retrieves the currently active time entry for a user in a Workspace; a negative 'duration' in its data indicates it's running, and the response may be empty if no entry is active.
GET /composio/clickup/clickup_get_running_time_entrynonemanaged
CLICKUP_GET_SHARED_HIERARCHY
Retrieves the hierarchy of tasks, Lists, and Folders shared with the authenticated user within an existing ClickUp Team (Workspace), identified by its `team_id`.
GET /composio/clickup/clickup_get_shared_hierarchynonemanaged
CLICKUP_GET_SPACE
Retrieves detailed information for an existing Space in a ClickUp Workspace, identified by its unique space_id.
GET /composio/clickup/clickup_get_spacenonemanaged
CLICKUP_GET_SPACE_AVAILABLE_FIELDS
Retrieves all custom fields available in a ClickUp Space, identified by space_id. Returns Space-level custom fields only.
GET /composio/clickup/clickup_get_space_available_fieldsnonemanaged
CLICKUP_GET_SPACES
Retrieves Spaces for a Team ID; member information for private Spaces is returned only if the authenticated user is a member.
GET /composio/clickup/clickup_get_spacesnonemanaged
CLICKUP_GET_SPACE_TAGS
Retrieves all tags for tasks within a specified ClickUp Space, requiring a valid `space_id`.
GET /composio/clickup/clickup_get_space_tagsnonemanaged
CLICKUP_GET_SPACE_VIEWS
Retrieves all task and page views for a specified Space ID in ClickUp.
GET /composio/clickup/clickup_get_space_viewsnonemanaged
CLICKUP_GET_SUBTYPES
Tool to retrieve post subtype IDs (Announcement, Discussion, Idea, Update) for a ClickUp Workspace. Use when you need subtype IDs to send messages with type: post.
GET /composio/clickup/clickup_get_subtypesnonemanaged
CLICKUP_GET_TASK
Retrieves comprehensive details for a ClickUp task by its ID, supporting standard or custom task IDs (requires `team_id` for custom IDs).
GET /composio/clickup/clickup_get_tasknonemanaged
CLICKUP_GET_TASK_COMMENTS
Retrieves up to 25 comments for a specified task, supporting pagination using `start` and `start_id` to fetch older comments.
GET /composio/clickup/clickup_get_task_commentsnonemanaged
CLICKUP_GET_TASK_MEMBERS
Retrieves users with explicit access (directly assigned or shared) to a specific existing task, excluding users with inherited permissions.
GET /composio/clickup/clickup_get_task_membersnonemanaged
CLICKUP_GET_TASKS
Retrieves tasks from a specified ClickUp list; only tasks whose home is the given list_id are returned. Closed and archived tasks are excluded by default. Key task attributes may appear only in the response `custom_fields` array, not top-level fields. Fields like `space`, `folder`, `list`, and `custom_type` may be absent; apply null checks. High-volume paginated calls may return HTTP 429; honor the `Retry-After` header.
GET /composio/clickup/clickup_get_tasksnonemanaged
CLICKUP_GET_TASK_TEMPLATES
Retrieves task templates for a specified Workspace (Team ID), supporting pagination.
GET /composio/clickup/clickup_get_task_templatesnonemanaged
CLICKUP_GET_TASK_TIME_IN_STATUS
Retrieves the duration a task has spent in each status, provided the 'Total time in Status' ClickApp is enabled for the Workspace.
GET /composio/clickup/clickup_get_task_time_in_statusnonemanaged
CLICKUP_GET_TEAM_AVAILABLE_FIELDS
Retrieves all custom fields available in a ClickUp Workspace (Team), identified by team_id. Returns Workspace-level custom fields only.
GET /composio/clickup/clickup_get_team_available_fieldsnonemanaged
CLICKUP_GET_TEAMS
Retrieves user groups (Teams) from a ClickUp Workspace, typically requiring `team_id` (Workspace ID), with an option to filter by `group_ids`.
GET /composio/clickup/clickup_get_teamsnonemanaged
CLICKUP_GET_THREADED_COMMENTS
Retrieves threaded replies to a parent comment. Use when you need to fetch conversation threads under a specific comment.
GET /composio/clickup/clickup_get_threaded_commentsnonemanaged
CLICKUP_GET_TIME_ENTRIES_IN_DATE_RANGE
Retrieves time entries for a specified Team (Workspace ID) within a date range (defaults to the last 30 days for the authenticated user if dates are omitted); active timers are indicated by negative durations in the response.
GET /composio/clickup/clickup_get_time_entries_in_date_rangenonemanaged
CLICKUP_GET_TIME_ENTRY
Fetches a specific time entry by its ID for a given team; a negative duration in the response indicates an active timer.
GET /composio/clickup/clickup_get_time_entrynonemanaged
CLICKUP_GET_TIME_ENTRY_HISTORY
Retrieves the modification history for an existing time entry within a specific ClickUp Team (Workspace).
GET /composio/clickup/clickup_get_time_entry_historynonemanaged
CLICKUP_GET_TRACKED_TIME
Retrieves tracked time for a task using a legacy endpoint; prefer newer Time Tracking API endpoints for managing time entries.
GET /composio/clickup/clickup_get_tracked_timenonemanaged
CLICKUP_GET_USER
Retrieves detailed information for a specific user within a ClickUp Workspace (Team), available only for Workspaces on the ClickUp Enterprise Plan.
GET /composio/clickup/clickup_get_usernonemanaged
CLICKUP_GET_VIEW
Fetches details for a specific ClickUp view, identified by its `view_id`, which must exist.
GET /composio/clickup/clickup_get_viewnonemanaged
CLICKUP_GET_VIEW_TASKS
Retrieves all tasks visible in a specified ClickUp view, respecting its applied filters, sorting, and grouping.
GET /composio/clickup/clickup_get_view_tasksnonemanaged
CLICKUP_GET_WEBHOOKS
Fetches webhooks for a Team (Workspace), returning only those created by the authenticated user via API, for a `team_id` they can access.
GET /composio/clickup/clickup_get_webhooksnonemanaged
CLICKUP_GET_WORKSPACE_EVERYTHING_LEVEL_VIEWS
Retrieves all task and page views at the 'Everything Level' (a comprehensive overview of all tasks across all Spaces) for a specified ClickUp Workspace.
GET /composio/clickup/clickup_get_workspace_everything_level_viewsnonemanaged
CLICKUP_GET_WORKSPACE_PLAN
Retrieves the details of the current subscription plan for a specified ClickUp Workspace.
GET /composio/clickup/clickup_get_workspace_plannonemanaged
CLICKUP_GET_WORKSPACE_SEATS
Retrieves seat utilization (used, total, available for members/guests) for a ClickUp Workspace (Team) ID, which must be for an existing Workspace.
GET /composio/clickup/clickup_get_workspace_seatsnonemanaged
CLICKUP_INVITE_GUEST_TO_WORKSPACE
Invites a guest by email to a ClickUp Workspace (Team) on an Enterprise Plan, setting initial permissions and optionally a custom role; further access configuration for specific items may require separate actions.
POST /composio/clickup/clickup_invite_guest_to_workspaceexternal_sendmanaged
CLICKUP_INVITE_USER_TO_WORKSPACE
Invites a user via email to a ClickUp Workspace (Team), optionally granting admin rights or a custom role; requires an Enterprise Plan for the Workspace.
POST /composio/clickup/clickup_invite_user_to_workspaceexternal_sendmanaged
CLICKUP_MOVE_TASK_TO_HOME_LIST
Tool to move a task to a new home List using ClickUp Public API v3. Use when you need to change a task's home list (not just add to additional lists).
POST /composio/clickup/clickup_move_task_to_home_listexternal_sendmanaged
CLICKUP_REMOVE_CUSTOM_FIELD_VALUE
Removes an existing value from a Custom Field on a specific task; this does not delete the Custom Field definition or its predefined options.
POST /composio/clickup/clickup_remove_custom_field_valueexternal_sendmanaged
CLICKUP_REMOVE_GUEST_FROM_FOLDER
Revokes a guest's access to a specific ClickUp Folder, optionally unsharing items explicitly shared with them within it; requires an Enterprise Plan.
POST /composio/clickup/clickup_remove_guest_from_folderexternal_sendmanaged
CLICKUP_REMOVE_GUEST_FROM_LIST
Revokes a guest's access to a specific List, provided the guest currently has access to this List and the Workspace is on the ClickUp Enterprise Plan.
POST /composio/clickup/clickup_remove_guest_from_listexternal_sendmanaged
CLICKUP_REMOVE_GUEST_FROM_TASK
Revokes a guest's access to a specific task; only available for Workspaces on the ClickUp Enterprise Plan.
POST /composio/clickup/clickup_remove_guest_from_taskexternal_sendmanaged
CLICKUP_REMOVE_GUEST_FROM_WORKSPACE
Permanently removes a guest from a specified Workspace, revoking all their access; this destructive operation requires the Workspace to be on the ClickUp Enterprise Plan.
POST /composio/clickup/clickup_remove_guest_from_workspaceexternal_sendmanaged
CLICKUP_REMOVE_TAG_FROM_TASK
Removes a tag from a specified task by disassociating it (does not delete the tag from Workspace), succeeding even if the tag is not on the task.
POST /composio/clickup/clickup_remove_tag_from_taskexternal_sendmanaged
CLICKUP_REMOVE_TAGS_FROM_TIME_ENTRIES
Removes tags from specified time entries in a team, without deleting the tags from the workspace.
POST /composio/clickup/clickup_remove_tags_from_time_entriesexternal_sendmanaged
CLICKUP_REMOVE_TASK_FROM_LIST
Removes a task from an extra list (not its home list); the 'Tasks in Multiple Lists' ClickApp must be enabled.
POST /composio/clickup/clickup_remove_task_from_listexternal_sendmanaged
CLICKUP_REMOVE_USER_FROM_WORKSPACE
Deactivates a user from a specified ClickUp Workspace, revoking their access (user can be reactivated later); requires the Workspace to be on an Enterprise Plan.
POST /composio/clickup/clickup_remove_user_from_workspaceexternal_sendmanaged
CLICKUP_SEARCH_DOCS
Tool to search and list Docs metadata in a ClickUp workspace. Use after confirming the workspace ID to quickly locate relevant meeting notes before fetching pages.
GET /composio/clickup/clickup_search_docsnonemanaged
CLICKUP_SET_CUSTOM_FIELD_VALUE
Sets or updates a Custom Field's value for a task; the new value (with type-dependent structure, e.g., `{"value": "text"}` or `{"value": 123, "value_options": {"currency_type":"USD"}}`) is provided in the JSON request body.
POST /composio/clickup/clickup_set_custom_field_valueexternal_sendmanaged
CLICKUP_START_TIME_ENTRY
Starts a new time entry (timer) in the specified Team (Workspace), optionally associating it with a task, adding a description, setting billable status, or applying tags (tags feature requires Business Plan or higher).
POST /composio/clickup/clickup_start_time_entryexternal_sendmanaged
CLICKUP_STOP_TIME_ENTRY
Stops the authenticated user's currently active time entry in the specified Team (Workspace), which requires an existing time entry to be running.
POST /composio/clickup/clickup_stop_time_entryexternal_sendmanaged
CLICKUP_TRACK_TIME
Records a time entry for a task using ClickUp's legacy time tracking system; newer endpoints are generally recommended.
POST /composio/clickup/clickup_track_timeexternal_sendmanaged
CLICKUP_UPDATE_CHAT_CHANNEL
Tool to update a ClickUp chat channel's properties including name, topic, description, visibility, and location. Use when you need to modify an existing chat channel's settings. The endpoint requires both workspace_id and channel_id.
POST /composio/clickup/clickup_update_chat_channelexternal_sendmanaged
CLICKUP_UPDATE_CHAT_MESSAGE
Tool to update a ClickUp chat message's content, assignee, or resolved status via the v3 API. Use when you need to edit an existing chat message.
POST /composio/clickup/clickup_update_chat_messageexternal_sendmanaged
CLICKUP_UPDATE_CHECKLIST
Updates an existing checklist's name or position, identified by its `checklist_id`.
POST /composio/clickup/clickup_update_checklistexternal_sendmanaged
CLICKUP_UPDATE_CHECKLIST_ITEM
Updates an existing checklist item, allowing modification of its name, assignee, resolution status, or parent item for nesting.
POST /composio/clickup/clickup_update_checklist_itemexternal_sendmanaged
CLICKUP_UPDATE_COMMENT
Updates an existing task comment's text, assignee (who must be a valid workspace member), or resolution status, requiring a valid existing comment_id.
POST /composio/clickup/clickup_update_commentexternal_sendmanaged
CLICKUP_UPDATE_FOLDER
Updates the name of an existing folder in ClickUp.
POST /composio/clickup/clickup_update_folderexternal_sendmanaged
CLICKUP_UPDATE_GOAL
Updates attributes of an existing ClickUp goal, identified by its `goal_id`.
POST /composio/clickup/clickup_update_goalexternal_sendmanaged
CLICKUP_UPDATE_GUEST_ON_WORKSPACE
Modifies the details and permissions of an existing guest user within a specific Workspace.
POST /composio/clickup/clickup_update_guest_on_workspaceexternal_sendmanaged
CLICKUP_UPDATE_KEY_RESULT
Updates an existing key result's progress or note in ClickUp, where the key result measures progress towards a goal.
POST /composio/clickup/clickup_update_key_resultexternal_sendmanaged
CLICKUP_UPDATE_LIST
Updates attributes of an existing ClickUp list, such as its name, content, due date, priority, assignee, or color status, identified by its `list_id`.
POST /composio/clickup/clickup_update_listexternal_sendmanaged
CLICKUP_UPDATE_SPACE
Updates an existing ClickUp Space, allowing modification of its name, color, privacy, and feature settings (ClickApps).
POST /composio/clickup/clickup_update_spaceexternal_sendmanaged
CLICKUP_UPDATE_SPACE_TAG
Updates an existing tag's name and colors in a ClickUp Space; requires current tag name for identification, and new values for tag name, foreground color, and background color, all of which are mandatory for the update.
POST /composio/clickup/clickup_update_space_tagexternal_sendmanaged
CLICKUP_UPDATE_TASK
Updates attributes of an existing task; `team_id` is required if `custom_task_ids` is true, use a single space (" ") for `description` to clear it, and provide at least one modifiable field.
POST /composio/clickup/clickup_update_taskexternal_sendmanaged
CLICKUP_UPDATE_TEAM
Updates an existing ClickUp User Group (Team) using its `group_id`; note that adding a view-only guest as a paid member may incur charges.
POST /composio/clickup/clickup_update_teamexternal_sendmanaged
CLICKUP_UPDATE_TIME_ENTRY
Updates an existing ClickUp time entry. Requires team_id (workspace ID) and timer_id (time entry ID). Optional fields: description, tags, tag_action, start/end times, duration, tid (task ID), billable status. Note: start and end times should be provided together. This is an Advanced Time Tracking feature that may require a Business Plan or higher.
POST /composio/clickup/clickup_update_time_entryexternal_sendmanaged
CLICKUP_UPDATE_TIME_ENTRY_TAG
Updates the name, background color, and/or foreground color for an existing time entry tag, identified by its current `name` and `team_id`.
POST /composio/clickup/clickup_update_time_entry_tagexternal_sendmanaged
CLICKUP_UPDATE_TIME_TRACKED
Edits a legacy time-tracked interval for a task (identified by `task_id` and `interval_id`) to update its start/end times and duration; `team_id` is required if `custom_task_ids` is true.
POST /composio/clickup/clickup_update_time_trackedexternal_sendmanaged
CLICKUP_UPDATE_USER_ON_WORKSPACE
Updates a user's username, admin status, or custom role in a Workspace; requires the Workspace to be on an Enterprise Plan.
POST /composio/clickup/clickup_update_user_on_workspaceexternal_sendmanaged
CLICKUP_UPDATE_VIEW
Updates an existing ClickUp view's settings such as name, type, grouping, or filters; ensure `parent_id` and `parent_type` define a valid hierarchy, and that specified field names (e.g. for sorting, columns) are valid within the ClickUp workspace.
POST /composio/clickup/clickup_update_viewexternal_sendmanaged
CLICKUP_UPDATE_WEBHOOK
Updates the endpoint URL, monitored events, and status of an existing webhook, identified by its `webhook_id`.
POST /composio/clickup/clickup_update_webhookexternal_sendmanaged
CLICKUP_UPDATE_WORKSPACE_ACL
Updates privacy and access control list (ACL) permissions for a workspace object or location. Use this to make objects private/public or manage user/team permissions for spaces, folders, lists, tasks, and other ClickUp objects.
POST /composio/clickup/clickup_update_workspace_aclexternal_sendmanaged