vk_photos_search
Search photos on VK by query, location, time range, and sort order. Specify count and radius to refine results.
Instructions
Returns a list of photos. VK API method: photos.search. Tool name: vk_photos_search. Section: photos. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query string. | |
| lat | No | Geographical latitude, in degrees (from '-90' to '90'). | |
| long | No | Geographical longitude, in degrees (from '-180' to '180'). | |
| start_time | No | ||
| end_time | No | ||
| sort | No | Sort order: | |
| offset | No | Offset needed to return a specific subset of photos. | |
| count | No | Number of photos to return. | |
| radius | No | Radius of search in meters (works very approximately). Available values: '10', '100', '800', '6000', '50000'. |