GAIA Logo
PricingAboutDocs
GAIA Marketplace Wallpaper
  1. Home
  2. Marketplace
  3. Productivity
clickup Icon

ClickUp

Manage tasks, projects, and workflows with comprehensive project management

Category
Productivity
Type
Native
Auth
OAuth

Available Tools (128)

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.

CLICKUP ADD GUEST TO FOLDER

Adds a guest to a folder with specified permissions; requires a ClickUp Enterprise Plan.

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.

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.

CLICKUP ADD TAGS FROM TIME ENTRIES

Associates a list of specified tags with one or more time entries within a given Team (Workspace).

CLICKUP ADD TAG TO TASK

Adds an existing tag to a specified task; team_id is required if custom_task_ids is true.

CLICKUP ADD TASK LINK

Links two existing and accessible ClickUp tasks, identified by `task_id` (source) and `links_to` (target).

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.

CLICKUP ATTACHMENTS UPLOAD FILE TO TASK AS ATTACHMENT

DEPRECATED: Use `create_task_attachment` to upload a file to a task; requires `multipart/form-data`.

CLICKUP AUTHORIZATION GET WORK SPACE LIST

DEPRECATED: Use `get_authorized_teams_workspaces` instead to retrieve Workspaces (Teams) accessible to the authenticated user.

CLICKUP CHANGE TAG NAMES FROM TIME ENTRIES

Updates the name, background color, and/or foreground color for an existing time entry tag, identified by its current `name` and `team_id`.

CLICKUP CLICK UP 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.

CLICKUP CLICK UP 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.

CLICKUP CREATE A TIME ENTRY

Creates a new time entry for a specified team.

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.

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).

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.

CLICKUP CREATE FOLDER

Creates a new ClickUp Folder within the specified Space, which must exist and be accessible.

CLICKUP CREATE FOLDERLESS LIST

Creates a new folderless list (a list not part of any Folder) directly within a specified ClickUp Space.

CLICKUP CREATE FOLDER VIEW

Creates a new, highly customizable view within a specific ClickUp folder using its `folder_id`.

CLICKUP CREATE GOAL

Creates a new goal in a ClickUp Team (Workspace).

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.

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.

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.

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.

CLICKUP CREATE SPACE

Creates a new ClickUp Space within a specified Workspace, allowing feature configuration which defaults to Workspace settings if unspecified.

CLICKUP CREATE SPACE TAG

Creates a new tag (name, foreground color, background color) in an existing ClickUp Space.

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.

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.

CLICKUP CREATE TASK COMMENT

Adds a comment to a ClickUp task; `team_id` is required if `custom_task_ids` is true.

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.

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.

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.

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.

CLICKUP DELETE A TIME ENTRY

Deletes an existing time entry, specified by `timer_id`, from a Workspace identified by `team_id`.

CLICKUP DELETE CHECKLIST

Permanently deletes an existing checklist identified by its `checklist_id`.

CLICKUP DELETE CHECKLIST ITEM

Permanently deletes an existing item, identified by `checklist_item_id`, from an existing checklist, identified by `checklist_id`.

CLICKUP DELETE COMMENT

Deletes an existing comment from a task using its `comment_id`.

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.

CLICKUP DELETE FOLDER

Permanently and irreversibly deletes a specified folder and all its contents (Lists, Tasks) if the folder_id exists.

CLICKUP DELETE GOAL

Permanently removes an existing Goal, identified by its `goal_id`, from the Workspace.

CLICKUP DELETE KEY RESULT

Deletes an existing Key Result, also referred to as a Target within a Goal, identified by its `key_result_id`.

CLICKUP DELETE LIST

Permanently deletes an existing List and all its contents; this action is destructive and irreversible via the API.

CLICKUP DELETE SPACE

Permanently deletes a specified Space in ClickUp; this action is irreversible as the Space cannot be recovered via the API.

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.

CLICKUP DELETE TASK

Permanently deletes a task, using its standard ID or a custom task ID (requires `custom_task_ids=true` and `team_id`).

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.

CLICKUP DELETE TEAM

Permanently deletes an existing Team (user group) from the Workspace using its `group_id`.

CLICKUP DELETE TIME TRACKED

Deletes a time-tracked interval from a task; use this legacy endpoint for older time tracking systems.

CLICKUP DELETE VIEW

Permanently and irreversibly deletes an existing View in ClickUp, identified by its `view_id`.

