Create an album
create_albumCreate a new empty album in Google Photos, ready to receive photos. Use it to organize uploads by passing the returned album ID when adding media.
Instructions
Create a new, empty album in the user's Google Photos. It is private, and it belongs to this app, which is what makes it editable later. Add items with add_to_album or by passing album_id when uploading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The album title as the user will see it. | |
| 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. |