clickup_create_team_view
Create a Workspace-level view containing tasks from every Space, useful for cross-Space dashboards and applying custom fields to all tasks.
Instructions
Create a task or page view at the Everything Level of a Workspace.
Everything-Level views can surface tasks from every Space in the Workspace, which makes this the level to use for cross-Space dashboards.
When to Use:
Building a Workspace-wide view (e.g. a Board across every Space).
The view needs Custom Field columns that should apply to every task in the Workspace — see the
columnsfield note.
When NOT to Use:
The view only needs tasks from one Space/Folder/List — use
clickup_create_space_view/clickup_create_folder_view/clickup_create_list_view, which scope the view naturally.
Returns:
A confirmation string with the new view's id, name, and type, or an
Error ... string.
Examples: params = { "team_id": "123", "name": "Everything Board", "type": "board", "grouping": {"field": "status"}, }
Error Handling: 404 means the Workspace (team) id is wrong; 403 can mean the token lacks access to this Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |