ClickUp
Manage tasks, lists, and docs.
ProductivityOAuth164 endpoints
Endpoints
| Operation | Method & path | Effect | Latency | Rate | Cost |
|---|---|---|---|---|---|
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_dependency | external_send | — | — | managed |
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_folder | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_task | external_send | — | — | managed |
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_entries | external_send | — | — | managed |
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_task | external_send | — | — | managed |
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_link | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_attachment | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_page | external_send | — | — | managed |
CLICKUP_CREATE_A_TIME_ENTRY Creates a new time entry for a specified team. | POST /composio/clickup/clickup_create_a_time_entry | external_send | — | — | managed |
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_channel | external_send | — | — | managed |
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_message | external_send | — | — | managed |
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_reaction | external_send | — | — | managed |
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_comment | external_send | — | — | managed |
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_checklist | external_send | — | — | managed |
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_item | external_send | — | — | managed |
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_channel | external_send | — | — | managed |
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_doc | external_send | — | — | managed |
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_page | external_send | — | — | managed |
CLICKUP_CREATE_FOLDER Creates a new ClickUp Folder within the specified Space, which must exist and be accessible. | POST /composio/clickup/clickup_create_folder | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_view | external_send | — | — | managed |
CLICKUP_CREATE_GOAL Creates a new goal in a ClickUp Team (Workspace). | POST /composio/clickup/clickup_create_goal | external_send | — | — | managed |
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_result | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_comment | external_send | — | — | managed |
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_template | external_send | — | — | managed |
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_view | external_send | — | — | managed |
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_channel | external_send | — | — | managed |
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_message | external_send | — | — | managed |
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_space | external_send | — | — | managed |
CLICKUP_CREATE_SPACE_TAG Creates a new tag (name, foreground color, background color) in an existing ClickUp Space. | POST /composio/clickup/clickup_create_space_tag | external_send | — | — | managed |
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_view | external_send | — | — | managed |
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_task | external_send | — | — | managed |
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_attachment | external_send | — | — | managed |
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_comment | external_send | — | — | managed |
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_template | external_send | — | — | managed |
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_team | external_send | — | — | managed |
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_comment | external_send | — | — | managed |
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_webhook | external_send | — | — | managed |
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_view | external_send | — | — | managed |
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_channel | external_send | — | — | managed |
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_message | external_send | — | — | managed |
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_reaction | external_send | — | — | managed |
CLICKUP_DELETE_CHECKLIST Permanently deletes an existing checklist identified by its `checklist_id`. | POST /composio/clickup/clickup_delete_checklist | external_send | — | — | managed |
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_item | external_send | — | — | managed |
CLICKUP_DELETE_COMMENT Deletes an existing comment from a task using its `comment_id`. | POST /composio/clickup/clickup_delete_comment | external_send | — | — | managed |
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_dependency | external_send | — | — | managed |
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_folder | external_send | — | — | managed |
CLICKUP_DELETE_GOAL Permanently removes an existing Goal, identified by its `goal_id`, from the Workspace. | POST /composio/clickup/clickup_delete_goal | external_send | — | — | managed |
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_result | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_space | external_send | — | — | managed |
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_tag | external_send | — | — | managed |
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_task | external_send | — | — | managed |
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_link | external_send | — | — | managed |
CLICKUP_DELETE_TEAM Permanently deletes an existing Team (user group) from the Workspace using its `group_id`. | POST /composio/clickup/clickup_delete_team | external_send | — | — | managed |
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_entry | external_send | — | — | managed |
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_tracked | external_send | — | — | managed |
CLICKUP_DELETE_VIEW Permanently and irreversibly deletes an existing View in ClickUp, identified by its `view_id`. | POST /composio/clickup/clickup_delete_view | external_send | — | — | managed |
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_webhook | external_send | — | — | managed |
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_fields | none | — | — | managed |
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_token | none | — | — | managed |
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_entries | none | — | — | managed |
CLICKUP_GET_AUTHORIZED_TEAMS_WORKSPACES Retrieves a list of Workspaces (Teams) the authenticated user can access. | GET /composio/clickup/clickup_get_authorized_teams_workspaces | none | — | — | managed |
CLICKUP_GET_AUTHORIZED_USER Retrieves the details of the currently authenticated ClickUp user. | GET /composio/clickup/clickup_get_authorized_user | none | — | — | managed |
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_status | none | — | — | managed |
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_channel | none | — | — | managed |
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_followers | none | — | — | managed |
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_members | none | — | — | managed |
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_channels | none | — | — | managed |
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_reactions | none | — | — | managed |
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_replies | none | — | — | managed |
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_messages | none | — | — | managed |
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_users | none | — | — | managed |
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_comments | none | — | — | managed |
CLICKUP_GET_CUSTOM_ROLES Retrieves all Custom Roles, which allow granular permission configurations, for a specified Workspace (Team). | GET /composio/clickup/clickup_get_custom_roles | none | — | — | managed |
CLICKUP_GET_CUSTOM_TASK_TYPES Retrieves all custom task types available within a specified Workspace (team_id). | GET /composio/clickup/clickup_get_custom_task_types | none | — | — | managed |
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_content | none | — | — | managed |
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_content | none | — | — | managed |
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_listing | none | — | — | managed |
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_public | none | — | — | managed |
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_tasks | none | — | — | managed |
CLICKUP_GET_FOLDER Retrieves detailed information about a specific folder in ClickUp. | GET /composio/clickup/clickup_get_folder | none | — | — | managed |
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_fields | none | — | — | managed |
CLICKUP_GET_FOLDERLESS_LISTS Retrieves all Lists within a specified Space that are not located in any Folder. | GET /composio/clickup/clickup_get_folderless_lists | none | — | — | managed |
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_folders | none | — | — | managed |
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_views | none | — | — | managed |
CLICKUP_GET_GOAL Retrieves detailed information for an existing ClickUp Goal, specified by its unique `goal_id`. | GET /composio/clickup/clickup_get_goal | none | — | — | managed |
CLICKUP_GET_GOALS Retrieves goals for a specified ClickUp Workspace (Team); the `team_id` must be valid and accessible. | GET /composio/clickup/clickup_get_goals | none | — | — | managed |
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_guest | none | — | — | managed |
CLICKUP_GET_LIST Retrieves detailed information for an existing List in ClickUp, identified by its unique `list_id`. | GET /composio/clickup/clickup_get_list | none | — | — | managed |
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_comments | none | — | — | managed |
CLICKUP_GET_LIST_MEMBERS Retrieves all members of a specific, existing ClickUp List by its ID. | GET /composio/clickup/clickup_get_list_members | none | — | — | managed |
CLICKUP_GET_LISTS Retrieves all lists within a specified, existing ClickUp folder, optionally filtering by archived status. | GET /composio/clickup/clickup_get_lists | none | — | — | managed |
CLICKUP_GET_LIST_VIEWS Retrieves all task and page views for a specified and accessible ClickUp List. | GET /composio/clickup/clickup_get_list_views | none | — | — | managed |
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_entry | none | — | — | managed |
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_hierarchy | none | — | — | managed |
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_space | none | — | — | managed |
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_fields | none | — | — | managed |
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_spaces | none | — | — | managed |
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_tags | none | — | — | managed |
CLICKUP_GET_SPACE_VIEWS Retrieves all task and page views for a specified Space ID in ClickUp. | GET /composio/clickup/clickup_get_space_views | none | — | — | managed |
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_subtypes | none | — | — | managed |
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_task | none | — | — | managed |
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_comments | none | — | — | managed |
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_members | none | — | — | managed |
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_tasks | none | — | — | managed |
CLICKUP_GET_TASK_TEMPLATES Retrieves task templates for a specified Workspace (Team ID), supporting pagination. | GET /composio/clickup/clickup_get_task_templates | none | — | — | managed |
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_status | none | — | — | managed |
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_fields | none | — | — | managed |
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_teams | none | — | — | managed |
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_comments | none | — | — | managed |
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_range | none | — | — | managed |
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_entry | none | — | — | managed |
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_history | none | — | — | managed |
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_time | none | — | — | managed |
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_user | none | — | — | managed |
CLICKUP_GET_VIEW Fetches details for a specific ClickUp view, identified by its `view_id`, which must exist. | GET /composio/clickup/clickup_get_view | none | — | — | managed |
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_tasks | none | — | — | managed |
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_webhooks | none | — | — | managed |
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_views | none | — | — | managed |
CLICKUP_GET_WORKSPACE_PLAN Retrieves the details of the current subscription plan for a specified ClickUp Workspace. | GET /composio/clickup/clickup_get_workspace_plan | none | — | — | managed |
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_seats | none | — | — | managed |
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_workspace | external_send | — | — | managed |
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_workspace | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_value | external_send | — | — | managed |
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_folder | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_task | external_send | — | — | managed |
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_workspace | external_send | — | — | managed |
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_task | external_send | — | — | managed |
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_entries | external_send | — | — | managed |
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_list | external_send | — | — | managed |
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_workspace | external_send | — | — | managed |
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_docs | none | — | — | managed |
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_value | external_send | — | — | managed |
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_entry | external_send | — | — | managed |
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_entry | external_send | — | — | managed |
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_time | external_send | — | — | managed |
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_channel | external_send | — | — | managed |
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_message | external_send | — | — | managed |
CLICKUP_UPDATE_CHECKLIST Updates an existing checklist's name or position, identified by its `checklist_id`. | POST /composio/clickup/clickup_update_checklist | external_send | — | — | managed |
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_item | external_send | — | — | managed |
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_comment | external_send | — | — | managed |
CLICKUP_UPDATE_FOLDER Updates the name of an existing folder in ClickUp. | POST /composio/clickup/clickup_update_folder | external_send | — | — | managed |
CLICKUP_UPDATE_GOAL Updates attributes of an existing ClickUp goal, identified by its `goal_id`. | POST /composio/clickup/clickup_update_goal | external_send | — | — | managed |
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_workspace | external_send | — | — | managed |
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_result | external_send | — | — | managed |
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_list | external_send | — | — | managed |
CLICKUP_UPDATE_SPACE Updates an existing ClickUp Space, allowing modification of its name, color, privacy, and feature settings (ClickApps). | POST /composio/clickup/clickup_update_space | external_send | — | — | managed |
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_tag | external_send | — | — | managed |
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_task | external_send | — | — | managed |
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_team | external_send | — | — | managed |
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_entry | external_send | — | — | managed |
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_tag | external_send | — | — | managed |
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_tracked | external_send | — | — | managed |
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_workspace | external_send | — | — | managed |
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_view | external_send | — | — | managed |
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_webhook | external_send | — | — | managed |
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_acl | external_send | — | — | managed |