Skip to main content
Glama
ssm82

Full VK MCP

by ssm82

vk_groups_search

Search VK communities by query string, filter by type, location, market, and sort order to find relevant groups, pages, or events.

Instructions

Returns a list of communities matching the search criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch query string.
typeNoCommunity type. Possible values: 'group, page, event.'
country_idNoCountry ID.
city_idNoCity ID. If this parameter is transmitted, country_id is ignored.
futureNo'1' - to return only upcoming events. Works with the 'type' = 'event' only.
marketNo'1' - to return communities with enabled market only.
sortNoSort order. Possible values: *'0' - default sorting (similar the full version of the site),, *'1' - by growth speed,, *'2'- by the "day attendance/members number" ratio,, *'3' - by the "Likes number/members number" ratio,, *'4' - by the "comments number/members number" ratio,, *'5' - by the "boards entries number/members number" ratio.
offsetNoOffset needed to return a specific subset of results.
countNoNumber of communities to return. "Note that you can not receive more than first thousand of results, regardless of 'count' and 'offset' values."
Behavior2/5

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

Lacks annotations and does not disclose important behavior like the 1000 result limit (noted in the schema but not description). No mention of read-only nature, rate limits, or authentication needs. The description is minimal.

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?

Single sentence, very concise, but lacks important details (e.g., result limit). It is appropriately sized but could be improved without adding length.

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

Completeness2/5

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

Given 9 parameters, no output schema, and no annotations, the description is too brief. It does not explain return format, pagination, or the sorting/flags available. The schema carries the bulk of information.

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%, so the schema already describes all parameters. The description adds no additional context beyond what the schema provides, so baseline 3 applies.

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 it returns a list of communities matching search criteria. It distinguishes the tool from siblings like vk_groups_get by focusing on search. However, it could more explicitly differentiate from other search tools (e.g., vk_users_search).

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 like vk_groups_get_by_id or vk_groups_get. No scenarios or exclusions mentioned.

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