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 lists the rest of the Folders & views category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.