Skip to main content
Glama
ssm82

Full VK MCP

vk_photos_get

Retrieve a list of photos from a VK user or community album. Supports filtering by album, photo IDs, sort order, and extended info.

Instructions

Returns a list of a user's or community's photos. VK API method: photos.get. Tool name: vk_photos_get. Section: photos. Access level: read.

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?

No annotations are present, so the description must disclose behavioral traits. It only mentions 'Access level: read' but does not address pagination, rate limits, response size, or any side effects. This is insufficient for a tool with 10 parameters and no output schema.

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 short and front-loaded with the core purpose. It contains unnecessary self-referential info (tool name, section) but is not verbose. Could be slightly improved by removing redundancy and adding key parameter context.

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 10 parameters, no output schema, and no annotations, the description is too minimal. It fails to explain the tool's filtering, sorting, pagination, and extended fields, relying solely on schema descriptions for semantic understanding.

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?

The schema covers 80% of parameters with descriptions, so the baseline is 3. The description adds no additional information about parameters beyond what the schema provides, but it does not contradict or detract.

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 a user's or community's photos and identifies it as a read operation. However, it does not differentiate from sibling tools like vk_photos_get_all or vk_photos_get_by_id, nor does it mention filtering capabilities.

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 is provided on when to use this tool versus alternatives. The description lacks any context about prerequisites, when to prefer this over similar tools, or exclusions.

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