Task and productivity management with ClickUp integration for CrewAI.
CLICKUP_SEARCH_TASKS
taskFilterFormula
(object, optional): A filter in disjunctive normal form - OR of AND groups of single conditions.
space_ids%5B%5D
, project_ids%5B%5D
, list_ids%5B%5D
, statuses%5B%5D
, include_closed
, assignees%5B%5D
, tags%5B%5D
, due_date_gt
, due_date_lt
, date_created_gt
, date_created_lt
, date_updated_gt
, date_updated_lt
CLICKUP_GET_TASK_IN_LIST
listId
(string, required): List - Select a List to get tasks from. Use Connect Portal User Settings to allow users to select a ClickUp List.taskFilterFormula
(string, optional): Search for tasks that match specified filters. For example: name=task1.CLICKUP_CREATE_TASK
listId
(string, required): List - Select a List to create this task in. Use Connect Portal User Settings to allow users to select a ClickUp List.name
(string, required): Name - The task name.description
(string, optional): Description - Task description.status
(string, optional): Status - Select a Status for this task. Use Connect Portal User Settings to allow users to select a ClickUp Status.assignees
(string, optional): Assignees - Select a Member (or an array of member IDs) to be assigned to this task. Use Connect Portal User Settings to allow users to select a ClickUp Member.dueDate
(string, optional): Due Date - Specify a date for this task to be due on.additionalFields
(string, optional): Additional Fields - Specify additional fields to include on this task as JSON.CLICKUP_UPDATE_TASK
taskId
(string, required): Task ID - The ID of the task to update.listId
(string, required): List - Select a List to create this task in. Use Connect Portal User Settings to allow users to select a ClickUp List.name
(string, optional): Name - The task name.description
(string, optional): Description - Task description.status
(string, optional): Status - Select a Status for this task. Use Connect Portal User Settings to allow users to select a ClickUp Status.assignees
(string, optional): Assignees - Select a Member (or an array of member IDs) to be assigned to this task. Use Connect Portal User Settings to allow users to select a ClickUp Member.dueDate
(string, optional): Due Date - Specify a date for this task to be due on.additionalFields
(string, optional): Additional Fields - Specify additional fields to include on this task as JSON.CLICKUP_DELETE_TASK
taskId
(string, required): Task ID - The ID of the task to delete.CLICKUP_GET_LIST
spaceId
(string, required): Space ID - The ID of the space containing the lists.CLICKUP_GET_CUSTOM_FIELDS_IN_LIST
listId
(string, required): List ID - The ID of the list to get custom fields from.CLICKUP_GET_ALL_FIELDS_IN_LIST
listId
(string, required): List ID - The ID of the list to get all fields from.CLICKUP_GET_SPACE
spaceId
(string, optional): Space ID - The ID of the space to retrieve.CLICKUP_GET_FOLDERS
spaceId
(string, required): Space ID - The ID of the space containing the folders.CLICKUP_GET_MEMBER