List your communities
vk_groups_getList the communities a VK user belongs to using a user token. Specify the user ID or use the token owner, filter by type, and limit the number of results.
Instructions
List the communities the token owner belongs to. Needs a user token — a community or service token cannot answer this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of communities | |
| fields | No | Community fields | |
| filter | No | Filter by type | |
| user_id | No | User ID. Defaults to the token owner. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | Communities the user belongs to | |
| pagination | No | Where this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch. |