---
title: "Create Folder View"
description: "Create a new saved view for a folder with a custom set of display columns."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Folder View

Use the Speak AI MCP server tool `create_folder_view` to create a new saved view for
a folder with a custom set of display columns.

## What does it do?

Create a new saved view for a folder with a custom set of display columns.

## Parameters

`create_folder_view` takes 4 parameters, 3 of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `folderId` | string | Yes | Unique identifier of the folder |
| `name` | string | Yes | Display name for the view |
| `isDefault` | boolean | No | Whether this view is the folder's default view |
| `columns` | array | Yes | Ordered list of columns shown in the view |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `create_folder_view`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Folders & views](/mcp/tools/folders-views/) lists the rest of the Folders & views
  category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/folders-views/create_folder_view/index.mdx
