clickup_create_list_view
Create a view scoped to a single List by specifying its id, view name, and type. Configure grouping, sorting, filters, and display settings for targeted task management.
Instructions
Create a task or page view scoped to a List.
When to Use:
Building a dashboard/board/calendar for one List specifically.
When NOT to Use:
A Folder-, Space-, or Workspace-wide view — use
clickup_create_folder_view/clickup_create_space_view/clickup_create_team_view.
Returns:
A confirmation string with the new view's id, name, and type, or an
Error ... string.
Examples: params = {"list_id": "901", "name": "Sprint Calendar", "type": "calendar"}
Error Handling: 404 means the List id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |