Google Super
GOOGLESUPER_CREATE_ALBUM
Creates a new album in Google Photos.
Remote googlesuper
Other tools also called GOOGLESUPER_CREATE_ALBUM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "Identifier for the album"
},
"title": {
"type": "string",
"title": "Title",
"maxLength": 500,
"description": "Name of the album to be created in Google Photos. Maximum 500 characters."
},
"productUrl": {
"type": "string",
"title": "Product Url",
"description": "Google Photos URL for the album"
},
"isWriteable": {
"type": "boolean",
"title": "Is Writeable",
"description": "Whether media items can be created in this album"
},
"mediaItemsCount": {
"type": "string",
"title": "Media Items Count",
"description": "Number of media items in the album"
},
"coverPhotoBaseUrl": {
"type": "string",
"title": "Cover Photo Base Url",
"description": "URL to the cover photo"
},
"coverPhotoMediaItemId": {
"type": "string",
"title": "Cover Photo Media Item Id",
"description": "ID of the cover photo media item"
}
}
}