Skip to main content
Glama
ssm82

Full VK MCP

by ssm82

vk_photos_get

Retrieve photos from a VK user or community. Supports filtering by album, photo IDs, sorting, and returning extended fields like likes, comments, and tags.

Instructions

Returns a list of a user's or community's photos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
owner_idNoID of the user or community that owns the photos. Use a negative value to designate a community ID.
album_idNoPhoto album ID. To return information about photos from service albums, use the following string values: 'profile, wall, saved'.
photo_idsNoPhoto IDs.
revNoSort order: '1' - reverse chronological, '0' - chronological
extendedNo'1' - to return additional 'likes', 'comments', and 'tags' fields, '0' - (default)
feed_typeNoType of feed obtained in 'feed' field of the method.
feedNounixtime, that can be obtained with [vk.com/dev/newsfeed.get|newsfeed.get] method in date field to get all photos uploaded by the user on a specific day, or photos the user has been tagged on. Also, 'uid' parameter of the user the event happened with shall be specified.
photo_sizesNo'1' - to return photo sizes in a [vk.com/dev/photo_sizes|special format]
offsetNo
countNo
Behavior2/5

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

The description only says 'returns a list' with no behavioral detail beyond that. Annotations are absent, so the description carries full burden. It does not disclose pagination, default behavior when no parameters are provided, or what the list contains (e.g., photo objects, metadata).

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?

The description is a single concise sentence, front-loaded with the core action. While appropriately brief, it could include more context without losing conciseness.

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 the tool has 10 parameters, many siblings, no output schema, and no annotations, the description is too minimal to fully equip an AI agent. It lacks context on return structure, pagination, and selection criteria.

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 description coverage is 80% (8 of 10 parameters have descriptions). The tool description adds no parameter information beyond the schema. The baseline is 3 due to high coverage, and the description does not add meaningful value or compensate for the 2 undocumented parameters.

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 verb 'returns' and resource 'list of user's or community's photos'. It directly conveys the main purpose but lacks differentiation from similar tools like vk_photos_get_all or vk_photos_get_by_id, which also return photo lists.

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 vs siblings. There are many photo-related tools (e.g., vk_photos_get_all, vk_photos_get_by_id) with no hints on selection criteria or prerequisites.

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