vk_wall_get_reposts
Retrieve reposts of a VK wall post using owner and post IDs. Supports offset and count for paginated results.
Instructions
Returns information about reposts of a post on user wall or community wall. VK API method: wall.getReposts. Tool name: vk_wall_get_reposts. Section: wall. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | User ID or community ID. By default, current user ID. Use a negative value to designate a community ID. | |
| post_id | No | Post ID. | |
| offset | No | Offset needed to return a specific subset of reposts. | |
| count | No | Number of reposts to return. |