Skip to content

feat: add vk_groups_search and vk_groups_get_members tools#6

Open
sergiygoncharov wants to merge 1 commit into
bulatko:masterfrom
sergiygoncharov:feat/groups-search-members
Open

feat: add vk_groups_search and vk_groups_get_members tools#6
sergiygoncharov wants to merge 1 commit into
bulatko:masterfrom
sergiygoncharov:feat/groups-search-members

Conversation

@sergiygoncharov

Copy link
Copy Markdown

Summary

  • Adds vk_groups_search — search VK communities by name with filters: type (group/page/event), country, city, sort order
  • Adds vk_groups_get_members — get community subscribers with profile fields, role filter (managers/editors/etc.), and sort order
  • Includes null/undefined params fix (see Fix: filter null and undefined params from VK API calls #4)

API

Test plan

  • vk_groups_search: query "программирование" returns 15 304 communities, type filter group works correctly
  • vk_groups_get_members: group 27758718 returns 11 000 members with online, sex fields

🤖 Generated with Claude Code

- vk_groups_search: search communities by name with filters (type, country, city, sort)
- vk_groups_get_members: get subscribers list with profile fields and role filters
Includes null/undefined params fix (see bulatko#4).

Tested: vk_groups_search returns 15 304 communities for "программирование";
vk_groups_get_members returns 11 000 members of group 27758718.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant