get_export_preview
Preview PDF export contents by listing each asset's id, type, filename, date, place, people, and video duration for an album or selected assets. See export options before generating.
Instructions
List what export_pdf would include (id, type, filename, date, place, people, video duration) so you know which assets exist before looking at images and writing captions. Pass exactly one of album_id / asset_ids. Read-only.
The result also carries `options`: every choice export_pdf accepts, with its
default. When the user asked for a PDF without saying how they want it, show
them these choices and ask (layout, cover pages, which video moments, captions)
before exporting; when they did give specs, or just want "a PDF, defaults are
fine", export directly.
Args:
album_id: Album UUID, or
asset_ids: Explicit asset UUIDs (search results, a selection).
limit: Max assets (1-500, default 100).
Returns: JSON {title, count, assets:[...], warnings:[...]} or {"error": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| album_id | No | ||
| asset_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |