List Gamma Folders
gamma_list_foldersList your Gamma folders to organize content. Use folder IDs with gamma_generate to save presentations, documents, and more to specific folders.
Instructions
List your Gamma folders for organizing content.
Folders help organize generated content. Use the returned folder IDs with gamma_generate's folderId parameter to save content to specific folders.
PARAMETERS:
limit: Max folders to return (1-100, default 20)
offset: Skip this many folders for pagination
RETURNS:
items: Array of folders with id, name, itemCount
total: Total number of folders
hasMore: Whether more folders are available
nextOffset: Offset for next page
EXAMPLE: { limit: 20, response_format: "json" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum items to return (1-100, default 20) | |
| offset | No | Number of items to skip for pagination | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |