create_folder
Create a folder in a workspace for organizing voice memos or prerecorded content, with optional nesting under a parent folder.
Instructions
Create a folder in a workspace, optionally nested under another.
USE WHEN: Organising memos. name, type and workspace_id are all required; add parent_folder_id to nest.
USE INSTEAD: move_folder to relocate a folder that already exists.
FIRST: workspace_id comes from get_workspaces_basic_info (field id) — call it first if you don't have one.
EXAMPLE: {"name":"Q4 planning","type":"voicememo","workspace_id":"ws-abc"}
RETURNS: The created folder, same shape as get_folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the Folder | |
| type | Yes | Folder type | |
| workspace_id | Yes | Workspace ID | |
| parent_folder_id | No | Parent Folder ID |