Skip to main content
Glama
ssm82

Full VK MCP

vk_friends_get

Return a list of a VK user's friends, optionally including detailed profile information such as name, photo, and city, with sorting and filtering options.

Instructions

Returns a list of user IDs or detailed information about a user's friends. VK API method: friends.get. Tool name: vk_friends_get. Section: friends. Access level: read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoUser ID. By default, the current user ID.
orderNoSort order: , 'name' - by name (enabled only if the 'fields' parameter is used), 'hints' - by rating, similar to how friends are sorted in My friends section, , This parameter is available only for [vk.com/dev/standalone|desktop applications].
list_idNoID of the friend list returned by the [vk.com/dev/friends.getLists|friends.getLists] method to be used as the source. This parameter is taken into account only when the uid parameter is set to the current user ID. This parameter is available only for [vk.com/dev/standalone|desktop applications].
countNoNumber of friends to return.
offsetNoOffset needed to return a specific subset of friends.
fieldsNoProfile fields to return. Sample values: 'uid', 'first_name', 'last_name', 'nickname', 'sex', 'bdate' (birthdate), 'city', 'country', 'timezone', 'photo', 'photo_medium', 'photo_big', 'domain', 'has_mobile', 'rate', 'contacts', 'education'.
refNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

States 'access level: read', implying read-only behavior. However, with no annotations, it misses important details like pagination, default count (5000), and nuance between ID-only vs. detailed results based on the 'fields' parameter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Brief and mostly to the point, but includes redundant info like 'VK API method: friends.get' and 'Tool name: vk_friends_get' that could be omitted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple tool, but lacks explanation of parameter relationships (e.g., 'fields' toggles between ID-only and details) and pagination behavior. No output schema adds to incompleteness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 86%, so most parameters are described. The description adds little beyond schema, mentioning 'user IDs or detailed information' which relates to 'fields' but doesn't provide new semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a list of user IDs or detailed information about friends, and mentions the VK API method. However, it does not differentiate from sibling tools like vk_friends_get_online or vk_friends_get_mutual, leaving some ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives (e.g., vk_friends_search, vk_friends_get_online). The description lacks explicit when-to-use/when-not-to-use instructions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssm82/full-vk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server