---
title: "Folders & views tools in the Speak AI MCP server reference"
description: "Create folders, save filtered views, bulk move files, share read-only collections. All 11 Folders & views tools, with parameters and behaviour hints."
---

> 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.

# Folders & views tools in the Speak AI MCP server reference

The Folders & views category groups 11 of the Speak AI MCP server's tools. Create
folders, save filtered views, bulk move files, share read-only collections.

## Which Folders & views tools does the Speak AI MCP server have?

The Speak AI MCP server has 11 Folders & views tools. Each one has its own page with
a plain-language summary, its parameters, and its behaviour hints.

- [`list_folders`](/mcp/tools/folders-views/list_folders/): List all folders in the
  workspace with pagination and sorting.
- [`get_folder_info`](/mcp/tools/folders-views/get_folder_info/): Get detailed
  information about a specific folder including its contents.
- [`create_folder`](/mcp/tools/folders-views/create_folder/): Create a new folder in
  the workspace.
- [`clone_folder`](/mcp/tools/folders-views/clone_folder/): Duplicate an existing
  folder and all of its contents.
- [`update_folder`](/mcp/tools/folders-views/update_folder/): Update a folder.
- [`delete_folder`](/mcp/tools/folders-views/delete_folder/): Permanently delete a
  folder.
- [`get_all_folder_views`](/mcp/tools/folders-views/get_all_folder_views/): Retrieve
  all saved views across all folders.
- [`get_folder_views`](/mcp/tools/folders-views/get_folder_views/): Retrieve all
  saved views for a specific folder.
- [`create_folder_view`](/mcp/tools/folders-views/create_folder_view/): Create a new
  saved view for a folder with a custom set of display columns.
- [`update_folder_view`](/mcp/tools/folders-views/update_folder_view/): Update an
  existing saved view.
- [`clone_folder_view`](/mcp/tools/folders-views/clone_folder_view/): Duplicate an
  existing folder view into a target folder.

## Related

- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool across every
  category.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

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