Create a folder
create_folderCreate a folder to group client intakes when none of your existing folders fits. Check list_folders first to avoid duplicate names, then create a unique folder.
Instructions
Create a new folder to group intakes, e.g. one per client.
Call list_folders first and reuse a matching folder — only create one when none of the existing folders fits. Fails with folder_exists if a folder with this name already exists; use list_folders to find it instead.
Returns the created folder { id, name, sort_order, intake_count, created_at }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Folder name, e.g. the client's or project's name. Must be unique in your account. |