vk_photos_get_albums
Retrieve a list of photo albums from a VK user or community. Supports pagination, system albums, and cover details.
Instructions
Returns a list of a user's or community's photo albums. VK API method: photos.getAlbums. Tool name: vk_photos_get_albums. Section: photos. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | ID of the user or community that owns the albums. | |
| album_ids | No | Album IDs. | |
| offset | No | Offset needed to return a specific subset of albums. | |
| count | No | Number of albums to return. | |
| need_system | No | '1' - to return system albums with negative IDs | |
| need_covers | No | '1' - to return an additional 'thumb_src' field, '0' - (default) | |
| photo_sizes | No | '1' - to return photo sizes in a |