Tool | What It Does | Example Use |
---|---|---|
Get Authenticated User | Returns details about the current ClickUp user | ”Get my user profile and return id, username, and email” |
Get Workspaces | Lists all workspaces (teams) the user can access | ”List all my workspaces and return workspace_id and name” |
Get Spaces | Lists spaces inside a workspace | ”For workspace ‘Marketing Team’, list spaces and return space_id and name” |
Get Folders | Lists folders inside a space | ”For space ‘Q2 Campaigns’, list folders and return folder_id and name” |
Get Lists | Lists lists inside a folder or space | ”For folder ‘Product Launch’, list all lists and return list_id and name” |
Get Tasks | Retrieves tasks from a list | ”Get tasks from list ‘Sprint 23’ where status is ‘in progress’, return task_id, name, and status” |
Get Task By Id | Retrieves a single task by its ID | ”Get task ‘Website Redesign Homepage’ and return name, status, and due_date” |
Create Task | Creates a task within a list | ”Create a task named ‘Review Q3 Budget Proposal’ in list ‘Finance Tasks’, set due_date to 2024-06-15, and return task_id and name” |
Update Task | Updates an existing task | ”Update task ‘API Documentation’ change status to ‘complete’, and return task_id and status” |
Add Comment | Adds a comment to a task | ”Add comment ‘Waiting on design approval from client’ to task ‘Logo Redesign’ and return comment_id” |
Create List | Creates a list in a folder or space | ”Create a list called ‘June Sprint’ in folder ‘Development’, return list_id and name” |
Create Folder | Creates a folder in a space | ”Create a folder named ‘Q3 Planning’ in space ‘Operations’ and return folder_id and name” |
Create Your ClickUp MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
Step 1: Get Overdue Tasks
Step 2: Update Tasks
task_ids
to set status to completeStep 3: Add Comments
task_ids
Step 4: Summarize using an 'Ask AI' node
Empty Outputs
Incorrect Results
Errors
Iterate with Request Changes