Skip to content

Commit 4584242

Browse files
author
Francisco Liberal
committed
change after Renato's review
1 parent 0fe3a7f commit 4584242

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

pages/toolkits/productivity/clickup.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ import ToolFooter from "@/components/ToolFooter";
1717

1818
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:
1919

20-
- Discover workspace structure and users (WhoAmI, GetWorkspaceInsights, GetSpaces, GetFoldersForSpace, GetListsForSpace, GetListsForFolder, GetMembersForWorkspace).
21-
- Create, view, and modify tasks (CreateTask, GetTaskById, UpdateTask, GetTasksByScope, GetTasksByAssignees, FuzzySearchTasksByName).
22-
- 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.
25+
- Retrieve guidance for agent decision-making.
2826

2927
## Available Tools
3028

0 commit comments

Comments
 (0)