vk_friends_get_requests
Get a list of incoming or outgoing friend requests from VK. Optionally include mutual friends, sort by date or mutual friends, and paginate results.
Instructions
Returns information about the current user's incoming and outgoing friend requests. VK API method: friends.getRequests. Tool name: vk_friends_get_requests. Section: friends. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Offset needed to return a specific subset of friend requests. | |
| count | No | Number of friend requests to return (default 100, maximum 1000). | |
| extended | No | '1' - to return response messages from users who have sent a friend request or, if 'suggested' is set to '1', to return a list of suggested friends | |
| need_mutual | No | '1' - to return a list of mutual friends (up to 20), if any | |
| out | No | '1' - to return outgoing requests, '0' - to return incoming requests (default) | |
| sort | No | Sort order: '1' - by number of mutual friends, '0' - by date | |
| need_viewed | No | ||
| suggested | No | '1' - to return a list of suggested friends, '0' - to return friend requests (default) | |
| ref | No | ||
| fields | No |