Google Super

GOOGLESUPER_LIST_ALBUMS

Lists all albums shown to a user in the Albums tab of Google Photos.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_ALBUMS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "pageSize": {
      "type": "integer",
      "title": "Page Size",
      "default": 20,
      "maximum": 50,
      "description": "Maximum number of albums to return. Default 20, maximum 50.",
      "exclusiveMinimum": 0
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "description": "Continuation token for getting the next page of results"
    },
    "excludeNonAppCreatedData": {
      "type": "boolean",
      "title": "Exclude Non App Created Data",
      "description": "If true, excludes media items not created by this app"
    }
  }
}