ClickUp
Tools
Name & Description | Type |
---|---|
CLICKUP_CREATE_FOLDERCreates a new ClickUp folder within the specified space, which must exist and be accessible. | action |
CLICKUP_CREATE_LISTCreates a new list in ClickUp within a specified, existing folder. | action |
CLICKUP_CREATE_TASKCreates 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. | action |
CLICKUP_CREATE_TASK_COMMENTAdds a comment to a ClickUp task; `team id` is required if `custom task ids` is true. | action |
CLICKUP_DELETE_TASKPermanently deletes a task, using its standard id or a custom task id (requires `custom task ids=true` and `team id`). | action |
CLICKUP_GET_TASKRetrieves comprehensive details for a ClickUp task by its id, supporting standard or custom task ids (requires `team id` for custom ids). | action |
CLICKUP_UPDATE_TASKUpdates 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. | action |
CLICKUP_ADD_DEPENDENCYAdds 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. | action |
CLICKUP_ADD_GUEST_TO_FOLDERAdds a guest to a folder with specified permissions; requires a ClickUp enterprise plan. | action |
CLICKUP_ADD_GUEST_TO_LISTShares a ClickUp list with an existing guest user, granting them specified permissions; requires the workspace to be on the ClickUp enterprise plan. | action |
CLICKUP_ADD_GUEST_TO_TASKAssigns a guest to a task with specified permissions; requires ClickUp enterprise plan, and `team id` if `custom task ids` is true. | action |
CLICKUP_ADD_TAGS_FROM_TIME_ENTRIESAssociates a list of specified tags with one or more time entries within a given team (workspace). | action |
CLICKUP_ADD_TAG_TO_TASKAdds an existing tag to a specified task; team id is required if custom task ids is true. | action |
CLICKUP_ADD_TASK_LINKLinks two existing and accessible ClickUp tasks, identified by `task id` (source) and `links to` (target). | action |
CLICKUP_ADD_TASK_TO_LISTAdds an existing task to an additional ClickUp list; the "tasks in multiple lists" clickapp must be enabled in the workspace for this. | action |
CLICKUP_ATTACHMENTS_UPLOAD_FILE_TO_TASK_AS_ATTACHMENTDeprecated: use `create task attachment` to upload a file to a task; requires `multipart/form-data`. | action |
CLICKUP_AUTHORIZATION_GET_ACCESS_TOKENDeprecated: use `get access token` instead. | action |
CLICKUP_AUTHORIZATION_GET_WORK_SPACE_LISTDeprecated: use `get authorized teams workspaces` instead to retrieve workspaces (teams) accessible to the authenticated user. | action |
CLICKUP_AUTHORIZATION_VIEW_ACCOUNT_DETAILSDeprecated: use `get authorized user` instead. | action |
CLICKUP_CHANGE_TAG_NAMES_FROM_TIME_ENTRIESUpdates the name, background color, and/or foreground color for an existing time entry tag, identified by its current `name` and `team id`. | action |
CLICKUP_CREATE_A_TIME_ENTRYCreates a new time entry for a specified team. | action |
CLICKUP_CREATE_CHAT_VIEW_COMMENTPosts a new comment to a specified ClickUp chat view; the 'view id' must correspond to an existing and accessible chat view. | action |
CLICKUP_CREATE_CHECKLISTCreates 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). | action |
CLICKUP_CREATE_CHECKLIST_ITEMCreates a new checklist item within a specified, existing checklist, optionally setting the item's name and assigning it to a user. | action |
CLICKUP_CREATE_FOLDERLESS_LISTCreates a new folderless list (a list not part of any folder) directly within a specified ClickUp space. | action |
CLICKUP_CREATE_FOLDER_VIEWCreates a new, highly customizable view within a specific ClickUp folder using its `folder id`. | action |
CLICKUP_CREATE_GOALCreates a new goal in a ClickUp team (workspace). | action |
CLICKUP_CREATE_KEY_RESULTCreates a new key result (target) for a specified goal in ClickUp to define and track measurable objectives towards achieving that goal. | action |
CLICKUP_CREATE_LIST_COMMENTAdds 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. | action |
CLICKUP_CREATE_LIST_VIEWCreates a new, customizable view (e. | action |
CLICKUP_CREATE_SPACECreates a new space in a ClickUp team, with customizable name, privacy, color, and feature settings. | action |
CLICKUP_CREATE_SPACE_TAGCreates a new tag (name, foreground color, background color) in an existing ClickUp space. | action |
CLICKUP_CREATE_SPACE_VIEWCreates a customizable view (e. | action |
CLICKUP_CREATE_TASK_ATTACHMENTUploads a file as an attachment to a specified ClickUp task, requiring `multipart/form-data` for file upload. | action |
CLICKUP_CREATE_TASK_FROM_TEMPLATECreates a new task in a specified ClickUp list from a task template, using the provided name for the new task. | action |
CLICKUP_CREATE_TEAMCreates 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. | action |
CLICKUP_CREATE_WEBHOOKCreates 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. | action |
CLICKUP_CREATE_WORKSPACE_EVERYTHING_LEVEL_VIEWCreates a new, customizable view (e. | action |
CLICKUP_DELETE_A_TIME_ENTRYDeletes an existing time entry, specified by `timer id`, from a workspace identified by `team id`. | action |
CLICKUP_DELETE_CHECKLISTPermanently deletes an existing checklist identified by its `checklist id`. | action |
CLICKUP_DELETE_CHECKLIST_ITEMPermanently deletes an existing item, identified by `checklist item id`, from an existing checklist, identified by `checklist id`. | action |
CLICKUP_DELETE_COMMENTDeletes an existing comment from a task using its `comment id`. | action |
CLICKUP_DELETE_DEPENDENCYRemoves two dependency links for `task id`: one where `task id` is blocked by `depends on`, and another where `dependency of` is blocked by `task id`; `team id` is required if `custom task ids` is true. | action |
CLICKUP_DELETE_FOLDERPermanently and irreversibly deletes a specified folder and all its contents (lists, tasks) if the folder id exists. | action |
CLICKUP_DELETE_GOALPermanently removes an existing goal, identified by its `goal id`, from the workspace. | action |
CLICKUP_DELETE_KEY_RESULTDeletes an existing key result, also referred to as a target within a goal, identified by its `key result id`. | action |
CLICKUP_DELETE_LISTPermanently deletes an existing list and all its contents; this action is destructive and irreversible via the API. | action |
CLICKUP_DELETE_SPACEPermanently deletes a specified space in ClickUp; this action is irreversible as the space cannot be recovered via the API. | action |
CLICKUP_DELETE_SPACE_TAGDeletes 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. | action |
CLICKUP_DELETE_TASK_LINKDeletes 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. | action |
CLICKUP_DELETE_TEAMPermanently deletes an existing team (user group) from the workspace using its `group id`. | action |
CLICKUP_DELETE_TIME_TRACKEDDeletes a time-tracked interval from a task; use this legacy endpoint for older time tracking systems. | action |
CLICKUP_DELETE_VIEWPermanently and irreversibly deletes an existing view in ClickUp, identified by its `view id`. | action |
CLICKUP_DELETE_WEBHOOKPermanently removes an existing webhook, specified by its id, thereby ceasing all its event monitoring and notifications. | action |
CLICKUP_EDIT_CHECKLISTUpdates an existing checklist's name or position, identified by its `checklist id`. | action |
CLICKUP_EDIT_CHECKLIST_ITEMUpdates an existing checklist item, allowing modification of its name, assignee, resolution status, or parent item for nesting. | action |
CLICKUP_EDIT_GUEST_ON_WORKSPACEModifies the details and permissions of an existing guest user within a specific workspace. | action |
CLICKUP_EDIT_KEY_RESULTUpdates an existing key result's progress or note in ClickUp, where the key result measures progress towards a goal. | action |
CLICKUP_EDIT_SPACE_TAGUpdates 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. | action |
CLICKUP_EDIT_TIME_TRACKEDEdits 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. | action |
CLICKUP_EDIT_USER_ON_WORKSPACEUpdates a user's username, admin status, or custom role in a workspace; requires the workspace to be on an enterprise plan. | action |
CLICKUP_FOLDERS_CREATE_NEW_FOLDERDeprecated: creates a new folder in a ClickUp space; use `create folder` instead. | action |
CLICKUP_FOLDERS_GET_CONTENTS_OFDeprecated: use `get folders`. | action |
CLICKUP_FOLDERS_GET_FOLDER_CONTENTDeprecated: retrieves detailed information about a specific folder in ClickUp; use `get folder` instead. | action |
CLICKUP_GET_ACCESSIBLE_CUSTOM_FIELDSRetrieves all accessible custom field definitions for a specified ClickUp list using its `list id`. | action |
CLICKUP_GET_ACCESS_TOKENExchanges a ClickUp oauth 2. | action |
CLICKUP_GET_ALL_TAGS_FROM_TIME_ENTRIESRetrieves all unique tags applied to time entries within a specified ClickUp team (workspace). | action |
CLICKUP_GET_AUTHORIZED_TEAMS_WORKSPACESRetrieves a list of workspaces (teams) the authenticated user can access. | action |
CLICKUP_GET_AUTHORIZED_USERRetrieves the details of the currently authenticated ClickUp user. | action |
CLICKUP_GET_BULK_TASKS_TIME_IN_STATUSRetrieves the time spent in each status for multiple tasks; requires the 'total time in status' clickapp to be enabled in the workspace. | action |
CLICKUP_GET_CHAT_VIEW_COMMENTSRetrieves 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. | action |
CLICKUP_GET_CUSTOM_ROLESRetrieves all custom roles, which allow granular permission configurations, for a specified workspace (team). | action |
CLICKUP_GET_CUSTOM_TASK_TYPESRetrieves all custom task types available within a specified workspace (team id). | action |
CLICKUP_GET_FILTERED_TEAM_TASKSRetrieves a paginated list of tasks (up to 100 per page) from a specified team (workspace id in `team id`) based on various filter criteria, respecting user access permissions. | action |
CLICKUP_GET_FOLDERRetrieves detailed information about a specific folder in ClickUp. | action |
CLICKUP_GET_FOLDERLESS_LISTSRetrieves all lists within a specified space that are not located in any folder. | action |
CLICKUP_GET_FOLDERSRetrieves folders within a specified ClickUp space, ensuring `space id` is valid, with an option to filter by archived status. | action |
CLICKUP_GET_FOLDER_VIEWSRetrieves all configured views (like list, board, calendar) for a specified, existing folder in ClickUp. | action |
CLICKUP_GET_GOALRetrieves detailed information for an existing ClickUp goal, specified by its unique `goal id`. | action |
CLICKUP_GET_GOALSRetrieves goals for a specified ClickUp workspace (team); the `team id` must be valid and accessible. | action |
CLICKUP_GET_GUESTCall 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. | action |
CLICKUP_GET_LISTRetrieves detailed information for an existing list in ClickUp, identified by its unique `list id`. | action |
CLICKUP_GET_LISTSRetrieves all lists within a specified, existing ClickUp folder, optionally filtering by archived status. | action |
CLICKUP_GET_LIST_COMMENTSRetrieves 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. | action |
CLICKUP_GET_LIST_MEMBERSRetrieves all members of a specific, existing ClickUp list by its id. | action |
CLICKUP_GET_LIST_VIEWSRetrieves all task and page views for a specified and accessible ClickUp list. | action |
CLICKUP_GET_RUNNING_TIME_ENTRYRetrieves 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. | action |
CLICKUP_GET_SINGULAR_TIME_ENTRYFetches a specific time entry by its id for a given team; a negative duration in the response indicates an active timer. | action |
CLICKUP_GET_SPACERetrieves detailed information for an existing space in a ClickUp workspace, identified by its unique space id. | action |
CLICKUP_GET_SPACESRetrieves spaces for a team id; member information for private spaces is returned only if the authenticated user is a member. | action |
CLICKUP_GET_SPACE_TAGSRetrieves all tags for tasks within a specified ClickUp space, requiring a valid `space id`. | action |
CLICKUP_GET_SPACE_VIEWSRetrieves all task and page views for a specified space id in ClickUp. | action |
CLICKUP_GET_TASKSRetrieves tasks from a specified ClickUp list; only tasks whose home is the given list id are returned. | action |
CLICKUP_GET_TASK_COMMENTSRetrieves up to 25 comments for a specified task, supporting pagination using `start` and `start id` to fetch older comments. | action |
CLICKUP_GET_TASK_MEMBERSRetrieves users with explicit access (directly assigned or shared) to a specific existing task, excluding users with inherited permissions. | action |
CLICKUP_GET_TASK_S_TIME_IN_STATUSRetrieves the duration a task has spent in each status, provided the 'total time in status' clickapp is enabled for the workspace. | action |
CLICKUP_GET_TASK_TEMPLATESRetrieves task templates for a specified workspace (team id), supporting pagination. | action |
CLICKUP_GET_TEAMSRetrieves user groups (teams) from a ClickUp workspace, typically requiring `team id` (workspace id), with an option to filter by `group ids`. | action |
CLICKUP_GET_TIME_ENTRIES_WITHIN_A_DATE_RANGERetrieves 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. | action |
CLICKUP_GET_TIME_ENTRY_HISTORYRetrieves the modification history for an existing time entry within a specific ClickUp team (workspace). | action |
CLICKUP_GET_TRACKED_TIMERetrieves tracked time for a task using a legacy endpoint; prefer newer time tracking API endpoints for managing time entries. | action |
CLICKUP_GET_USERRetrieves detailed information for a specific user within a ClickUp workspace (team), available only for workspaces on the ClickUp enterprise plan. | action |
CLICKUP_GET_VIEWFetches details for a specific ClickUp view, identified by its `view id`, which must exist. | action |
CLICKUP_GET_VIEW_TASKSRetrieves all tasks visible in a specified ClickUp view, respecting its applied filters, sorting, and grouping. | action |
CLICKUP_GET_WEBHOOKSFetches webhooks for a team (workspace), returning only those created by the authenticated user via API, for a `team id` they can access. | action |
CLICKUP_GET_WORKSPACE_EVERYTHING_LEVEL_VIEWSRetrieves all task and page views at the 'everything level' (a comprehensive overview of all tasks across all spaces) for a specified ClickUp workspace. | action |
CLICKUP_GET_WORKSPACE_PLANRetrieves the details of the current subscription plan for a specified ClickUp workspace. | action |
CLICKUP_GET_WORKSPACE_SEATSRetrieves seat utilization (used, total, available for members/guests) for a ClickUp workspace (team) id, which must be for an existing workspace. | action |
CLICKUP_INVITE_GUEST_TO_WORKSPACEInvites 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. | action |
CLICKUP_INVITE_USER_TO_WORKSPACEInvites a user via email to a ClickUp workspace (team), optionally granting admin rights or a custom role; requires an enterprise plan for the workspace. | action |
CLICKUP_LISTS_GET_FOLDER_LISTSDeprecated: use `get lists` instead. | action |
CLICKUP_MEMBERS_GET_LIST_USERSDeprecated: retrieves users with access to a specific list; use `get list members` instead. | action |
CLICKUP_REMOVE_CUSTOM_FIELD_VALUERemoves an existing value from a custom field on a specific task; this does not delete the custom field definition or its predefined options. | action |
CLICKUP_REMOVE_GUEST_FROM_FOLDERRevokes a guest's access to a specific ClickUp folder, optionally unsharing items explicitly shared with them within it; requires an enterprise plan. | action |
CLICKUP_REMOVE_GUEST_FROM_LISTRevokes 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. | action |
CLICKUP_REMOVE_GUEST_FROM_TASKRevokes a guest's access to a specific task; only available for workspaces on the ClickUp enterprise plan. | action |
CLICKUP_REMOVE_GUEST_FROM_WORKSPACEPermanently removes a guest from a specified workspace, revoking all their access; this destructive operation requires the workspace to be on the ClickUp enterprise plan. | action |
CLICKUP_REMOVE_TAGS_FROM_TIME_ENTRIESRemoves tags from specified time entries in a team, without deleting the tags from the workspace. | action |
CLICKUP_REMOVE_TAG_FROM_TASKRemoves 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. | action |
CLICKUP_REMOVE_TASK_FROM_LISTRemoves a task from an extra list (not its home list); the 'tasks in multiple lists' clickapp must be enabled. | action |
CLICKUP_REMOVE_USER_FROM_WORKSPACEDeactivates a user from a specified ClickUp workspace, revoking their access (user can be reactivated later); requires the workspace to be on an enterprise plan. | action |
CLICKUP_SET_CUSTOM_FIELD_VALUESets or updates a custom field's value for a task; the new value (with type-dependent structure, e. | action |
CLICKUP_SHARED_HIERARCHYRetrieves the hierarchy of tasks, lists, and folders shared with the authenticated user within an existing ClickUp team (workspace), identified by its `team id`. | action |
CLICKUP_SPACES_GET_DETAILSDeprecated: retrieves detailed information about a specific space; use the getspace action instead. | action |
CLICKUP_SPACES_GET_SPACE_DETAILSDeprecated: use `get spaces` instead; retrieves spaces, with member info for private spaces accessible only if the user is a member. | action |
CLICKUP_START_A_TIME_ENTRYStarts 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). | action |
CLICKUP_STOP_A_TIME_ENTRYStops the authenticated user's currently active time entry in the specified team (workspace), which requires an existing time entry to be running. | action |
CLICKUP_TASKS_GET_TASK_DETAILSRetrieves details for a task by its id, supporting standard or custom ids (requires `team id` for custom ids). | action |
CLICKUP_TASK_CHECKLISTS_CREATE_NEW_CHECKLIST(deprecated: use `create checklist` instead) creates a new checklist with a specified name within an existing task, identifiable by standard id or custom task id (if `custom task ids` is true, `team id` is also required). | action |
CLICKUP_TEAMS_USER_GROUPS_CREATE_TEAMDeprecated: use 'create team'. | action |
CLICKUP_TEAMS_WORK_SPACES_GET_WORK_SPACE_PLANDeprecated: retrieves the current plan for the specified workspace; use `get workspace plan` instead. | action |
CLICKUP_TEAMS_WORK_SPACES_GET_WORK_SPACE_SEATSDeprecated: use `get workspace seats` to retrieve seat utilization for a ClickUp workspace (team) id. | action |
CLICKUP_TRACK_TIMERecords a time entry for a task using ClickUp's legacy time tracking system; newer endpoints are generally recommended. | action |
CLICKUP_UPDATE_A_TIME_ENTRYUpdates an existing ClickUp time entry; provide `start` and `end` times together, and include `team id` as a query param (request field `team id 1`) if `custom task ids` is true. | action |
CLICKUP_UPDATE_COMMENTUpdates an existing task comment's text, assignee (who must be a valid workspace member), or resolution status, requiring a valid existing comment id. | action |
CLICKUP_UPDATE_FOLDERUpdates the name of an existing folder in ClickUp. | action |
CLICKUP_UPDATE_GOALUpdates attributes of an existing ClickUp goal, identified by its `goal id`. | action |
CLICKUP_UPDATE_LISTUpdates attributes of an existing ClickUp list, such as its name, content, due date, priority, assignee, or color status, identified by its `list id`. | action |
CLICKUP_UPDATE_SPACEUpdates an existing ClickUp space, allowing modification of its name, color, privacy, and feature settings (clickapps). | action |
CLICKUP_UPDATE_TEAMUpdates an existing ClickUp user group (team) using its `group id`; note that adding a view-only guest as a paid member may incur charges. | action |
CLICKUP_UPDATE_VIEWUpdates 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. | action |
CLICKUP_UPDATE_WEBHOOKUpdates the endpoint url, monitored events, and status of an existing webhook, identified by its `webhook id`. | action |
CLICKUP_VIEWS_GET_EVERYTHING_LEVELDeprecated: retrieves task and page views at the everything level of a workspace; use `get workspace everything level views` instead. | action |
CLICKUP_VIEWS_SPACE_VIEWS_GET(deprecated: use get space views instead) retrieves all task and page views for a specified space id in ClickUp. | action |