photographi_get_folder_palettes
Extract color palettes from multiple images in a folder. Supports pagination with limit and offset. Returns a map of filenames to palettes for building color-based galleries or moodboards.
Instructions
Extracts color palettes from multiple images in a folder. Processes 20 images per call by default. Use 'limit' and 'offset' for pagination. Returns a map of filename → color palette. Useful for building color-based galleries or moodboards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute path to folder. | |
| colors | No | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||