vk_friends_are_friends
Check if the current VK user is friends with specified user IDs. Optionally return sign field or extended read state.
Instructions
Checks the current user's friendship status with other specified users. VK API method: friends.areFriends. Tool name: vk_friends_are_friends. Section: friends. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_ids | Yes | IDs of the users whose friendship status to check. | |
| need_sign | No | '1' - to return 'sign' field. 'sign' is md5("{id}_{user_id}_{friends_status}_{application_secret}"), where id is current user ID. This field allows to check that data has not been modified by the client. By default: '0'. | |
| extended | No | Return friend request read_state field |