feat: add vk_users_search tool#5
Merged
Merged
Conversation
Search VK users by name with filters: city, country, sex, age range. Includes null/undefined params fix to prevent API serialization errors. Tested: returns 897 983 results for "Иван Иванов" with photo_200, online fields. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
bulatko
added a commit
that referenced
this pull request
Jul 25, 2026
- unskipped the omitted-argument test now that #4 is merged; it guards the regression where undefined reached VK as the literal string - handler defaults now use ?? instead of ||, so an explicit 0 (count, offset, intervals_count) is no longer replaced by the default; test unskipped - protocol and request tests extended to the 19-tool surface - new test walks tools/list and calls each tool, catching any tool that is advertised but missing from the handler switch Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vk_users_searchtool — search VK users by name and optional filters (city, country, sex, age range)API
users.search— https://dev.vk.com/ru/method/users.searchTest plan
"Иван Иванов"returns 897 983 results withphoto_200,onlinefields🤖 Generated with Claude Code