CLICKUP DELETE WEBHOOK

Permanently removes an existing webhook, specified by its ID, thereby ceasing all its event monitoring and notifications.

CLICKUP EDIT CHECKLIST

Updates an existing checklist's name or position, identified by its `checklist_id`.

CLICKUP EDIT CHECKLIST ITEM

Updates an existing checklist item, allowing modification of its name, assignee, resolution status, or parent item for nesting.

CLICKUP EDIT GUEST ON WORKSPACE

Modifies the details and permissions of an existing guest user within a specific Workspace.

CLICKUP EDIT KEY RESULT

Updates an existing key result's progress or note in ClickUp, where the key result measures progress towards a goal.

CLICKUP EDIT 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.

CLICKUP EDIT 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.

CLICKUP EDIT 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.

CLICKUP GET ACCESSIBLE CUSTOM FIELDS

Retrieves all accessible Custom Field definitions for a specified ClickUp List using its `list_id`.

CLICKUP GET ACCESS TOKEN

Exchanges a ClickUp OAuth 2.0 authorization code (obtained after user consent) for an access token.

CLICKUP GET ALL TAGS FROM TIME ENTRIES

Retrieves all unique tags applied to time entries within a specified ClickUp Team (Workspace).

CLICKUP GET AUTHORIZED USER

Retrieves the details of the currently authenticated ClickUp user.

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.

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.

CLICKUP GET CUSTOM ROLES

Retrieves all Custom Roles, which allow granular permission configurations, for a specified Workspace (Team).

CLICKUP GET CUSTOM TASK TYPES

Retrieves all custom task types available within a specified Workspace (team_id).

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.

CLICKUP GET FOLDER

Retrieves detailed information about a specific folder in ClickUp.

CLICKUP GET FOLDERLESS LISTS

Retrieves all Lists within a specified Space that are not located in any Folder.

CLICKUP GET FOLDERS

Retrieves Folders within a specified ClickUp Space, ensuring `space_id` is valid, with an option to filter by archived status.

CLICKUP GET FOLDER VIEWS

Retrieves all configured views (like List, Board, Calendar) for a specified, existing Folder in ClickUp.

CLICKUP GET GOAL

Retrieves detailed information for an existing ClickUp Goal, specified by its unique `goal_id`.

CLICKUP GET GOALS

Retrieves goals for a specified ClickUp Workspace (Team); the `team_id` must be valid and accessible.

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.

CLICKUP GET LIST

Retrieves detailed information for an existing List in ClickUp, identified by its unique `list_id`.

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.

CLICKUP GET LIST MEMBERS

Retrieves all members of a specific, existing ClickUp List by its ID.

CLICKUP GET LISTS

Retrieves all lists within a specified, existing ClickUp folder, optionally filtering by archived status.

CLICKUP GET LIST VIEWS

Retrieves all task and page views for a specified and accessible ClickUp List.

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.

CLICKUP GET SINGULAR TIME ENTRY

Fetches a specific time entry by its ID for a given team; a negative duration in the response indicates an active timer.

CLICKUP GET SPACE

Retrieves detailed information for an existing Space in a ClickUp Workspace, identified by its unique space_id.

CLICKUP GET SPACES

Retrieves Spaces for a Team ID; member information for private Spaces is returned only if the authenticated user is a member.

CLICKUP GET SPACE TAGS

Retrieves all tags for tasks within a specified ClickUp Space, requiring a valid `space_id`.

CLICKUP GET SPACE VIEWS

Retrieves all task and page views for a specified Space ID in ClickUp.

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).

CLICKUP GET TASK COMMENTS

Retrieves up to 25 comments for a specified task, supporting pagination using `start` and `start_id` to fetch older comments.

CLICKUP GET TASK MEMBERS

Retrieves users with explicit access (directly assigned or shared) to a specific existing task, excluding users with inherited permissions.

CLICKUP GET TASKS

Retrieves tasks from a specified ClickUp list; only tasks whose home is the given list_id are returned.

CLICKUP GET TASK S 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.

CLICKUP GET TASK TEMPLATES

