Google Super
GOOGLESUPER_BATCH_GET_MEDIA_ITEMS
Returns the list of media items for the specified media item identifiers.
Remote googlesuper
Other tools also called GOOGLESUPER_BATCH_GET_MEDIA_ITEMS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"mediaItemIds": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Media Item Ids",
"maxItems": 50,
"description": "Identifiers of the media items to be requested. Must not contain duplicates."
}
}
}