clickup_create_folder_view
Create a task or page view (board, calendar, table, etc.) scoped to a specific Folder in ClickUp. Ideal for building a dedicated dashboard for one folder.
Instructions
Create a task or page view scoped to a Folder.
When to Use:
Building a dashboard/board/calendar for one Folder specifically.
When NOT to Use:
A Space- or Workspace-wide view — use
clickup_create_space_view/clickup_create_team_view.A List-scoped view — use
clickup_create_list_view.
Returns:
A confirmation string with the new view's id, name, and type, or an
Error ... string.
Examples: params = {"folder_id": "789", "name": "Backlog Table", "type": "table"}
Error Handling: 404 means the Folder id is wrong.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |