clickup_create_space_view
Create a task or page view scoped to a specific Space, such as a board or calendar, using its space ID, name, and type.
Instructions
Create a task or page view scoped to a Space.
When to Use:
Building a dashboard/board/calendar for one Space specifically.
When NOT to Use:
A Workspace-wide view — use
clickup_create_team_view.A Folder- or List-scoped view — use
clickup_create_folder_view/clickup_create_list_view.
Returns:
A confirmation string with the new view's id, name, and type, or an
Error ... string.
Examples: params = {"space_id": "456", "name": "Sprint Board", "type": "board"}
Error Handling: 404 means the Space id is wrong; 403 can mean the token lacks access to this Space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |