Built by Metorial, the integration platform for agentic AI.
Provider Summary
create and manage tasks
track time on tasks
set values on existing custom fields
manage task comments and checklists
create and manage goals
organize spaces, folders, and lists
filter and search tasks
retrieve workspace members
subscribe to webhook events
manage task tags and priorities
Connect once to work across every ClickUp Workspace authorized for the account. Create, update, delete, and search tasks across a hierarchical structure of Spaces, Folders, and Lists. Manage task details including assignees, statuses, priorities, due dates, tags, comments, checklists, and values on existing custom fields. Track time on tasks with timers and time entries. Create and manage Goals for progress tracking. Organize Workspaces by creating and managing Spaces, Folders, Lists, and Space tags. Retrieve Workspace members.
Call Get Workspaces to discover the Workspace IDs authorized for the connection. Tools that call Workspace-scoped ClickUp endpoints require an explicit workspaceId, so each request selects its target Workspace. Tools that operate on a resource ID, such as a task, list, folder, Space, or Goal ID, continue to use that resource ID directly.
Create a new task in a ClickUp list. Supports setting the name, description, status, priority, assignees, dates, time estimates, tags, custom fields, and parent task (for subtasks).
Permanently delete a ClickUp task by its ID. This action cannot be undone.
Retrieve a single ClickUp task by its ID, including all details such as status, assignees, custom fields, description, dates, tags, and subtasks.
Retrieve all ClickUp Workspaces (teams) accessible to the authenticated user. Use this tool to discover the workspaceId required by Workspace-scoped tools.
Retrieve all comments on a ClickUp task. Returns the comment text, author, date, and resolution status.
Create a comment on a ClickUp task.
Update a ClickUp task comment's text, assignee, or resolved state.
Delete a ClickUp task comment.
Create a checklist on a ClickUp task.
Rename a ClickUp task checklist or change its position on the task.
Delete a ClickUp task checklist.
Create an item inside a ClickUp task checklist.
Update a ClickUp checklist item name, assignee, resolved state, or parent item.
Delete an item from a ClickUp task checklist.
Retrieve all custom fields accessible on a ClickUp list. Returns field definitions including their IDs, names, types, and options.
Set a custom field value on a ClickUp task.
Clear a custom field value from a ClickUp task.
Retrieve all folders in a ClickUp space.
Create a folder in a ClickUp space.
Rename a ClickUp folder.
Delete a ClickUp folder.
Retrieve all Goals from the Workspace selected by workspaceId. Optionally include completed Goals. Call Get Workspaces to discover authorized Workspace IDs.
Create a ClickUp Goal in the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Update a ClickUp goal.
Delete a ClickUp goal.
Retrieve ClickUp lists from a folder or space. When a folderId is provided, returns lists in that folder. When a spaceId is provided, returns folderless lists in the space.
Create a ClickUp list in a folder or directly in a space.
Update a ClickUp list.
Delete a ClickUp list.
Retrieve all Spaces in the Workspace selected by workspaceId, including their names, IDs, and statuses. Call Get Workspaces to discover authorized Workspace IDs.
Create a ClickUp Space in the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Update a ClickUp space.
Delete a ClickUp space.
Retrieve all tags defined in a ClickUp space.
Create a tag in a ClickUp space.
Rename or recolor a ClickUp space tag.
Delete a tag from a ClickUp space.
Search and filter tasks in the Workspace selected by the required workspaceId. Filter by status, assignee, tags, due dates, creation dates, and more. Returns paginated results. Use listId to narrow the search to a specific List; workspaceId is still required when listId is supplied. Call Get Workspaces to discover authorized Workspace IDs.
Retrieve time tracking entries from the Workspace selected by workspaceId. Filter by date range, assignee, or specific task, List, or Space. Call Get Workspaces to discover authorized Workspace IDs. Requires the Time Tracking ClickApp to be enabled.
Log a completed time entry in the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Update a ClickUp time entry in the Workspace selected by workspaceId, including its task, description, start/end time, duration, assignee, tags, or billable flag. Call Get Workspaces to discover authorized Workspace IDs.
Delete a ClickUp time entry from the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Retrieve the currently running ClickUp timer in the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Start a running timer in the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Stop the currently running ClickUp timer in the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Update an existing ClickUp task. Modify its name, description, status, priority, assignees, dates, time estimate, and more. Also supports adding/removing tags and setting custom field values in a single call.
Retrieve members for the Workspace selected by workspaceId. Call Get Workspaces to discover authorized Workspace IDs.
Task and Workspace event triggers subscribe across every Workspace authorized for the connection. Each emitted event identifies the Workspace that delivered it.
This integration is licensed under the FSL-1.1.
Built with ❤️ by Metorial