Google Super
GOOGLESUPER_LIST_MEDIA_ITEMS
Lists all media items from a user's Google Photos library.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_MEDIA_ITEMS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"pageSize": {
"type": "integer",
"title": "Page Size",
"default": 25,
"maximum": 100,
"description": "Maximum number of items to return. Default 25, maximum 100.",
"exclusiveMinimum": 0
},
"pageToken": {
"type": "string",
"title": "Page Token",
"description": "Token for getting the next page of results"
}
}
}