You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/toolkits/productivity/clickup.mdx
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,12 @@ import ToolFooter from "@/components/ToolFooter";
17
17
18
18
The ClickUp toolkit provides tools to interact with ClickUp workspaces, projects (spaces/folders/lists), tasks, comments, and members. It enables building agents and apps that can:
- Manage task assignments (UpdateTaskAssignees) and task planning metadata (statuses via GetStatusesForList).
23
-
- Work with comments and threaded replies (GetTaskComments, CreateTaskComment, UpdateTaskComment, GetTaskCommentReplies, CreateTaskCommentReply).
24
-
- Search for containers and people by approximate name when location is unknown (FuzzySearchListsByName, FuzzySearchFoldersByName, FuzzySearchMembersByName).
25
-
- Retrieve guidance for agent decision-making (GetSystemGuidance).
26
-
27
-
Use WhoAmI first to identify accessible workspaces; then navigate spaces→folders→lists to locate lists/statuses before creating or updating tasks.
20
+
- Discover workspace structure and users.
21
+
- Create, view, and modify tasks.
22
+
- Manage task assignments and task planning metadata.
23
+
- Work with comments and threaded replies.
24
+
- Search for containers and people by approximate name when location is unknown.
0 commit comments