get_task
Get Task
Retrieve a single ClickUp task by its ID, including all details such as status, assignees, custom fields, description, dates, tags, and subtasks.
get_task
Retrieve a single ClickUp task by its ID, including all details such as status, assignees, custom fields, description, dates, tags, and subtasks.
create_folder
Create a new folder in a ClickUp space.
get_spaces
Retrieve all spaces in the configured ClickUp workspace, including their names, IDs, and statuses.
create_space
Create a new space in the configured ClickUp workspace.
delete_list
Permanently delete a ClickUp list and all its tasks. This action cannot be undone.
update_task
Update an existing ClickUp task. Modify its name, description, status, priority, assignees, dates, time estimate, and more. Also supports adding/removing tags and setting custom field values in a single call.
delete_space
Permanently delete a ClickUp space and all its contents. This action cannot be undone.
create_space_tag
Create a new tag in a ClickUp space. Tags can then be applied to tasks.
delete_goal
Permanently delete a ClickUp goal. This action cannot be undone.
delete_task
Permanently delete a ClickUp task by its ID. This action cannot be undone.
delete_folder
Permanently delete a ClickUp folder and all its lists. This action cannot be undone.
get_workspace_members
Retrieve all members of the configured ClickUp workspace. Returns user IDs, names, emails, and roles.
update_list
Update an existing ClickUp list's name, content, due date, or priority.
get_lists
Retrieve ClickUp lists from a folder or space. When a **folderId** is provided, returns lists in that folder. When a **spaceId** is provided, returns folderless lists in the space.
get_workspaces
Retrieve all ClickUp workspaces (teams) accessible to the authenticated user. Useful for discovering workspace IDs and understanding account structure.
get_time_entries
Retrieve time tracking entries from the workspace. Filter by date range, assignee, or specific task/list/space. Requires the Time Tracking ClickApp to be enabled.
search_tasks
Search and filter tasks across the entire ClickUp workspace. Filter by status, assignee, tags, due dates, creation dates, and more. Returns paginated results. Use the **listId** parameter to scope to a specific list, or omit it to search across the workspace.
get_task_comments
Retrieve all comments on a ClickUp task. Returns the comment text, author, date, and resolution status.
start_timer
Start a running timer in ClickUp. Optionally associate it with a task.
get_custom_fields
Retrieve all custom fields accessible on a ClickUp list. Returns field definitions including their IDs, names, types, and options.
create_goal
Create a new goal (objective) in the ClickUp workspace. Goals track progress through key results.
create_list
Create a new ClickUp list inside a folder or directly in a space (folderless). Provide either a **folderId** or a **spaceId**.
set_custom_field_value
Set or update a custom field value on a ClickUp task. The value format depends on the field type (text, number, dropdown, checkbox, date, etc.).
stop_timer
Stop the currently running timer in the workspace.
create_task_comment
Add a comment to a ClickUp task. Supports plain text comments. Optionally assign the comment to a user.
create_time_entry
Log a completed time entry in ClickUp. Specify the start time and duration. Optionally associate it with a task.
get_space_tags
Retrieve all tags defined in a ClickUp space.
update_space
Update an existing ClickUp space's name, color, privacy, or assignee settings.
update_folder
Update the name of a ClickUp folder.
update_goal
Update an existing ClickUp goal's name, description, due date, color, or owners.
get_goals
Retrieve all goals from the workspace. Optionally include completed goals.
create_task
Create a new task in a ClickUp list. Supports setting the name, description, status, priority, assignees, dates, time estimates, tags, custom fields, and parent task (for subtasks).
get_folders
Retrieve all folders in a ClickUp space.
create_checklist_item
Create an item inside a ClickUp task checklist.
update_time_entry
Update a ClickUp time entry's task, description, start/end time, duration, assignee, tags, or billable flag.
get_running_timer
Retrieve the currently running ClickUp timer for the authenticated user or a specified assignee.
update_checklist_item
Update a ClickUp checklist item name, assignee, resolved state, or parent item.
create_checklist
Create a checklist on a ClickUp task.
update_task_comment
Update a ClickUp task comment's text, optional assignee, or resolved state.
delete_task_comment
Delete a ClickUp task comment by its comment ID.
update_space_tag
Rename or recolor an existing ClickUp task tag in a Space.
delete_checklist_item
Delete an item from a ClickUp task checklist.
remove_custom_field_value
Remove a ClickUp custom field value from a task without deleting the field definition.
delete_time_entry
Delete a ClickUp time entry from the configured workspace.
update_checklist
Rename a ClickUp task checklist or change its position on the task.
delete_space_tag
Delete a ClickUp task tag from a Space. This removes the tag definition from the Space.
delete_checklist
Delete a checklist from a ClickUp task.
Create, update, delete, and search tasks across a hierarchical workspace structure of Spaces, Folders, and Lists. Manage task details including assignees, statuses, priorities, due dates, tags, dependencies, and custom fields. Track time on tasks with timers and time entries. Add comments and attachments to tasks. Create and manage Docs, Views (List, Board, Calendar, Gantt), Goals, and Targets for progress tracking. Organize workspaces by creating and managing Spaces, Folders, and Lists. Retrieve workspace members and team information. Subscribe to webhooks for real-time notifications on task, list, folder, space, and goal events.
Common questions about connecting Clickup to AI agents with Metorial.