Skip to main content
Glama
ssm82

Full VK MCP

vk_groups_is_member

Check if a user is a member of a VK community using group ID or screen name. Supports single or multiple user IDs and extended responses.

Instructions

Returns information specifying whether a user is a member of a community. VK API method: groups.isMember. Tool name: vk_groups_is_member. Section: groups. Access level: read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYesID or screen name of the community.
user_idNoUser ID.
user_idsNoUser IDs.
extendedNo'1' - to return an extended response with additional fields. By default: '0'.
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral burden. It only states 'returns information specifying whether a user is a member' and mentions read access level. Lacks details on handling of multiple user_ids, response format, rate limits, or what extended adds.

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

Conciseness3/5

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

Description is short but includes redundant information (repeats tool name and VK API method). It is front-loaded with the main purpose, but some redundancy reduces conciseness.

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?

The description is adequate for a simple membership check tool, but it omits details on response format (e.g., returns boolean or array) and how the extended parameter affects output. No output schema, so description should clarify.

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 100% with each parameter having a description. The tool description adds no additional meaning beyond the schema, so baseline 3 is appropriate.

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 that it returns whether a user is a member of a community, which is specific and matches the tool name. It does not explicitly differentiate from similar siblings like vk_groups_get_members, but the purpose is unambiguous.

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_groups_get_members for listing members). No when-not or exclusions provided. The 'access level: read' hint is present but insufficient.

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