ClickUp

ClickUp

Manage tasks, projects, and teams with ClickUp

16 tools
5 triggers

Tools

Name
create_task

Create a new task in a ClickUp list

update_task

Update an existing ClickUp task

get_task

Get details of a specific ClickUp task

delete_task

Delete a ClickUp task

create_subtask

Create a subtask under a parent task

add_comment

Add a comment to a ClickUp task

get_comments

Get all comments on a ClickUp task

get_list_tasks

Get all tasks in a ClickUp list

get_spaces

Get all spaces in a ClickUp workspace

get_lists

Get all lists in a ClickUp space (including foldered and folderless)

get_custom_fields

Get custom fields for a ClickUp list

set_custom_field

Set a custom field value on a ClickUp task

create_list

Create a new list in a ClickUp space

get_workspace_tasks

Get tasks across an entire ClickUp workspace

get_time_entries

Get time tracking entries for a ClickUp workspace

custom_api_call

Make a custom API call to the ClickUp API

Triggers

Name
task_created

Triggers when a new task is created in a workspace

task_updated

Triggers when a task is updated in a workspace

task_status_changed

Triggers when a task status changes in a workspace

task_comment_posted

Triggers when a new comment is posted on a task in a workspace

task_deleted

Triggers when a task is deleted from a workspace (approximate — compares known tasks)

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('clickup', 'create_task', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'clickup',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ClickUp to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does ClickUp support?

ClickUp supports 16 tools including Create Task, Update Task, Get Task, Delete Task, Create Subtask, and more.

Can I use ClickUp with AI agents?

Yes. Add ClickUp to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can ClickUp be used in stateful agent workflows?

Yes. Agents can combine ClickUp tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does ClickUp use?

ClickUp uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the ClickUp integration cost?

The ClickUp integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does ClickUp support?

ClickUp supports 5 triggers including Task Created, Task Updated, Task Status Changed, Task Comment Posted, Task Deleted.

Connect ClickUp in minutes

Get 20,000 free action executions every month. No credit card required.