Retrieves task templates for a specified Workspace (Team ID), supporting pagination.

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`.

CLICKUP GET TIME ENTRIES WITHIN A 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.

CLICKUP GET TIME ENTRY HISTORY

Retrieves the modification history for an existing time entry within a specific ClickUp Team (Workspace).

CLICKUP GET TRACKED TIME

Retrieves tracked time for a task using a legacy endpoint; prefer newer Time Tracking API endpoints for managing time entries.

CLICKUP GET USER

Retrieves detailed information for a specific user within a ClickUp Workspace (Team), available only for Workspaces on the ClickUp Enterprise Plan.

CLICKUP GET VIEW

Fetches details for a specific ClickUp view, identified by its `view_id`, which must exist.

CLICKUP GET VIEW TASKS

Retrieves all tasks visible in a specified ClickUp view, respecting its applied filters, sorting, and grouping.

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.

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.

CLICKUP GET WORKSPACE PLAN

Retrieves the details of the current subscription plan for a specified ClickUp Workspace.

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.

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.

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.

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.

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.

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.

CLICKUP REMOVE GUEST FROM TASK

Revokes a guest's access to a specific task; only available for Workspaces on the ClickUp Enterprise Plan.

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.

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.

CLICKUP REMOVE TAGS FROM TIME ENTRIES

Removes tags from specified time entries in a team, without deleting the tags from the workspace.

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.

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.

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.

CLICKUP 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`.

CLICKUP START A 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).

CLICKUP STOP A 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.

CLICKUP TRACK TIME

Records a time entry for a task using ClickUp's legacy time tracking system; newer endpoints are generally recommended.

CLICKUP UPDATE A TIME ENTRY

Updates 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.

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.

CLICKUP UPDATE FOLDER

Updates the name of an existing folder in ClickUp.

CLICKUP UPDATE GOAL

Updates attributes of an existing ClickUp goal, identified by its `goal_id`.

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`.

CLICKUP UPDATE SPACE

Updates an existing ClickUp Space, allowing modification of its name, color, privacy, and feature settings (ClickApps).

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.

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.

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.

CLICKUP UPDATE WEBHOOK

Updates the endpoint URL, monitored events, and status of an existing webhook, identified by its `webhook_id`.

What you can do with GAIA + ClickUp

GAIA connects to ClickUp via MCP (Model Context Protocol) and exposes every action as a natural-language command. Tell GAIA what you want — it handles the rest, automatically.

  • Use GAIA to clickup add dependency in ClickUp with a plain-English instruction
  • Use GAIA to clickup add guest to folder in ClickUp with a plain-English instruction
  • Use GAIA to clickup add guest to list in ClickUp with a plain-English instruction
  • Use GAIA to clickup add guest to task in ClickUp with a plain-English instruction
  • Use GAIA to clickup add tags from time entries in ClickUp with a plain-English instruction

How it works

Set up your ClickUp automation in three simple steps — no code required.

  1. 1

    Connect ClickUp to GAIA

    Open the GAIA Marketplace, find the ClickUp integration, and click "Add to your GAIA". Authorise access in under two minutes — no code, no configuration files.

  2. 2

    Tell GAIA what to automate in plain English

    Describe the task in your own words: "summarise my ClickUp activity every morning" or "notify me on Slack when a new productivity event happens". GAIA understands context and intent.

  3. 3

    GAIA handles it automatically, 24/7

    GAIA runs your ClickUp automations in the background around the clock. No manual triggers, no scripts to maintain — just results delivered to you.

Frequently asked questions

Everything you need to know about the GAIA ClickUp integration.

Yes. Name the Space, Folder, or List in your request and GAIA will create the task in the correct location.



GAIA connects ClickUp with your entire stack

ClickUp is just one piece of the puzzle. GAIA integrates with 50+ tools across productivity, communication, productivity, and more — letting you build cross-tool automations in plain English without writing a single line of code.

Browse all integrations

Evaluating your options? Compare GAIA vs ClickUp→

The Experience Company Logo
Life. Simplified.
Product
BotsCompareDownloadFeaturesIntegration MarketplaceRoadmapSelf-Host CLIUse Cases
Resources
AlternativesAutomation CombosBlogDocumentationGlossaryRelease NotesRequest a FeatureRSS FeedStatus
Built For
Startup FoundersSoftware DevelopersSales ProfessionalsProduct ManagersEngineering ManagersAgency Owners
View All Roles
Company
AboutBrandingContactManifestoTools We Love
Socials
DiscordGitHubLinkedInTwitterWhatsAppYouTube
Discord IconTwitter IconGithub IconWhatsapp IconYoutube IconLinkedin Icon
Copyright © 2025 The Experience Company. All rights reserved.
Terms of Use
Privacy Policy