clickup_add_tag_to_task
ChatGPTAdd existing tag to task. Tag must exist in space. Note: Will fail if tag doesn't exist.
clickup_add_time_entry
ChatGPTAdd a manual time entry to a task. You can provide either (start + duration) OR (start + end). The tool will calculate missing values. Requires task_id, start time, and either duration or end time. Supports description, billable flag, and tags.
clickup_attach_task_file
ChatGPTAttach file to task. Requires task_id. File sources: 1) base64 + filename, 2) URL (http/https).
clickup_create_document
ChatGPTCreate a document in a ClickUp space, folder, or list. Requires name, parent info, visibility and create_page flag.
clickup_create_document_page
ChatGPTCreate a new page in a ClickUp document.
clickup_create_folder
ChatGPTCreate folder in ClickUp space. Use space_id (preferred) or space_name + folder name. Supports override_statuses for folder-specific statuses. Use clickup_create_list_in_folder to add lists after creation.
clickup_create_list
ChatGPTCreate a list in a ClickUp space efficiently. The system automatically detects workspace ID and resolves space names. Use space_name (preferred for simplicity) or space_id + list name. Name is required. For lists in folders, use clickup_create_list_in_folder. Supports content, due_date, priority, assignee, and status. Note: No need to look up workspace hierarchy or space IDs first - the system handles space name resolution automatically.
clickup_create_list_in_folder
ChatGPTCreate a list in a ClickUp folder. Requires folder_id and list name. Supports content and status. If you need to get a folder ID from a folder name, use clickup_get_folder first.
clickup_create_task
ChatGPTCreate task in a ClickUp list. Requires task name and list_id. ALWAYS ask user which list to use - never guess. Use clickup_get_list to resolve list names to IDs. Supports assignees as array of user IDs, emails, usernames, or "me".
clickup_find_member_by_name
ChatGPTGet a member in the ClickUp workspace by name or email. Returns the member object if found, or null if not found.
clickup_get_chat_channels
ChatGPTGet chat channels in a workspace. Allows you to see available chat channels including their members, privacy settings, and creation details. Supports pagination using the cursor parameter.
clickup_get_current_time_entry
ChatGPTGet the currently running time entry, if any. No parameters needed.
clickup_get_document_pages
ChatGPTGet the content of specific pages from a document.
clickup_get_folder
ChatGPTGet details of a ClickUp folder by ID or name. Use this tool to lookup a folder ID from a folder name before calling other folder operations. Returns folder details including id, name, and space info. Accepts either folder_id or folder_name + space info.
clickup_get_list
ChatGPTGet details of a ClickUp list by ID or name. Use this tool to lookup a list ID from a list name before calling other list operations. Returns list details including id, name, content, and space info. Accepts either list_id or list_name.
clickup_get_task
ChatGPTGet task details by task_id (works with regular/custom IDs). Set subtasks=true to include all subtask details. Response Size Optimization: - Use detail_level='summary' for lightweight responses when full details aren't needed - Responses exceeding 50,000 tokens automatically switch to summary format to prevent client issues - Summary format includes essential fields: id, name, status, description (truncated), assignees, tags, due_date, url
clickup_get_task_time_entries
ChatGPTGet all time entries for a task with filtering options. Returns all tracked time with user info, descriptions, tags, start/end times, and durations.
clickup_get_workspace_hierarchy
ChatGPTGet workspace hierarchy (spaces, folders, lists) from your authenticated workspace with pagination support. Workspace ID is automatically detected from your session. Returns tree structure with names and IDs for navigation. Supports pagination for large workspaces and depth control to fetch only needed levels. Note: Use this ONLY when you need to see the workspace structure - most tools can resolve names automatically without this lookup.
clickup_get_workspace_members
ChatGPTGet all members (users) in the ClickUp workspace/team from your authenticated workspace. No parameters needed - workspace ID is automatically detected. Note: Most tools automatically resolve assignees by name or email without needing this lookup first. Use this ONLY when you need to see all available members.
clickup_list_document_pages
ChatGPTGet all pages in a document with optional depth control.
clickup_remove_tag_from_task
ChatGPTRemove tag from task. Only removes tag-task association, tag remains in space.
clickup_resolve_assignees
ChatGPTResolve an array of assignee names or emails to ClickUp user IDs. Returns an array of user IDs, or null for any that cannot be resolved. Note: Most task tools automatically resolve assignees - use this only when you need the user IDs separately.
clickup_search
ChatGPTUniversal search across your entire ClickUp workspace. This is a powerful global search tool that finds ANY type of content - tasks, documents, dashboards, attachments, whiteboards, chat messages, and forms. Use this tool when: - You need to find something but don't know exactly where it is or what type it is - You want to search across multiple asset types at once - You're looking for items by keyword, content, or partial name matches - You need to find all items assigned to specific users or created by certain people - You want to search within specific spaces, folders, or lists - You need to filter by creation date or due date ranges - You need results sorted by creation or update time This tool searches EVERYTHING - it looks inside task names, descriptions, document content, chat messages, file names, and more. Results include highlighted matches and full hierarchy (Space > Folder > List) for context. Supports advanced filtering by assignees, creators, status, location, asset types, and date ranges (creation date and due date). Date filters accept dates in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format, and use your user timezone. Returns paginated results with a cursor for fetching additional pages. The results are intelligently formatted for optimal readability, providing a concise overview and structured data for each result. Note: For specific operations on known items (like updating a task you already identified), use the dedicated tools instead.
clickup_send_chat_message
ChatGPTSend a message to a specific chat channel in the workspace. Messages can be either simple messages or posts with additional metadata.
clickup_start_time_tracking
ChatGPTStart time tracking on a task. Supports description, billable status, and tags. Only one timer can be running at a time. For best results, omit extra parameters unless specifically needed.
clickup_stop_time_tracking
ChatGPTStop the currently running time tracker. Supports description and tags. Returns the completed time entry details.
clickup_update_document_page
ChatGPTUpdate an existing page in a ClickUp document. Supports updating name, subtitle, and content with different edit modes (replace/append/prepend).
clickup_update_folder
ChatGPTUpdate a ClickUp folder. Requires folder_id + at least one update field (name/override_statuses). Only specified fields updated. Changes apply to all lists in folder. If you need to get a folder ID from a folder name, use clickup_get_folder first.
clickup_update_list
ChatGPTUpdate a ClickUp list. Requires list_id + at least one update field (name/content/status). Only specified fields updated. If you need to get a list ID from a list name, use clickup_get_list first.
clickup_update_task
ChatGPTUpdate task properties. Requires task_id and at least one update field. Custom fields supported as array of {id, value}. Supports assignees as array of user IDs, emails, usernames, or "me".
clickup_add_tag_to_task
Claudeclickup_add_time_entry
Claudeclickup_attach_task_file
Claudeclickup_create_bulk_tasks
Claudeclickup_create_document
Claudeclickup_create_document_page
Claudeclickup_create_folder
Claudeclickup_create_list
Claudeclickup_create_list_in_folder
Claudeclickup_create_task
Claudeclickup_find_member_by_name
Claudeclickup_get_chat_channels
Claudeclickup_get_current_time_entry
Claudeclickup_get_document_pages
Claudeclickup_get_folder
Claudeclickup_get_list
Claudeclickup_get_task
Claudeclickup_get_task_time_entries
Claudeclickup_get_workspace_hierarchy
Claudeclickup_get_workspace_members
Claudeclickup_get_workspace_tasks
Claudeclickup_list_document_pages
Claudeclickup_remove_tag_from_task
Claudeclickup_resolve_assignees
Claudeclickup_search
Claudeclickup_send_chat_message
Claudeclickup_start_time_tracking
Claudeclickup_stop_time_tracking
Claudeclickup_update_bulk_tasks
Claudeclickup_update_document_page
Claudeclickup_update_folder
Claudeclickup_update_list
Claudeclickup_update_task
ClaudecreateDocumentOrPage
ClaudecreateTask
ClaudecreateTimeEntry
ClaudegetListInfo
ClaudegetTaskById
ClaudegetTimeEntries
ClaudereadDocument
ClaudesearchSpaces
ClaudesearchTasks
ClaudeupdateDocumentPage
ClaudeupdateListInfo
ClaudeupdateTask
Claude