vk_photos_get_user_photos
Retrieve photos in which a user is tagged. Filter by count, offset, sort order, and include likes information.
Instructions
Returns a list of photos in which a user is tagged. VK API method: photos.getUserPhotos. Tool name: vk_photos_get_user_photos. Section: photos. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID. | |
| offset | No | Offset needed to return a specific subset of photos. By default, '0'. | |
| count | No | Number of photos to return. Maximum value is 1000. | |
| extended | No | '1' - to return an additional 'likes' field, '0' - (default) | |
| sort | No | Sort order: '1' - by date the tag was added in ascending order, '0' - by date the tag was added in descending order |