List Gamma Themes
gamma_list_themesList available visual themes for Gamma content. Themes include colors, fonts, and layouts; use returned IDs in content generation.
Instructions
List available visual themes for Gamma content.
Themes control the visual styling of generated content including colors, fonts, and layouts. Use the returned theme IDs with gamma_generate's themeId parameter.
PARAMETERS:
limit: Max themes to return (1-100, default 20)
offset: Skip this many themes for pagination
RETURNS:
items: Array of themes with id, name, description
total: Total number of themes available
hasMore: Whether more themes are available
nextOffset: Offset for next page
EXAMPLE: { limit: 10, response_format: "markdown" }
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 |