keynote_create
Generate a Keynote presentation from slide titles and bullet points, open it on screen, and optionally save it as a .key file with a custom layout.
Instructions
Generate a Keynote presentation and open it on screen.
Args:
slides: list of {"title": "...", "bullets": ["...", "..."]}. Bullets
are optional: without them the slide is title-only.
layout: localized layout name (see keynote_layouts). If empty, the
first one offering a bullet list is used.
save_in: path to a .key file to save to. If empty it is only opened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layout | No | ||
| slides | Yes | ||
| save_in | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |