List folders
list_foldersList existing folders to reuse for client intakes, preventing duplicate folder creation. Returns folder IDs, names, and intake counts for grouping intakes by client or project.
Instructions
List the folders in your account, used to group intakes by client or project.
Call this before create_folder or before setting folder_id on define_intake, update_intake, or list_intakes — reuse an existing folder for a returning client instead of creating a duplicate.
Returns { folders: [{ id, name, sort_order, intake_count, created_at }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||