Google Apps10 toolsBrowser login (OAuth), no API keys
Google Photos integration for AI agents
Upload, search, and manage photos and albums in Google Photos
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Google Photos once and call the same tools from all of them.
Setup
Connect googlephotos through ClawLink's hosted setup.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Google Photos exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
googlephotos_add_enrichment | Adds an enrichment at a specified position in a defined album. | Write |
googlephotos_batch_add_media_items | Adds one or more media items to an album in Google Photos. | Read |
googlephotos_batch_get_media_items | Returns the list of media items for the specified media item identifiers. | Read |
googlephotos_get_album | Returns the album based on the specified albumId. | Read |
googlephotos_get_media_item_download | Downloads a media item from Google Photos and returns it as a file. | Read |
googlephotos_list_albums | Lists all albums shown to a user in the Albums tab of Google Photos. | Read |
googlephotos_list_media_items | Lists media items created by this application from Google Photos. | Read |
googlephotos_search_media_items | Searches for media items in a user's Google Photos library. | Read |
googlephotos_update_album | Updates an album's title or cover photo in Google Photos. | Write |
googlephotos_update_media_item | Updates a media item's description in Google Photos. | Write |