list_file_folders
Retrieve all folders from the Mailchimp File Manager to find folder IDs for organizing file uploads. Supports pagination and multiple accounts.
Instructions
List folders in the account's File Manager.
Use to discover folder_id values for organizing or targeting uploads via upload_file. Use list_files to see the files themselves.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Folders to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and folders array. Each folder: id (use as folder_id), name, file_count, created_at, created_by.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |