ClickUp MCP Server
by v4lheru
Verified
get_tasks
Retrieve tasks from a ClickUp list with optional filtering capabilities. Use this tool when you need to see existing tasks or analyze your current workload. Before calling, check if you already have the necessary list ID from previous responses in the conversation, as this avoids redundant lookups. Results can be filtered by status, assignees, dates, and more.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived | No | Set to true to include archived tasks in the results | |
assignees | No | Array of user IDs to filter tasks by assignee | |
custom_fields | No | Object with custom field IDs as keys and desired values for filtering | |
date_created_gt | No | Filter tasks created after this timestamp (Unix milliseconds) | |
date_created_lt | No | Filter tasks created before this timestamp (Unix milliseconds) | |
date_updated_gt | No | Filter tasks updated after this timestamp (Unix milliseconds) | |
date_updated_lt | No | Filter tasks updated before this timestamp (Unix milliseconds) | |
due_date_gt | No | Filter tasks due after this timestamp (Unix milliseconds) | |
due_date_lt | No | Filter tasks due before this timestamp (Unix milliseconds) | |
include_closed | No | Set to true to include tasks with 'Closed' status | |
listId | No | ID of the list to get tasks from (optional if using listName instead). If you have this ID from a previous response, use it directly rather than looking up by name. | |
listName | No | Name of the list to get tasks from - will automatically find the list by name (optional if using listId instead). Only use this if you don't already have the list ID from previous responses. | |
order_by | No | Field to order tasks by (e.g., 'due_date', 'created', 'updated') | |
page | No | Page number for pagination when dealing with many tasks (starts at 0) | |
reverse | No | Set to true to reverse the sort order (descending instead of ascending) | |
statuses | No | Array of status names to filter tasks by (e.g., ['To Do', 'In Progress']) | |
subtasks | No | Set to true to include subtasks in the results |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- add_tag_to_task
- add_task_dependency
- add_task_link
- create_bulk_tasks
- create_chat_view_comment
- create_checklist
- create_checklist_item
- create_folder
- create_list
- create_list_comment
- create_list_in_folder
- create_task
- create_task_comment
- create_threaded_comment
- delete_checklist
- delete_checklist_item
- delete_comment
- delete_folder
- delete_list
- delete_task
- delete_task_dependency
- delete_task_link
- duplicate_task
- edit_checklist
- edit_checklist_item
- get_chat_view_comments
- get_folder
- get_list
- get_list_comments
- get_task
- get_task_comments
- get_tasks
- get_threaded_comments
- get_workspace_hierarchy
- move_task
- remove_tag_from_task
- update_comment
- update_folder
- update_list
- update_task