Add a caption, location or map to an album
add_album_enrichmentInsert captions, named locations, or maps between photos in an album, turning a photo grid into a narrated story. Place at the end or after any specific photo.
Instructions
Insert an enrichment into an album: a text caption, a named location, or a map between two places. Enrichments sit between photos and are how an album reads as a story rather than a grid.
Position defaults to the end of the album.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | For type 'text': the caption. | |
| type | Yes | What to add. | |
| account | No | Which connected Google account to act as, by the name it was configured under (or its email). Defaults to the first one. Call list_accounts to see them. | |
| album_id | Yes | The album to enrich. | |
| latitude | No | For type 'location': latitude. | |
| longitude | No | For type 'location': longitude. | |
| origin_name | No | For type 'map': the starting place name. | |
| location_name | No | For type 'location': the place name to show. | |
| origin_latitude | No | For type 'map': starting latitude. | |
| destination_name | No | For type 'map': the ending place name. | |
| origin_longitude | No | For type 'map': starting longitude. | |
| after_media_item_id | No | Place the enrichment after this item. Omit to put it at the end of the album. | |
| destination_latitude | No | For type 'map': ending latitude. | |
| destination_longitude | No | For type 'map': ending longitude. |