Get one media item
get_media_itemFetch a media item's dimensions, creation time, and description by ID. Limited to app-uploaded media; use the picker for other library items.
Instructions
Fetch a single media item by id, with its dimensions, creation time and description. Only media uploaded by this app is returned. To reach anything else in the user's library, use start_pick_session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| media_item_id | Yes | The media item id. |