clickup_view_create
Create a new saved view (board, list, calendar, timeline, etc.) in ClickUp by specifying scope, name, and type. Returns the view object with its ID for further customization.
Instructions
Create a new saved view (board, list, calendar, timeline, etc.) attached to a space, folder, list, or the workspace. Creates an empty view with default filters — customise filters/grouping/sort later via the web UI. Returns the created view object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the view. | |
| scope | Yes | Where to attach the view: 'space', 'folder', 'list', or 'team' (workspace-level 'Everything' view). | |
| scope_id | Yes | ID of the scope object. For scope='space' use a space_id, for 'folder' a folder_id, for 'list' a list_id, for 'team' a workspace/team id (from clickup_workspace_list). | |
| type | Yes | View type: 'list', 'board', 'calendar', 'table', 'timeline', 'gantt', 'map', 'workload', 'activity', 'chat', 'mind_map', 'doc', or 'form'. |